Shades of Green Yellow #8EED2C
Tints of Green Yellow #8EED2C
RGB
CMYK
RGB Variations
Color information
#8EED2C (or 0x8EED2C) is known color: Green Yellow. HEX triplet: 8E, ED and 2C. RGB value is (142,237,44). Sum of RGB (Red+Green+Blue) = 142+237+44=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 237 (92.97% from 255 or 56.03% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 237 - color contains mainly: green. Hex color #8EED2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EED2C is #7112D3. Grayscale: #BBBBBB. Windows color (decimal): -7410388 or 2944398. OLE color: 2944398.
HSL color Cylindrical-coordinate representation of color #8EED2C: hue angle of 89.53º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8EED2C is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 237 | 44 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.07 |
| HSL | 89.53º | 0.84% | 0.55% | - |
| HSV(B) | 89.53º | 0.81% | 0.93% | - |
| XYZ | 41.89 | 66.5 | 13.01 | - |
| YUV | 186.59 | 47.53 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 44 | 0.40 | 0 | 0.81 | 0.07 | 89.53 | 0.84 | 0.55 |
| Hex | 8E | ED | 2C | 28 | 0 | 51 | 7 | 5A | 54 | 37 |
| Octal | 216 | 355 | 54 | 50 | 0 | 121 | 7 | 132 | 124 | 67 |
| Binary | 10001110 | 11101101 | 101100 | 101000 | 0 | 1010001 | 111 | 1011010 | 1010100 | 110111 |
Color Harmonies of #8EED2C
Complementary color
Monochromatic Colors of #8EED2C
Black with #8EED2C
Text Example
Text Example
White with #8EED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EED2C; }
p { color: rgb(142,237,44); }
H1.HeaderClassName
{
color: #8EED2C;
}
.AnyTagClassName
{
color: #8EED2C;
}
</style>
background-color css
<style>
a { background-color: #8EED2C; }
a { background-color: rgb(142,237,44); }
div.DivClassName
{
background-color: #8EED2C;
}
.BgClassName
{
background-color: #8EED2C;
}
</style>
border-color css
<style>
span { border-color: #8EED2C; }
span { border-color: rgb(142,237,44); }
td.TdClassName
{
border-color: #8EED2C;
}
.TagClassName
{
border-color: #8EED2C;
}
</style>