Shades of Yellow Green #9ED521
Tints of Yellow Green #9ED521
RGB
CMYK
RGB Variations
Color information
#9ED521 (or 0x9ED521) is known color: Yellow Green. HEX triplet: 9E, D5 and 21. RGB value is (158,213,33). Sum of RGB (Red+Green+Blue) = 158+213+33=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED521 is #612ADE. Grayscale: #B0B0B0. Windows color (decimal): -6367967 or 2217374. OLE color: 2217374.
HSL color Cylindrical-coordinate representation of color #9ED521: hue angle of 78.33º degrees, saturation: 0.73, 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 #9ED521 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 33 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.16 |
| HSL | 78.33º | 0.73% | 0.48% | - |
| HSV(B) | 78.33º | 0.85% | 0.84% | - |
| XYZ | 38.17 | 54.97 | 10.04 | - |
| YUV | 176.04 | 47.28 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 33 | 0.26 | 0 | 0.85 | 0.16 | 78.33 | 0.73 | 0.48 |
| Hex | 9E | D5 | 21 | 1A | 0 | 55 | 10 | 4E | 49 | 30 |
| Octal | 236 | 325 | 41 | 32 | 0 | 125 | 20 | 116 | 111 | 60 |
| Binary | 10011110 | 11010101 | 100001 | 11010 | 0 | 1010101 | 10000 | 1001110 | 1001001 | 110000 |
Color Harmonies of #9ED521
Complementary color
Monochromatic Colors of #9ED521
Black with #9ED521
Text Example
Text Example
White with #9ED521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED521; }
p { color: rgb(158,213,33); }
H1.HeaderClassName
{
color: #9ED521;
}
.AnyTagClassName
{
color: #9ED521;
}
</style>
background-color css
<style>
a { background-color: #9ED521; }
a { background-color: rgb(158,213,33); }
div.DivClassName
{
background-color: #9ED521;
}
.BgClassName
{
background-color: #9ED521;
}
</style>
border-color css
<style>
span { border-color: #9ED521; }
span { border-color: rgb(158,213,33); }
td.TdClassName
{
border-color: #9ED521;
}
.TagClassName
{
border-color: #9ED521;
}
</style>