Shades of Yellow Green #8EC52A
Tints of Yellow Green #8EC52A
RGB
CMYK
RGB Variations
Color information
#8EC52A (or 0x8EC52A) is known color: Yellow Green. HEX triplet: 8E, C5 and 2A. RGB value is (142,197,42). Sum of RGB (Red+Green+Blue) = 142+197+42=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC52A is #713AD5. Grayscale: #A3A3A3. Windows color (decimal): -7420630 or 2803086. OLE color: 2803086.
HSL color Cylindrical-coordinate representation of color #8EC52A: hue angle of 81.29º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8EC52A is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 197 | 42 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.23 |
| HSL | 81.29º | 0.65% | 0.47% | - |
| HSV(B) | 81.29º | 0.79% | 0.77% | - |
| XYZ | 31.54 | 45.85 | 9.38 | - |
| YUV | 162.89 | 59.78 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 197 | 42 | 0.28 | 0 | 0.79 | 0.23 | 81.29 | 0.65 | 0.47 |
| Hex | 8E | C5 | 2A | 1C | 0 | 4F | 17 | 51 | 41 | 2F |
| Octal | 216 | 305 | 52 | 34 | 0 | 117 | 27 | 121 | 101 | 57 |
| Binary | 10001110 | 11000101 | 101010 | 11100 | 0 | 1001111 | 10111 | 1010001 | 1000001 | 101111 |
Color Harmonies of #8EC52A
Complementary color
Monochromatic Colors of #8EC52A
Black with #8EC52A
Text Example
Text Example
White with #8EC52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC52A; }
p { color: rgb(142,197,42); }
H1.HeaderClassName
{
color: #8EC52A;
}
.AnyTagClassName
{
color: #8EC52A;
}
</style>
background-color css
<style>
a { background-color: #8EC52A; }
a { background-color: rgb(142,197,42); }
div.DivClassName
{
background-color: #8EC52A;
}
.BgClassName
{
background-color: #8EC52A;
}
</style>
border-color css
<style>
span { border-color: #8EC52A; }
span { border-color: rgb(142,197,42); }
td.TdClassName
{
border-color: #8EC52A;
}
.TagClassName
{
border-color: #8EC52A;
}
</style>