Shades of Yellow Green #8EE130
Tints of Yellow Green #8EE130
RGB
CMYK
RGB Variations
Color information
#8EE130 (or 0x8EE130) is known color: Yellow Green. HEX triplet: 8E, E1 and 30. RGB value is (142,225,48). Sum of RGB (Red+Green+Blue) = 142+225+48=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 225 (88.28% from 255 or 54.22% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE130 is #711ECF. Grayscale: #B4B4B4. Windows color (decimal): -7413456 or 3203470. OLE color: 3203470.
HSL color Cylindrical-coordinate representation of color #8EE130: hue angle of 88.14º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8EE130 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 225 | 48 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.12 |
| HSL | 88.14º | 0.75% | 0.54% | - |
| HSV(B) | 88.14º | 0.79% | 0.88% | - |
| XYZ | 38.61 | 59.81 | 12.31 | - |
| YUV | 180.01 | 53.5 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 225 | 48 | 0.37 | 0 | 0.79 | 0.12 | 88.14 | 0.75 | 0.54 |
| Hex | 8E | E1 | 30 | 25 | 0 | 4F | C | 58 | 4B | 36 |
| Octal | 216 | 341 | 60 | 45 | 0 | 117 | 14 | 130 | 113 | 66 |
| Binary | 10001110 | 11100001 | 110000 | 100101 | 0 | 1001111 | 1100 | 1011000 | 1001011 | 110110 |
Color Harmonies of #8EE130
Complementary color
Monochromatic Colors of #8EE130
Black with #8EE130
Text Example
Text Example
White with #8EE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE130; }
p { color: rgb(142,225,48); }
H1.HeaderClassName
{
color: #8EE130;
}
.AnyTagClassName
{
color: #8EE130;
}
</style>
background-color css
<style>
a { background-color: #8EE130; }
a { background-color: rgb(142,225,48); }
div.DivClassName
{
background-color: #8EE130;
}
.BgClassName
{
background-color: #8EE130;
}
</style>
border-color css
<style>
span { border-color: #8EE130; }
span { border-color: rgb(142,225,48); }
td.TdClassName
{
border-color: #8EE130;
}
.TagClassName
{
border-color: #8EE130;
}
</style>