Shades of Yellow Green #8EDD2D
Tints of Yellow Green #8EDD2D
RGB
CMYK
RGB Variations
Color information
#8EDD2D (or 0x8EDD2D) is known color: Yellow Green. HEX triplet: 8E, DD and 2D. RGB value is (142,221,45). Sum of RGB (Red+Green+Blue) = 142+221+45=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDD2D is #7122D2. Grayscale: #B1B1B1. Windows color (decimal): -7414483 or 3005838. OLE color: 3005838.
HSL color Cylindrical-coordinate representation of color #8EDD2D: hue angle of 86.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8EDD2D is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 45 | - |
| CMYK | 0.36 | 0 | 0.80 | 0.13 |
| HSL | 86.93º | 0.72% | 0.52% | - |
| HSV(B) | 86.93º | 0.8% | 0.87% | - |
| XYZ | 37.49 | 57.65 | 11.64 | - |
| YUV | 177.32 | 53.33 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 45 | 0.36 | 0 | 0.80 | 0.13 | 86.93 | 0.72 | 0.52 |
| Hex | 8E | DD | 2D | 24 | 0 | 50 | D | 57 | 48 | 34 |
| Octal | 216 | 335 | 55 | 44 | 0 | 120 | 15 | 127 | 110 | 64 |
| Binary | 10001110 | 11011101 | 101101 | 100100 | 0 | 1010000 | 1101 | 1010111 | 1001000 | 110100 |
Color Harmonies of #8EDD2D
Complementary color
Monochromatic Colors of #8EDD2D
Black with #8EDD2D
Text Example
Text Example
White with #8EDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD2D; }
p { color: rgb(142,221,45); }
H1.HeaderClassName
{
color: #8EDD2D;
}
.AnyTagClassName
{
color: #8EDD2D;
}
</style>
background-color css
<style>
a { background-color: #8EDD2D; }
a { background-color: rgb(142,221,45); }
div.DivClassName
{
background-color: #8EDD2D;
}
.BgClassName
{
background-color: #8EDD2D;
}
</style>
border-color css
<style>
span { border-color: #8EDD2D; }
span { border-color: rgb(142,221,45); }
td.TdClassName
{
border-color: #8EDD2D;
}
.TagClassName
{
border-color: #8EDD2D;
}
</style>