Shades of Citrus #99CA00
Tints of Citrus #99CA00
RGB
CMYK
RGB Variations
Color information
#99CA00 (or 0x99CA00) is known color: Citrus. HEX triplet: 99, CA and 00. RGB value is (153,202,0). Sum of RGB (Red+Green+Blue) = 153+202+0=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CA00 is #6635FF. Grayscale: #A5A5A5. Windows color (decimal): -6698496 or 51865. OLE color: 51865.
HSL color Cylindrical-coordinate representation of color #99CA00: hue angle of 74.55º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99CA00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.21 |
| HSL | 74.55º | 1% | 0.4% | - |
| HSV(B) | 74.55º | 1% | 0.79% | - |
| XYZ | 34.26 | 49.01 | 7.65 | - |
| YUV | 164.32 | 35.27 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 0 | 0.24 | 0 | 1 | 0.21 | 74.55 | 1 | 0.4 |
| Hex | 99 | CA | 0 | 18 | 0 | 64 | 15 | 4B | 64 | 28 |
| Octal | 231 | 312 | 0 | 30 | 0 | 144 | 25 | 113 | 144 | 50 |
| Binary | 10011001 | 11001010 | 0 | 11000 | 0 | 1100100 | 10101 | 1001011 | 1100100 | 101000 |
Color Harmonies of #99CA00
Complementary color
Monochromatic Colors of #99CA00
Black with #99CA00
Text Example
Text Example
White with #99CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA00; }
p { color: rgb(153,202,0); }
H1.HeaderClassName
{
color: #99CA00;
}
.AnyTagClassName
{
color: #99CA00;
}
</style>
background-color css
<style>
a { background-color: #99CA00; }
a { background-color: rgb(153,202,0); }
div.DivClassName
{
background-color: #99CA00;
}
.BgClassName
{
background-color: #99CA00;
}
</style>
border-color css
<style>
span { border-color: #99CA00; }
span { border-color: rgb(153,202,0); }
td.TdClassName
{
border-color: #99CA00;
}
.TagClassName
{
border-color: #99CA00;
}
</style>