Shades of Yellow Green #8EC132
Tints of Yellow Green #8EC132
RGB
CMYK
RGB Variations
Color information
#8EC132 (or 0x8EC132) is known color: Yellow Green. HEX triplet: 8E, C1 and 32. RGB value is (142,193,50). Sum of RGB (Red+Green+Blue) = 142+193+50=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC132 is #713ECD. Grayscale: #A1A1A1. Windows color (decimal): -7421646 or 3326350. OLE color: 3326350.
HSL color Cylindrical-coordinate representation of color #8EC132: hue angle of 81.4º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8EC132 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 193 | 50 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.24 |
| HSL | 81.4º | 0.59% | 0.48% | - |
| HSV(B) | 81.4º | 0.74% | 0.76% | - |
| XYZ | 30.8 | 44.12 | 9.91 | - |
| YUV | 161.45 | 65.1 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 193 | 50 | 0.26 | 0 | 0.74 | 0.24 | 81.4 | 0.59 | 0.48 |
| Hex | 8E | C1 | 32 | 1A | 0 | 4A | 18 | 51 | 3B | 30 |
| Octal | 216 | 301 | 62 | 32 | 0 | 112 | 30 | 121 | 73 | 60 |
| Binary | 10001110 | 11000001 | 110010 | 11010 | 0 | 1001010 | 11000 | 1010001 | 111011 | 110000 |
Color Harmonies of #8EC132
Complementary color
Monochromatic Colors of #8EC132
Black with #8EC132
Text Example
Text Example
White with #8EC132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC132; }
p { color: rgb(142,193,50); }
H1.HeaderClassName
{
color: #8EC132;
}
.AnyTagClassName
{
color: #8EC132;
}
</style>
background-color css
<style>
a { background-color: #8EC132; }
a { background-color: rgb(142,193,50); }
div.DivClassName
{
background-color: #8EC132;
}
.BgClassName
{
background-color: #8EC132;
}
</style>
border-color css
<style>
span { border-color: #8EC132; }
span { border-color: rgb(142,193,50); }
td.TdClassName
{
border-color: #8EC132;
}
.TagClassName
{
border-color: #8EC132;
}
</style>