Shades of Citrus #99C002
Tints of Citrus #99C002
RGB
CMYK
RGB Variations
Color information
#99C002 (or 0x99C002) is known color: Citrus. HEX triplet: 99, C0 and 02. RGB value is (153,192,2). Sum of RGB (Red+Green+Blue) = 153+192+2=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #99C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C002 is #663FFD. Grayscale: #9F9F9F. Windows color (decimal): -6701054 or 180377. OLE color: 180377.
HSL color Cylindrical-coordinate representation of color #99C002: hue angle of 72.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99C002 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.25 |
| HSL | 72.32º | 0.98% | 0.38% | - |
| HSV(B) | 72.32º | 0.99% | 0.75% | - |
| XYZ | 32 | 44.48 | 6.96 | - |
| YUV | 158.68 | 39.58 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 2 | 0.20 | 0 | 0.99 | 0.25 | 72.32 | 0.98 | 0.38 |
| Hex | 99 | C0 | 2 | 14 | 0 | 63 | 19 | 48 | 62 | 26 |
| Octal | 231 | 300 | 2 | 24 | 0 | 143 | 31 | 110 | 142 | 46 |
| Binary | 10011001 | 11000000 | 10 | 10100 | 0 | 1100011 | 11001 | 1001000 | 1100010 | 100110 |
Color Harmonies of #99C002
Complementary color
Monochromatic Colors of #99C002
Black with #99C002
Text Example
Text Example
White with #99C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C002; }
p { color: rgb(153,192,2); }
H1.HeaderClassName
{
color: #99C002;
}
.AnyTagClassName
{
color: #99C002;
}
</style>
background-color css
<style>
a { background-color: #99C002; }
a { background-color: rgb(153,192,2); }
div.DivClassName
{
background-color: #99C002;
}
.BgClassName
{
background-color: #99C002;
}
</style>
border-color css
<style>
span { border-color: #99C002; }
span { border-color: rgb(153,192,2); }
td.TdClassName
{
border-color: #99C002;
}
.TagClassName
{
border-color: #99C002;
}
</style>