Getting Started
...
Glossary
N-Z Terms
RGB
3 min
in computer graphics, rgb stands for red, green, and blue these are the three primary colors that are used to create all other colors in the visible spectrum in computer graphics, rgb is used to represent the color of each pixel on a screen each pixel is assigned a unique value for each of the three primary colors, from 0 to 255 a value of 0 means that the color is completely absent, while a value of 255 means that the color is fully saturated the combination of these three colors can create a wide range of different colors for example, a value of 255, 0, 0 represents red, while a value of 0, 255, 0 represents green by varying the values of each of the three colors, it is possible to create any color in the visible spectrum here are some of the benefits of using rgb simple rgb is a simple and easy to understand color model wide range of colors rgb can represent a wide range of colors, from the brightest whites to the darkest blacks efficient rgb is an efficient color model, which makes it ideal for use in computer graphics here are some of the drawbacks of using rgb not perceptually uniform rgb is not a perceptually uniform color model, which means that the perceived difference between two colors with different rgb values may not be the same as the perceived difference between two colors with the same rgb values not additive rgb is not an additive color model, which means that the sum of two rgb values does not always equal the rgb value of the resulting color not color blind friendly rgb is not color blind friendly, which means that people with color blindness may not be able to see the difference between some colors overall, rgb is a powerful and versatile color model that is widely used in computer graphics however, it is important to be aware of its limitations, such as its non perceptual uniformity and its lack of support for color blindness feedback please be sure to submit issues or feature requests through the embedded feedback form in the event it is a major issue please contact us directly through discord