Shades of Green Yellow #8EED2D
Tints of Green Yellow #8EED2D
RGB
CMYK
RGB Variations
Color information
#8EED2D (or 0x8EED2D) is known color: Green Yellow. HEX triplet: 8E, ED and 2D. RGB value is (142,237,45). Sum of RGB (Red+Green+Blue) = 142+237+45=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 237 (92.97% from 255 or 55.90% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 237 - color contains mainly: green. Hex color #8EED2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EED2D is #7112D2. Grayscale: #BBBBBB. Windows color (decimal): -7410387 or 3009934. OLE color: 3009934.
HSL color Cylindrical-coordinate representation of color #8EED2D: hue angle of 89.69º 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 #8EED2D is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 237 | 45 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.07 |
| HSL | 89.69º | 0.84% | 0.55% | - |
| HSV(B) | 89.69º | 0.81% | 0.93% | - |
| XYZ | 41.91 | 66.51 | 13.11 | - |
| YUV | 186.71 | 48.03 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 45 | 0.40 | 0 | 0.81 | 0.07 | 89.69 | 0.84 | 0.55 |
| Hex | 8E | ED | 2D | 28 | 0 | 51 | 7 | 5A | 54 | 37 |
| Octal | 216 | 355 | 55 | 50 | 0 | 121 | 7 | 132 | 124 | 67 |
| Binary | 10001110 | 11101101 | 101101 | 101000 | 0 | 1010001 | 111 | 1011010 | 1010100 | 110111 |
Color Harmonies of #8EED2D
Complementary color
Monochromatic Colors of #8EED2D
Black with #8EED2D
Text Example
Text Example
White with #8EED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EED2D; }
p { color: rgb(142,237,45); }
H1.HeaderClassName
{
color: #8EED2D;
}
.AnyTagClassName
{
color: #8EED2D;
}
</style>
background-color css
<style>
a { background-color: #8EED2D; }
a { background-color: rgb(142,237,45); }
div.DivClassName
{
background-color: #8EED2D;
}
.BgClassName
{
background-color: #8EED2D;
}
</style>
border-color css
<style>
span { border-color: #8EED2D; }
span { border-color: rgb(142,237,45); }
td.TdClassName
{
border-color: #8EED2D;
}
.TagClassName
{
border-color: #8EED2D;
}
</style>