Shades of Yellow Green #99D528
Tints of Yellow Green #99D528
RGB
CMYK
RGB Variations
Color information
#99D528 (or 0x99D528) is known color: Yellow Green. HEX triplet: 99, D5 and 28. RGB value is (153,213,40). Sum of RGB (Red+Green+Blue) = 153+213+40=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #99D528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D528 is #662AD7. Grayscale: #AFAFAF. Windows color (decimal): -6695640 or 2676121. OLE color: 2676121.
HSL color Cylindrical-coordinate representation of color #99D528: hue angle of 80.81º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99D528 is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 40 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.16 |
| HSL | 80.81º | 0.68% | 0.5% | - |
| HSV(B) | 80.81º | 0.81% | 0.84% | - |
| XYZ | 37.31 | 54.51 | 10.56 | - |
| YUV | 175.34 | 51.62 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 40 | 0.28 | 0 | 0.81 | 0.16 | 80.81 | 0.68 | 0.5 |
| Hex | 99 | D5 | 28 | 1C | 0 | 51 | 10 | 51 | 44 | 32 |
| Octal | 231 | 325 | 50 | 34 | 0 | 121 | 20 | 121 | 104 | 62 |
| Binary | 10011001 | 11010101 | 101000 | 11100 | 0 | 1010001 | 10000 | 1010001 | 1000100 | 110010 |
Color Harmonies of #99D528
Complementary color
Monochromatic Colors of #99D528
Black with #99D528
Text Example
Text Example
White with #99D528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D528; }
p { color: rgb(153,213,40); }
H1.HeaderClassName
{
color: #99D528;
}
.AnyTagClassName
{
color: #99D528;
}
</style>
background-color css
<style>
a { background-color: #99D528; }
a { background-color: rgb(153,213,40); }
div.DivClassName
{
background-color: #99D528;
}
.BgClassName
{
background-color: #99D528;
}
</style>
border-color css
<style>
span { border-color: #99D528; }
span { border-color: rgb(153,213,40); }
td.TdClassName
{
border-color: #99D528;
}
.TagClassName
{
border-color: #99D528;
}
</style>