please what does rgb mean. I know it represents the primary colors but what are the ranges | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

please what does rgb mean. I know it represents the primary colors but what are the ranges

9th Jul 2016, 4:06 PM
Dan-Awoh Emmanuel
Dan-Awoh Emmanuel - avatar
6 Answers
+ 3
0-255 max range of red=255 blue=255 and green=255
9th Jul 2016, 6:14 PM
Sumit Balia
Sumit Balia - avatar
+ 3
Ok, I'll give you the "extended" answer... R=red G=green B=blue This are the colors that are in the píxels of phones, TVs, etc. Máximum of each one is 255 andy min is 0 To create a color you can use Paint , forma example. You create the color and ir will appear ypu the number of how mant píxels por color.was ysed to forma that color. i.e. RGB( 255,0,0) /*Gives you red*/ Hoped it helped. Upvote
11th Jul 2016, 3:40 AM
Corrupted_XYZ
Corrupted_XYZ - avatar
0
the value ranges from 0-?
9th Jul 2016, 4:07 PM
Dan-Awoh Emmanuel
Dan-Awoh Emmanuel - avatar
0
Thanks @megacreator. I get it now.
11th Jul 2016, 9:09 AM
Dan-Awoh Emmanuel
Dan-Awoh Emmanuel - avatar
0
The reason 255 is the maximum is that 0 is a value and 256 would involve a higher binary bit, hexadecimal makes 16,777,216 individual colors based on the red blue and green hex triplet values.
2nd Nov 2016, 4:09 AM
Patrick Amadaeus Silver
Patrick Amadaeus Silver - avatar
0
The ranges for each value are 0-255.
4th Nov 2016, 11:53 PM
Paul Sweet
Paul Sweet - avatar