Shades of Yellow Green #8EDE2D
Tints of Yellow Green #8EDE2D
RGB
CMYK
RGB Variations
Color information
#8EDE2D (or 0x8EDE2D) is known color: Yellow Green. HEX triplet: 8E, DE and 2D. RGB value is (142,222,45). Sum of RGB (Red+Green+Blue) = 142+222+45=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 222 (87.11% from 255 or 54.28% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDE2D is #7121D2. Grayscale: #B2B2B2. Windows color (decimal): -7414227 or 3006094. OLE color: 3006094.
HSL color Cylindrical-coordinate representation of color #8EDE2D: hue angle of 87.12º degrees, saturation: 0.73, 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 #8EDE2D is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
RGB | 142 | 222 | 45 | - |
CMYK | 0.36 | 0 | 0.80 | 0.13 |
HSL | 87.12º | 0.73% | 0.52% | - |
HSV(B) | 87.12º | 0.8% | 0.87% | - |
XYZ | 37.75 | 58.18 | 11.72 | - |
YUV | 177.9 | 53 | 102.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 142 | 222 | 45 | 0.36 | 0 | 0.80 | 0.13 | 87.12 | 0.73 | 0.52 |
Hex | 8E | DE | 2D | 24 | 0 | 50 | D | 57 | 49 | 34 |
Octal | 216 | 336 | 55 | 44 | 0 | 120 | 15 | 127 | 111 | 64 |
Binary | 10001110 | 11011110 | 101101 | 100100 | 0 | 1010000 | 1101 | 1010111 | 1001001 | 110100 |
Color Harmonies of #8EDE2D
Complementary color
Monochromatic Colors of #8EDE2D
Black with #8EDE2D
Text Example
Text Example
White with #8EDE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDE2D; }
p { color: rgb(142,222,45); }
H1.HeaderClassName
{
color: #8EDE2D;
}
.AnyTagClassName
{
color: #8EDE2D;
}
</style>
background-color css
<style>
a { background-color: #8EDE2D; }
a { background-color: rgb(142,222,45); }
div.DivClassName
{
background-color: #8EDE2D;
}
.BgClassName
{
background-color: #8EDE2D;
}
</style>
border-color css
<style>
span { border-color: #8EDE2D; }
span { border-color: rgb(142,222,45); }
td.TdClassName
{
border-color: #8EDE2D;
}
.TagClassName
{
border-color: #8EDE2D;
}
</style>