Shades of Citrus #99C004
Tints of Citrus #99C004
RGB
CMYK
RGB Variations
Color information
#99C004 (or 0x99C004) is known color: Citrus. HEX triplet: 99, C0 and 04. RGB value is (153,192,4). Sum of RGB (Red+Green+Blue) = 153+192+4=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #99C004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C004 is #663FFB. Grayscale: #9F9F9F. Windows color (decimal): -6701052 or 311449. OLE color: 311449.
HSL color Cylindrical-coordinate representation of color #99C004: hue angle of 72.45º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99C004 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 4 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.25 |
| HSL | 72.45º | 0.96% | 0.38% | - |
| HSV(B) | 72.45º | 0.98% | 0.75% | - |
| XYZ | 32.01 | 44.48 | 7.01 | - |
| YUV | 158.91 | 40.58 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 4 | 0.20 | 0 | 0.98 | 0.25 | 72.45 | 0.96 | 0.38 |
| Hex | 99 | C0 | 4 | 14 | 0 | 62 | 19 | 48 | 60 | 26 |
| Octal | 231 | 300 | 4 | 24 | 0 | 142 | 31 | 110 | 140 | 46 |
| Binary | 10011001 | 11000000 | 100 | 10100 | 0 | 1100010 | 11001 | 1001000 | 1100000 | 100110 |
Color Harmonies of #99C004
Complementary color
Monochromatic Colors of #99C004
Black with #99C004
Text Example
Text Example
White with #99C004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C004; }
p { color: rgb(153,192,4); }
H1.HeaderClassName
{
color: #99C004;
}
.AnyTagClassName
{
color: #99C004;
}
</style>
background-color css
<style>
a { background-color: #99C004; }
a { background-color: rgb(153,192,4); }
div.DivClassName
{
background-color: #99C004;
}
.BgClassName
{
background-color: #99C004;
}
</style>
border-color css
<style>
span { border-color: #99C004; }
span { border-color: rgb(153,192,4); }
td.TdClassName
{
border-color: #99C004;
}
.TagClassName
{
border-color: #99C004;
}
</style>