Shades of Citrus #99D102
Tints of Citrus #99D102
RGB
CMYK
RGB Variations
Color information
#99D102 (or 0x99D102) is known color: Citrus. HEX triplet: 99, D1 and 02. RGB value is (153,209,2). Sum of RGB (Red+Green+Blue) = 153+209+2=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 209 (82.03% from 255 or 57.42% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 209 - color contains mainly: green. Hex color #99D102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D102 is #662EFD. Grayscale: #A9A9A9. Windows color (decimal): -6696702 or 184729. OLE color: 184729.
HSL color Cylindrical-coordinate representation of color #99D102: hue angle of 76.23º 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 #99D102 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 209 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.18 |
| HSL | 76.23º | 0.98% | 0.41% | - |
| HSV(B) | 76.23º | 0.99% | 0.82% | - |
| XYZ | 35.95 | 52.38 | 8.27 | - |
| YUV | 168.66 | 33.95 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 2 | 0.27 | 0 | 0.99 | 0.18 | 76.23 | 0.98 | 0.41 |
| Hex | 99 | D1 | 2 | 1B | 0 | 63 | 12 | 4C | 62 | 29 |
| Octal | 231 | 321 | 2 | 33 | 0 | 143 | 22 | 114 | 142 | 51 |
| Binary | 10011001 | 11010001 | 10 | 11011 | 0 | 1100011 | 10010 | 1001100 | 1100010 | 101001 |
Color Harmonies of #99D102
Complementary color
Monochromatic Colors of #99D102
Black with #99D102
Text Example
Text Example
White with #99D102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D102; }
p { color: rgb(153,209,2); }
H1.HeaderClassName
{
color: #99D102;
}
.AnyTagClassName
{
color: #99D102;
}
</style>
background-color css
<style>
a { background-color: #99D102; }
a { background-color: rgb(153,209,2); }
div.DivClassName
{
background-color: #99D102;
}
.BgClassName
{
background-color: #99D102;
}
</style>
border-color css
<style>
span { border-color: #99D102; }
span { border-color: rgb(153,209,2); }
td.TdClassName
{
border-color: #99D102;
}
.TagClassName
{
border-color: #99D102;
}
</style>