Shades of Yellow Green #8EC225
Tints of Yellow Green #8EC225
RGB
CMYK
RGB Variations
Color information
#8EC225 (or 0x8EC225) is known color: Yellow Green. HEX triplet: 8E, C2 and 25. RGB value is (142,194,37). Sum of RGB (Red+Green+Blue) = 142+194+37=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC225 is #713DDA. Grayscale: #A1A1A1. Windows color (decimal): -7421403 or 2474638. OLE color: 2474638.
HSL color Cylindrical-coordinate representation of color #8EC225: hue angle of 79.87º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8EC225 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 194 | 37 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.24 |
| HSL | 79.87º | 0.68% | 0.45% | - |
| HSV(B) | 79.87º | 0.81% | 0.76% | - |
| XYZ | 30.78 | 44.47 | 8.71 | - |
| YUV | 160.55 | 58.27 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 194 | 37 | 0.27 | 0 | 0.81 | 0.24 | 79.87 | 0.68 | 0.45 |
| Hex | 8E | C2 | 25 | 1B | 0 | 51 | 18 | 50 | 44 | 2D |
| Octal | 216 | 302 | 45 | 33 | 0 | 121 | 30 | 120 | 104 | 55 |
| Binary | 10001110 | 11000010 | 100101 | 11011 | 0 | 1010001 | 11000 | 1010000 | 1000100 | 101101 |
Color Harmonies of #8EC225
Complementary color
Monochromatic Colors of #8EC225
Black with #8EC225
Text Example
Text Example
White with #8EC225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC225; }
p { color: rgb(142,194,37); }
H1.HeaderClassName
{
color: #8EC225;
}
.AnyTagClassName
{
color: #8EC225;
}
</style>
background-color css
<style>
a { background-color: #8EC225; }
a { background-color: rgb(142,194,37); }
div.DivClassName
{
background-color: #8EC225;
}
.BgClassName
{
background-color: #8EC225;
}
</style>
border-color css
<style>
span { border-color: #8EC225; }
span { border-color: rgb(142,194,37); }
td.TdClassName
{
border-color: #8EC225;
}
.TagClassName
{
border-color: #8EC225;
}
</style>