Shades of Yellow Green #8EDB2A
Tints of Yellow Green #8EDB2A
RGB
CMYK
RGB Variations
Color information
#8EDB2A (or 0x8EDB2A) is known color: Yellow Green. HEX triplet: 8E, DB and 2A. RGB value is (142,219,42). Sum of RGB (Red+Green+Blue) = 142+219+42=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDB2A is #7124D5. Grayscale: #B0B0B0. Windows color (decimal): -7414998 or 2808718. OLE color: 2808718.
HSL color Cylindrical-coordinate representation of color #8EDB2A: hue angle of 86.1º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8EDB2A is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 42 | - |
| CMYK | 0.35 | 0 | 0.81 | 0.14 |
| HSL | 86.1º | 0.71% | 0.51% | - |
| HSV(B) | 86.1º | 0.81% | 0.86% | - |
| XYZ | 36.9 | 56.58 | 11.17 | - |
| YUV | 175.8 | 52.49 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 42 | 0.35 | 0 | 0.81 | 0.14 | 86.1 | 0.71 | 0.51 |
| Hex | 8E | DB | 2A | 23 | 0 | 51 | E | 56 | 47 | 33 |
| Octal | 216 | 333 | 52 | 43 | 0 | 121 | 16 | 126 | 107 | 63 |
| Binary | 10001110 | 11011011 | 101010 | 100011 | 0 | 1010001 | 1110 | 1010110 | 1000111 | 110011 |
Color Harmonies of #8EDB2A
Complementary color
Monochromatic Colors of #8EDB2A
Black with #8EDB2A
Text Example
Text Example
White with #8EDB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDB2A; }
p { color: rgb(142,219,42); }
H1.HeaderClassName
{
color: #8EDB2A;
}
.AnyTagClassName
{
color: #8EDB2A;
}
</style>
background-color css
<style>
a { background-color: #8EDB2A; }
a { background-color: rgb(142,219,42); }
div.DivClassName
{
background-color: #8EDB2A;
}
.BgClassName
{
background-color: #8EDB2A;
}
</style>
border-color css
<style>
span { border-color: #8EDB2A; }
span { border-color: rgb(142,219,42); }
td.TdClassName
{
border-color: #8EDB2A;
}
.TagClassName
{
border-color: #8EDB2A;
}
</style>