FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

RASPBERRY PI PROJECT IDEAS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What color would be defined by (255, 255, 255)?
A
White
B
Black
C
Red
D
Green
Explanation: 

Detailed explanation-1: -0, 0, 255 is blue. 255, 255, 255 is white.

Detailed explanation-2: -Green and Blue are the same. Red is shown as RGB(255, 0, 0) which is the brightest possible red. Lighter red is a shift towards white, which pure white is RGB(255, 255, 255). So this arbitrarily adds 150 equally in the other two Green and Blue channels, to shift towards white, which is then RGB(255, 150, 150) or lighter red.

Detailed explanation-3: -The hex code for white is #FFFFFF.

There is 1 question to complete.