Shades of Yellow Green #9EDD30
Tints of Yellow Green #9EDD30
RGB
CMYK
RGB Variations
Color information
#9EDD30 (or 0x9EDD30) is known color: Yellow Green. HEX triplet: 9E, DD and 30. RGB value is (158,221,48). Sum of RGB (Red+Green+Blue) = 158+221+48=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDD30 is #6122CF. Grayscale: #B7B7B7. Windows color (decimal): -6365904 or 3202462. OLE color: 3202462.
HSL color Cylindrical-coordinate representation of color #9EDD30: hue angle of 81.85º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9EDD30 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 48 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.13 |
| HSL | 81.85º | 0.72% | 0.53% | - |
| HSV(B) | 81.85º | 0.78% | 0.87% | - |
| XYZ | 40.49 | 59.2 | 12.09 | - |
| YUV | 182.44 | 52.13 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 48 | 0.29 | 0 | 0.78 | 0.13 | 81.85 | 0.72 | 0.53 |
| Hex | 9E | DD | 30 | 1D | 0 | 4E | D | 52 | 48 | 35 |
| Octal | 236 | 335 | 60 | 35 | 0 | 116 | 15 | 122 | 110 | 65 |
| Binary | 10011110 | 11011101 | 110000 | 11101 | 0 | 1001110 | 1101 | 1010010 | 1001000 | 110101 |
Color Harmonies of #9EDD30
Complementary color
Monochromatic Colors of #9EDD30
Black with #9EDD30
Text Example
Text Example
White with #9EDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD30; }
p { color: rgb(158,221,48); }
H1.HeaderClassName
{
color: #9EDD30;
}
.AnyTagClassName
{
color: #9EDD30;
}
</style>
background-color css
<style>
a { background-color: #9EDD30; }
a { background-color: rgb(158,221,48); }
div.DivClassName
{
background-color: #9EDD30;
}
.BgClassName
{
background-color: #9EDD30;
}
</style>
border-color css
<style>
span { border-color: #9EDD30; }
span { border-color: rgb(158,221,48); }
td.TdClassName
{
border-color: #9EDD30;
}
.TagClassName
{
border-color: #9EDD30;
}
</style>