Shades of Citrus #99D209
Tints of Citrus #99D209
RGB
CMYK
RGB Variations
Color information
#99D209 (or 0x99D209) is known color: Citrus. HEX triplet: 99, D2 and 09. RGB value is (153,210,9). Sum of RGB (Red+Green+Blue) = 153+210+9=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 210 (82.42% from 255 or 56.45% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 210 - color contains mainly: green. Hex color #99D209 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D209 is #662DF6. Grayscale: #AAAAAA. Windows color (decimal): -6696439 or 643737. OLE color: 643737.
HSL color Cylindrical-coordinate representation of color #99D209: hue angle of 77.01º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99D209 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 9 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.18 |
| HSL | 77.01º | 0.92% | 0.43% | - |
| HSV(B) | 77.01º | 0.96% | 0.82% | - |
| XYZ | 36.23 | 52.89 | 8.56 | - |
| YUV | 170.04 | 37.12 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 9 | 0.27 | 0 | 0.96 | 0.18 | 77.01 | 0.92 | 0.43 |
| Hex | 99 | D2 | 9 | 1B | 0 | 60 | 12 | 4D | 5C | 2B |
| Octal | 231 | 322 | 11 | 33 | 0 | 140 | 22 | 115 | 134 | 53 |
| Binary | 10011001 | 11010010 | 1001 | 11011 | 0 | 1100000 | 10010 | 1001101 | 1011100 | 101011 |
Color Harmonies of #99D209
Complementary color
Monochromatic Colors of #99D209
Black with #99D209
Text Example
Text Example
White with #99D209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D209; }
p { color: rgb(153,210,9); }
H1.HeaderClassName
{
color: #99D209;
}
.AnyTagClassName
{
color: #99D209;
}
</style>
background-color css
<style>
a { background-color: #99D209; }
a { background-color: rgb(153,210,9); }
div.DivClassName
{
background-color: #99D209;
}
.BgClassName
{
background-color: #99D209;
}
</style>
border-color css
<style>
span { border-color: #99D209; }
span { border-color: rgb(153,210,9); }
td.TdClassName
{
border-color: #99D209;
}
.TagClassName
{
border-color: #99D209;
}
</style>