Shades of Citrus #99CE02
Tints of Citrus #99CE02
RGB
CMYK
RGB Variations
Color information
#99CE02 (or 0x99CE02) is known color: Citrus. HEX triplet: 99, CE and 02. RGB value is (153,206,2). Sum of RGB (Red+Green+Blue) = 153+206+2=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CE02 is #6631FD. Grayscale: #A7A7A7. Windows color (decimal): -6697470 or 183961. OLE color: 183961.
HSL color Cylindrical-coordinate representation of color #99CE02: hue angle of 75.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99CE02 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.19 |
| HSL | 75.59º | 0.98% | 0.41% | - |
| HSV(B) | 75.59º | 0.99% | 0.81% | - |
| XYZ | 35.22 | 50.92 | 8.03 | - |
| YUV | 166.9 | 34.94 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 2 | 0.26 | 0 | 0.99 | 0.19 | 75.59 | 0.98 | 0.41 |
| Hex | 99 | CE | 2 | 1A | 0 | 63 | 13 | 4C | 62 | 29 |
| Octal | 231 | 316 | 2 | 32 | 0 | 143 | 23 | 114 | 142 | 51 |
| Binary | 10011001 | 11001110 | 10 | 11010 | 0 | 1100011 | 10011 | 1001100 | 1100010 | 101001 |
Color Harmonies of #99CE02
Complementary color
Monochromatic Colors of #99CE02
Black with #99CE02
Text Example
Text Example
White with #99CE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE02; }
p { color: rgb(153,206,2); }
H1.HeaderClassName
{
color: #99CE02;
}
.AnyTagClassName
{
color: #99CE02;
}
</style>
background-color css
<style>
a { background-color: #99CE02; }
a { background-color: rgb(153,206,2); }
div.DivClassName
{
background-color: #99CE02;
}
.BgClassName
{
background-color: #99CE02;
}
</style>
border-color css
<style>
span { border-color: #99CE02; }
span { border-color: rgb(153,206,2); }
td.TdClassName
{
border-color: #99CE02;
}
.TagClassName
{
border-color: #99CE02;
}
</style>