0
Please help with the output
https://sololearn.com/compiler-playground/WA5L7Lel55yF/?ref=app
3 Answers
0
Rahela Marian inorder to get a desired color remember the color blend is red green blue
White is 255 255 255 or #ffffff
Black is 000 000 000 or #000000
So red is 255 000 000 or #ff0000
green is 000 255 000 or #00ff00
blue is 000 000 255 or #0000ff
Therefore if you change the numbers you will get different colors .. and the console will give you the color hex code for the color.
+ 2
Which output?
Where?
Which code?
Which programming language?
What are you trying to do?
SHOW YOUR CODE.