Shades of Yellow Green #99D52F
Tints of Yellow Green #99D52F
RGB
CMYK
RGB Variations
Color information
#99D52F (or 0x99D52F) is known color: Yellow Green. HEX triplet: 99, D5 and 2F. RGB value is (153,213,47). Sum of RGB (Red+Green+Blue) = 153+213+47=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #99D52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D52F is #662AD0. Grayscale: #B0B0B0. Windows color (decimal): -6695633 or 3134873. OLE color: 3134873.
HSL color Cylindrical-coordinate representation of color #99D52F: hue angle of 81.69º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99D52F is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 47 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.16 |
| HSL | 81.69º | 0.66% | 0.51% | - |
| HSV(B) | 81.69º | 0.78% | 0.84% | - |
| XYZ | 37.44 | 54.57 | 11.25 | - |
| YUV | 176.14 | 55.12 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 47 | 0.28 | 0 | 0.78 | 0.16 | 81.69 | 0.66 | 0.51 |
| Hex | 99 | D5 | 2F | 1C | 0 | 4E | 10 | 52 | 42 | 33 |
| Octal | 231 | 325 | 57 | 34 | 0 | 116 | 20 | 122 | 102 | 63 |
| Binary | 10011001 | 11010101 | 101111 | 11100 | 0 | 1001110 | 10000 | 1010010 | 1000010 | 110011 |
Color Harmonies of #99D52F
Complementary color
Monochromatic Colors of #99D52F
Black with #99D52F
Text Example
Text Example
White with #99D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D52F; }
p { color: rgb(153,213,47); }
H1.HeaderClassName
{
color: #99D52F;
}
.AnyTagClassName
{
color: #99D52F;
}
</style>
background-color css
<style>
a { background-color: #99D52F; }
a { background-color: rgb(153,213,47); }
div.DivClassName
{
background-color: #99D52F;
}
.BgClassName
{
background-color: #99D52F;
}
</style>
border-color css
<style>
span { border-color: #99D52F; }
span { border-color: rgb(153,213,47); }
td.TdClassName
{
border-color: #99D52F;
}
.TagClassName
{
border-color: #99D52F;
}
</style>