Shades of Citrus #90C803
Tints of Citrus #90C803
RGB
CMYK
RGB Variations
Color information
#90C803 (or 0x90C803) is known color: Citrus. HEX triplet: 90, C8 and 03. RGB value is (144,200,3). Sum of RGB (Red+Green+Blue) = 144+200+3=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 200 (78.52% from 255 or 57.64% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 200 - color contains mainly: green. Hex color #90C803 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C803 is #6F37FC. Grayscale: #A1A1A1. Windows color (decimal): -7288829 or 247952. OLE color: 247952.
HSL color Cylindrical-coordinate representation of color #90C803: hue angle of 77.06º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90C803 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 200 | 3 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.22 |
| HSL | 77.06º | 0.97% | 0.4% | - |
| HSV(B) | 77.06º | 0.99% | 0.78% | - |
| XYZ | 32.17 | 47.24 | 7.51 | - |
| YUV | 160.8 | 38.95 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 200 | 3 | 0.28 | 0 | 0.98 | 0.22 | 77.06 | 0.97 | 0.4 |
| Hex | 90 | C8 | 3 | 1C | 0 | 62 | 16 | 4D | 61 | 28 |
| Octal | 220 | 310 | 3 | 34 | 0 | 142 | 26 | 115 | 141 | 50 |
| Binary | 10010000 | 11001000 | 11 | 11100 | 0 | 1100010 | 10110 | 1001101 | 1100001 | 101000 |
Color Harmonies of #90C803
Complementary color
Monochromatic Colors of #90C803
Black with #90C803
Text Example
Text Example
White with #90C803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C803; }
p { color: rgb(144,200,3); }
H1.HeaderClassName
{
color: #90C803;
}
.AnyTagClassName
{
color: #90C803;
}
</style>
background-color css
<style>
a { background-color: #90C803; }
a { background-color: rgb(144,200,3); }
div.DivClassName
{
background-color: #90C803;
}
.BgClassName
{
background-color: #90C803;
}
</style>
border-color css
<style>
span { border-color: #90C803; }
span { border-color: rgb(144,200,3); }
td.TdClassName
{
border-color: #90C803;
}
.TagClassName
{
border-color: #90C803;
}
</style>