Shades of Citrus #99CE04
Tints of Citrus #99CE04
RGB
CMYK
RGB Variations
Color information
#99CE04 (or 0x99CE04) is known color: Citrus. HEX triplet: 99, CE and 04. RGB value is (153,206,4). Sum of RGB (Red+Green+Blue) = 153+206+4=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 206 (80.86% from 255 or 56.75% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CE04 is #6631FB. Grayscale: #A7A7A7. Windows color (decimal): -6697468 or 315033. OLE color: 315033.
HSL color Cylindrical-coordinate representation of color #99CE04: hue angle of 75.74º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99CE04 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 4 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.19 |
| HSL | 75.74º | 0.96% | 0.41% | - |
| HSV(B) | 75.74º | 0.98% | 0.81% | - |
| XYZ | 35.23 | 50.92 | 8.09 | - |
| YUV | 167.13 | 35.94 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 4 | 0.26 | 0 | 0.98 | 0.19 | 75.74 | 0.96 | 0.41 |
| Hex | 99 | CE | 4 | 1A | 0 | 62 | 13 | 4C | 60 | 29 |
| Octal | 231 | 316 | 4 | 32 | 0 | 142 | 23 | 114 | 140 | 51 |
| Binary | 10011001 | 11001110 | 100 | 11010 | 0 | 1100010 | 10011 | 1001100 | 1100000 | 101001 |
Color Harmonies of #99CE04
Complementary color
Monochromatic Colors of #99CE04
Black with #99CE04
Text Example
Text Example
White with #99CE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE04; }
p { color: rgb(153,206,4); }
H1.HeaderClassName
{
color: #99CE04;
}
.AnyTagClassName
{
color: #99CE04;
}
</style>
background-color css
<style>
a { background-color: #99CE04; }
a { background-color: rgb(153,206,4); }
div.DivClassName
{
background-color: #99CE04;
}
.BgClassName
{
background-color: #99CE04;
}
</style>
border-color css
<style>
span { border-color: #99CE04; }
span { border-color: rgb(153,206,4); }
td.TdClassName
{
border-color: #99CE04;
}
.TagClassName
{
border-color: #99CE04;
}
</style>