Shades of Yellow Green #8EDC2D
Tints of Yellow Green #8EDC2D
RGB
CMYK
RGB Variations
Color information
#8EDC2D (or 0x8EDC2D) is known color: Yellow Green. HEX triplet: 8E, DC and 2D. RGB value is (142,220,45). Sum of RGB (Red+Green+Blue) = 142+220+45=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDC2D is #7123D2. Grayscale: #B1B1B1. Windows color (decimal): -7414739 or 3005582. OLE color: 3005582.
HSL color Cylindrical-coordinate representation of color #8EDC2D: hue angle of 86.74º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8EDC2D is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 220 | 45 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.14 |
| HSL | 86.74º | 0.71% | 0.52% | - |
| HSV(B) | 86.74º | 0.8% | 0.86% | - |
| XYZ | 37.22 | 57.13 | 11.55 | - |
| YUV | 176.73 | 53.66 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 220 | 45 | 0.35 | 0 | 0.80 | 0.14 | 86.74 | 0.71 | 0.52 |
| Hex | 8E | DC | 2D | 23 | 0 | 50 | E | 57 | 47 | 34 |
| Octal | 216 | 334 | 55 | 43 | 0 | 120 | 16 | 127 | 107 | 64 |
| Binary | 10001110 | 11011100 | 101101 | 100011 | 0 | 1010000 | 1110 | 1010111 | 1000111 | 110100 |
Color Harmonies of #8EDC2D
Complementary color
Monochromatic Colors of #8EDC2D
Black with #8EDC2D
Text Example
Text Example
White with #8EDC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDC2D; }
p { color: rgb(142,220,45); }
H1.HeaderClassName
{
color: #8EDC2D;
}
.AnyTagClassName
{
color: #8EDC2D;
}
</style>
background-color css
<style>
a { background-color: #8EDC2D; }
a { background-color: rgb(142,220,45); }
div.DivClassName
{
background-color: #8EDC2D;
}
.BgClassName
{
background-color: #8EDC2D;
}
</style>
border-color css
<style>
span { border-color: #8EDC2D; }
span { border-color: rgb(142,220,45); }
td.TdClassName
{
border-color: #8EDC2D;
}
.TagClassName
{
border-color: #8EDC2D;
}
</style>