//Background color Console.BackgroundColor = ConsoleColor.Green; //Foreground color Console.ForegroundColor = ConsoleColor.Black; //Reset Console.ResetColor();