Shades of Yellow Green #9EDB30
Tints of Yellow Green #9EDB30
RGB
CMYK
RGB Variations
Color information
#9EDB30 (or 0x9EDB30) is known color: Yellow Green. HEX triplet: 9E, DB and 30. RGB value is (158,219,48). Sum of RGB (Red+Green+Blue) = 158+219+48=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 48 (19.14% from 255 or 11.29% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDB30 is #6124CF. Grayscale: #B5B5B5. Windows color (decimal): -6366416 or 3201950. OLE color: 3201950.
HSL color Cylindrical-coordinate representation of color #9EDB30: hue angle of 81.4º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9EDB30 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 48 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.14 |
| HSL | 81.4º | 0.7% | 0.52% | - |
| HSV(B) | 81.4º | 0.78% | 0.86% | - |
| XYZ | 39.97 | 58.15 | 11.91 | - |
| YUV | 181.27 | 52.79 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 48 | 0.28 | 0 | 0.78 | 0.14 | 81.4 | 0.7 | 0.52 |
| Hex | 9E | DB | 30 | 1C | 0 | 4E | E | 51 | 46 | 34 |
| Octal | 236 | 333 | 60 | 34 | 0 | 116 | 16 | 121 | 106 | 64 |
| Binary | 10011110 | 11011011 | 110000 | 11100 | 0 | 1001110 | 1110 | 1010001 | 1000110 | 110100 |
Color Harmonies of #9EDB30
Complementary color
Monochromatic Colors of #9EDB30
Black with #9EDB30
Text Example
Text Example
White with #9EDB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB30; }
p { color: rgb(158,219,48); }
H1.HeaderClassName
{
color: #9EDB30;
}
.AnyTagClassName
{
color: #9EDB30;
}
</style>
background-color css
<style>
a { background-color: #9EDB30; }
a { background-color: rgb(158,219,48); }
div.DivClassName
{
background-color: #9EDB30;
}
.BgClassName
{
background-color: #9EDB30;
}
</style>
border-color css
<style>
span { border-color: #9EDB30; }
span { border-color: rgb(158,219,48); }
td.TdClassName
{
border-color: #9EDB30;
}
.TagClassName
{
border-color: #9EDB30;
}
</style>