Shades of Citrus #99D002
Tints of Citrus #99D002
RGB
CMYK
RGB Variations
Color information
#99D002 (or 0x99D002) is known color: Citrus. HEX triplet: 99, D0 and 02. RGB value is (153,208,2). Sum of RGB (Red+Green+Blue) = 153+208+2=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #99D002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D002 is #662FFD. Grayscale: #A8A8A8. Windows color (decimal): -6696958 or 184473. OLE color: 184473.
HSL color Cylindrical-coordinate representation of color #99D002: hue angle of 76.02º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99D002 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.18 |
| HSL | 76.02º | 0.98% | 0.41% | - |
| HSV(B) | 76.02º | 0.99% | 0.82% | - |
| XYZ | 35.7 | 51.89 | 8.19 | - |
| YUV | 168.07 | 34.28 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 2 | 0.26 | 0 | 0.99 | 0.18 | 76.02 | 0.98 | 0.41 |
| Hex | 99 | D0 | 2 | 1A | 0 | 63 | 12 | 4C | 62 | 29 |
| Octal | 231 | 320 | 2 | 32 | 0 | 143 | 22 | 114 | 142 | 51 |
| Binary | 10011001 | 11010000 | 10 | 11010 | 0 | 1100011 | 10010 | 1001100 | 1100010 | 101001 |
Color Harmonies of #99D002
Complementary color
Monochromatic Colors of #99D002
Black with #99D002
Text Example
Text Example
White with #99D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D002; }
p { color: rgb(153,208,2); }
H1.HeaderClassName
{
color: #99D002;
}
.AnyTagClassName
{
color: #99D002;
}
</style>
background-color css
<style>
a { background-color: #99D002; }
a { background-color: rgb(153,208,2); }
div.DivClassName
{
background-color: #99D002;
}
.BgClassName
{
background-color: #99D002;
}
</style>
border-color css
<style>
span { border-color: #99D002; }
span { border-color: rgb(153,208,2); }
td.TdClassName
{
border-color: #99D002;
}
.TagClassName
{
border-color: #99D002;
}
</style>