Shades of Yellow Green #8ECE32
Tints of Yellow Green #8ECE32
RGB
CMYK
RGB Variations
Color information
#8ECE32 (or 0x8ECE32) is known color: Yellow Green. HEX triplet: 8E, CE and 32. RGB value is (142,206,50). Sum of RGB (Red+Green+Blue) = 142+206+50=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECE32 is #7131CD. Grayscale: #A9A9A9. Windows color (decimal): -7418318 or 3329678. OLE color: 3329678.
HSL color Cylindrical-coordinate representation of color #8ECE32: hue angle of 84.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8ECE32 is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 50 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.19 |
| HSL | 84.62º | 0.61% | 0.5% | - |
| HSV(B) | 84.62º | 0.76% | 0.81% | - |
| XYZ | 33.8 | 50.12 | 10.91 | - |
| YUV | 169.08 | 60.8 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 50 | 0.31 | 0 | 0.76 | 0.19 | 84.62 | 0.61 | 0.5 |
| Hex | 8E | CE | 32 | 1F | 0 | 4C | 13 | 55 | 3D | 32 |
| Octal | 216 | 316 | 62 | 37 | 0 | 114 | 23 | 125 | 75 | 62 |
| Binary | 10001110 | 11001110 | 110010 | 11111 | 0 | 1001100 | 10011 | 1010101 | 111101 | 110010 |
Color Harmonies of #8ECE32
Complementary color
Monochromatic Colors of #8ECE32
Black with #8ECE32
Text Example
Text Example
White with #8ECE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE32; }
p { color: rgb(142,206,50); }
H1.HeaderClassName
{
color: #8ECE32;
}
.AnyTagClassName
{
color: #8ECE32;
}
</style>
background-color css
<style>
a { background-color: #8ECE32; }
a { background-color: rgb(142,206,50); }
div.DivClassName
{
background-color: #8ECE32;
}
.BgClassName
{
background-color: #8ECE32;
}
</style>
border-color css
<style>
span { border-color: #8ECE32; }
span { border-color: rgb(142,206,50); }
td.TdClassName
{
border-color: #8ECE32;
}
.TagClassName
{
border-color: #8ECE32;
}
</style>