Shades of Yellow Green #9DD520
Tints of Yellow Green #9DD520
RGB
CMYK
RGB Variations
Color information
#9DD520 (or 0x9DD520) is known color: Yellow Green. HEX triplet: 9D, D5 and 20. RGB value is (157,213,32). Sum of RGB (Red+Green+Blue) = 157+213+32=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD520 is #622ADF. Grayscale: #B0B0B0. Windows color (decimal): -6433504 or 2151837. OLE color: 2151837.
HSL color Cylindrical-coordinate representation of color #9DD520: hue angle of 78.56º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9DD520 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 32 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.16 |
| HSL | 78.56º | 0.74% | 0.48% | - |
| HSV(B) | 78.56º | 0.85% | 0.84% | - |
| XYZ | 37.96 | 54.86 | 9.96 | - |
| YUV | 175.62 | 46.95 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 32 | 0.26 | 0 | 0.85 | 0.16 | 78.56 | 0.74 | 0.48 |
| Hex | 9D | D5 | 20 | 1A | 0 | 55 | 10 | 4F | 4A | 30 |
| Octal | 235 | 325 | 40 | 32 | 0 | 125 | 20 | 117 | 112 | 60 |
| Binary | 10011101 | 11010101 | 100000 | 11010 | 0 | 1010101 | 10000 | 1001111 | 1001010 | 110000 |
Color Harmonies of #9DD520
Complementary color
Monochromatic Colors of #9DD520
Black with #9DD520
Text Example
Text Example
White with #9DD520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD520; }
p { color: rgb(157,213,32); }
H1.HeaderClassName
{
color: #9DD520;
}
.AnyTagClassName
{
color: #9DD520;
}
</style>
background-color css
<style>
a { background-color: #9DD520; }
a { background-color: rgb(157,213,32); }
div.DivClassName
{
background-color: #9DD520;
}
.BgClassName
{
background-color: #9DD520;
}
</style>
border-color css
<style>
span { border-color: #9DD520; }
span { border-color: rgb(157,213,32); }
td.TdClassName
{
border-color: #9DD520;
}
.TagClassName
{
border-color: #9DD520;
}
</style>