Shades of Yellow Green #8EC522
Tints of Yellow Green #8EC522
RGB
CMYK
RGB Variations
Color information
#8EC522 (or 0x8EC522) is known color: Yellow Green. HEX triplet: 8E, C5 and 22. RGB value is (142,197,34). Sum of RGB (Red+Green+Blue) = 142+197+34=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC522 is #713ADD. Grayscale: #A2A2A2. Windows color (decimal): -7420638 or 2278798. OLE color: 2278798.
HSL color Cylindrical-coordinate representation of color #8EC522: hue angle of 80.25º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8EC522 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 197 | 34 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.23 |
| HSL | 80.25º | 0.71% | 0.45% | - |
| HSV(B) | 80.25º | 0.83% | 0.77% | - |
| XYZ | 31.41 | 45.8 | 8.7 | - |
| YUV | 161.97 | 55.78 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 197 | 34 | 0.28 | 0 | 0.83 | 0.23 | 80.25 | 0.71 | 0.45 |
| Hex | 8E | C5 | 22 | 1C | 0 | 53 | 17 | 50 | 47 | 2D |
| Octal | 216 | 305 | 42 | 34 | 0 | 123 | 27 | 120 | 107 | 55 |
| Binary | 10001110 | 11000101 | 100010 | 11100 | 0 | 1010011 | 10111 | 1010000 | 1000111 | 101101 |
Color Harmonies of #8EC522
Complementary color
Monochromatic Colors of #8EC522
Black with #8EC522
Text Example
Text Example
White with #8EC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC522; }
p { color: rgb(142,197,34); }
H1.HeaderClassName
{
color: #8EC522;
}
.AnyTagClassName
{
color: #8EC522;
}
</style>
background-color css
<style>
a { background-color: #8EC522; }
a { background-color: rgb(142,197,34); }
div.DivClassName
{
background-color: #8EC522;
}
.BgClassName
{
background-color: #8EC522;
}
</style>
border-color css
<style>
span { border-color: #8EC522; }
span { border-color: rgb(142,197,34); }
td.TdClassName
{
border-color: #8EC522;
}
.TagClassName
{
border-color: #8EC522;
}
</style>