Shades of Yellow Green #8EC532
Tints of Yellow Green #8EC532
RGB
CMYK
RGB Variations
Color information
#8EC532 (or 0x8EC532) is known color: Yellow Green. HEX triplet: 8E, C5 and 32. RGB value is (142,197,50). Sum of RGB (Red+Green+Blue) = 142+197+50=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC532 is #713ACD. Grayscale: #A4A4A4. Windows color (decimal): -7420622 or 3327374. OLE color: 3327374.
HSL color Cylindrical-coordinate representation of color #8EC532: hue angle of 82.45º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8EC532 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 197 | 50 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.23 |
| HSL | 82.45º | 0.6% | 0.48% | - |
| HSV(B) | 82.45º | 0.75% | 0.77% | - |
| XYZ | 31.7 | 45.91 | 10.21 | - |
| YUV | 163.8 | 63.78 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 197 | 50 | 0.28 | 0 | 0.75 | 0.23 | 82.45 | 0.6 | 0.48 |
| Hex | 8E | C5 | 32 | 1C | 0 | 4B | 17 | 52 | 3C | 30 |
| Octal | 216 | 305 | 62 | 34 | 0 | 113 | 27 | 122 | 74 | 60 |
| Binary | 10001110 | 11000101 | 110010 | 11100 | 0 | 1001011 | 10111 | 1010010 | 111100 | 110000 |
Color Harmonies of #8EC532
Complementary color
Monochromatic Colors of #8EC532
Black with #8EC532
Text Example
Text Example
White with #8EC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC532; }
p { color: rgb(142,197,50); }
H1.HeaderClassName
{
color: #8EC532;
}
.AnyTagClassName
{
color: #8EC532;
}
</style>
background-color css
<style>
a { background-color: #8EC532; }
a { background-color: rgb(142,197,50); }
div.DivClassName
{
background-color: #8EC532;
}
.BgClassName
{
background-color: #8EC532;
}
</style>
border-color css
<style>
span { border-color: #8EC532; }
span { border-color: rgb(142,197,50); }
td.TdClassName
{
border-color: #8EC532;
}
.TagClassName
{
border-color: #8EC532;
}
</style>