Shades of Citrus #99C502
Tints of Citrus #99C502
RGB
CMYK
RGB Variations
Color information
#99C502 (or 0x99C502) is known color: Citrus. HEX triplet: 99, C5 and 02. RGB value is (153,197,2). Sum of RGB (Red+Green+Blue) = 153+197+2=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 197 (77.34% from 255 or 55.97% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 197 - color contains mainly: green. Hex color #99C502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C502 is #663AFD. Grayscale: #A2A2A2. Windows color (decimal): -6699774 or 181657. OLE color: 181657.
HSL color Cylindrical-coordinate representation of color #99C502: hue angle of 73.54º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99C502 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.23 |
| HSL | 73.54º | 0.98% | 0.39% | - |
| HSV(B) | 73.54º | 0.99% | 0.77% | - |
| XYZ | 33.11 | 46.71 | 7.33 | - |
| YUV | 161.61 | 37.92 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 2 | 0.22 | 0 | 0.99 | 0.23 | 73.54 | 0.98 | 0.39 |
| Hex | 99 | C5 | 2 | 16 | 0 | 63 | 17 | 4A | 62 | 27 |
| Octal | 231 | 305 | 2 | 26 | 0 | 143 | 27 | 112 | 142 | 47 |
| Binary | 10011001 | 11000101 | 10 | 10110 | 0 | 1100011 | 10111 | 1001010 | 1100010 | 100111 |
Color Harmonies of #99C502
Complementary color
Monochromatic Colors of #99C502
Black with #99C502
Text Example
Text Example
White with #99C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C502; }
p { color: rgb(153,197,2); }
H1.HeaderClassName
{
color: #99C502;
}
.AnyTagClassName
{
color: #99C502;
}
</style>
background-color css
<style>
a { background-color: #99C502; }
a { background-color: rgb(153,197,2); }
div.DivClassName
{
background-color: #99C502;
}
.BgClassName
{
background-color: #99C502;
}
</style>
border-color css
<style>
span { border-color: #99C502; }
span { border-color: rgb(153,197,2); }
td.TdClassName
{
border-color: #99C502;
}
.TagClassName
{
border-color: #99C502;
}
</style>