Shades of Citrus #99CF04
Tints of Citrus #99CF04
RGB
CMYK
RGB Variations
Color information
#99CF04 (or 0x99CF04) is known color: Citrus. HEX triplet: 99, CF and 04. RGB value is (153,207,4). Sum of RGB (Red+Green+Blue) = 153+207+4=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 207 (81.25% from 255 or 56.87% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CF04 is #6630FB. Grayscale: #A8A8A8. Windows color (decimal): -6697212 or 315289. OLE color: 315289.
HSL color Cylindrical-coordinate representation of color #99CF04: hue angle of 75.96º 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 #99CF04 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 4 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.19 |
| HSL | 75.96º | 0.96% | 0.41% | - |
| HSV(B) | 75.96º | 0.98% | 0.81% | - |
| XYZ | 35.47 | 51.41 | 8.17 | - |
| YUV | 167.71 | 35.61 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 4 | 0.26 | 0 | 0.98 | 0.19 | 75.96 | 0.96 | 0.41 |
| Hex | 99 | CF | 4 | 1A | 0 | 62 | 13 | 4C | 60 | 29 |
| Octal | 231 | 317 | 4 | 32 | 0 | 142 | 23 | 114 | 140 | 51 |
| Binary | 10011001 | 11001111 | 100 | 11010 | 0 | 1100010 | 10011 | 1001100 | 1100000 | 101001 |
Color Harmonies of #99CF04
Complementary color
Monochromatic Colors of #99CF04
Black with #99CF04
Text Example
Text Example
White with #99CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF04; }
p { color: rgb(153,207,4); }
H1.HeaderClassName
{
color: #99CF04;
}
.AnyTagClassName
{
color: #99CF04;
}
</style>
background-color css
<style>
a { background-color: #99CF04; }
a { background-color: rgb(153,207,4); }
div.DivClassName
{
background-color: #99CF04;
}
.BgClassName
{
background-color: #99CF04;
}
</style>
border-color css
<style>
span { border-color: #99CF04; }
span { border-color: rgb(153,207,4); }
td.TdClassName
{
border-color: #99CF04;
}
.TagClassName
{
border-color: #99CF04;
}
</style>