Shades of Yellow Green #99D120
Tints of Yellow Green #99D120
RGB
CMYK
RGB Variations
Color information
#99D120 (or 0x99D120) is known color: Yellow Green. HEX triplet: 99, D1 and 20. RGB value is (153,209,32). Sum of RGB (Red+Green+Blue) = 153+209+32=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 209 (82.03% from 255 or 53.05% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 209 - color contains mainly: green. Hex color #99D120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D120 is #662EDF. Grayscale: #ACACAC. Windows color (decimal): -6696672 or 2150809. OLE color: 2150809.
HSL color Cylindrical-coordinate representation of color #99D120: hue angle of 78.98º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #99D120 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 209 | 32 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.18 |
| HSL | 78.98º | 0.73% | 0.47% | - |
| HSV(B) | 78.98º | 0.85% | 0.82% | - |
| XYZ | 36.2 | 52.48 | 9.59 | - |
| YUV | 172.08 | 48.95 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 32 | 0.27 | 0 | 0.85 | 0.18 | 78.98 | 0.73 | 0.47 |
| Hex | 99 | D1 | 20 | 1B | 0 | 55 | 12 | 4F | 49 | 2F |
| Octal | 231 | 321 | 40 | 33 | 0 | 125 | 22 | 117 | 111 | 57 |
| Binary | 10011001 | 11010001 | 100000 | 11011 | 0 | 1010101 | 10010 | 1001111 | 1001001 | 101111 |
Color Harmonies of #99D120
Complementary color
Monochromatic Colors of #99D120
Black with #99D120
Text Example
Text Example
White with #99D120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D120; }
p { color: rgb(153,209,32); }
H1.HeaderClassName
{
color: #99D120;
}
.AnyTagClassName
{
color: #99D120;
}
</style>
background-color css
<style>
a { background-color: #99D120; }
a { background-color: rgb(153,209,32); }
div.DivClassName
{
background-color: #99D120;
}
.BgClassName
{
background-color: #99D120;
}
</style>
border-color css
<style>
span { border-color: #99D120; }
span { border-color: rgb(153,209,32); }
td.TdClassName
{
border-color: #99D120;
}
.TagClassName
{
border-color: #99D120;
}
</style>