Shades of Yellow Green #8EDD2B
Tints of Yellow Green #8EDD2B
RGB
CMYK
RGB Variations
Color information
#8EDD2B (or 0x8EDD2B) is known color: Yellow Green. HEX triplet: 8E, DD and 2B. RGB value is (142,221,43). Sum of RGB (Red+Green+Blue) = 142+221+43=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDD2B is #7122D4. Grayscale: #B1B1B1. Windows color (decimal): -7414485 or 2874766. OLE color: 2874766.
HSL color Cylindrical-coordinate representation of color #8EDD2B: hue angle of 86.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8EDD2B is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 43 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.13 |
| HSL | 86.63º | 0.72% | 0.52% | - |
| HSV(B) | 86.63º | 0.81% | 0.87% | - |
| XYZ | 37.45 | 57.64 | 11.44 | - |
| YUV | 177.09 | 52.33 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 43 | 0.36 | 0 | 0.81 | 0.13 | 86.63 | 0.72 | 0.52 |
| Hex | 8E | DD | 2B | 24 | 0 | 51 | D | 57 | 48 | 34 |
| Octal | 216 | 335 | 53 | 44 | 0 | 121 | 15 | 127 | 110 | 64 |
| Binary | 10001110 | 11011101 | 101011 | 100100 | 0 | 1010001 | 1101 | 1010111 | 1001000 | 110100 |
Color Harmonies of #8EDD2B
Complementary color
Monochromatic Colors of #8EDD2B
Black with #8EDD2B
Text Example
Text Example
White with #8EDD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD2B; }
p { color: rgb(142,221,43); }
H1.HeaderClassName
{
color: #8EDD2B;
}
.AnyTagClassName
{
color: #8EDD2B;
}
</style>
background-color css
<style>
a { background-color: #8EDD2B; }
a { background-color: rgb(142,221,43); }
div.DivClassName
{
background-color: #8EDD2B;
}
.BgClassName
{
background-color: #8EDD2B;
}
</style>
border-color css
<style>
span { border-color: #8EDD2B; }
span { border-color: rgb(142,221,43); }
td.TdClassName
{
border-color: #8EDD2B;
}
.TagClassName
{
border-color: #8EDD2B;
}
</style>