Shades of Mantis #8EE85A
Tints of Mantis #8EE85A
RGB
CMYK
RGB Variations
Color information
#8EE85A (or 0x8EE85A) is known color: Mantis. HEX triplet: 8E, E8 and 5A. RGB value is (142,232,90). Sum of RGB (Red+Green+Blue) = 142+232+90=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 232 (91.02% from 255 or 50% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 232 - color contains mainly: green. Hex color #8EE85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EE85A is #7117A5. Grayscale: #BDBDBD. Windows color (decimal): -7411622 or 5957774. OLE color: 5957774.
HSL color Cylindrical-coordinate representation of color #8EE85A: hue angle of 98.03º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8EE85A is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 232 | 90 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.09 |
| HSL | 98.03º | 0.76% | 0.63% | - |
| HSV(B) | 98.03º | 0.61% | 0.91% | - |
| XYZ | 41.86 | 64.2 | 19.86 | - |
| YUV | 188.9 | 72.18 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 232 | 90 | 0.39 | 0 | 0.61 | 0.09 | 98.03 | 0.76 | 0.63 |
| Hex | 8E | E8 | 5A | 27 | 0 | 3D | 9 | 62 | 4C | 3F |
| Octal | 216 | 350 | 132 | 47 | 0 | 75 | 11 | 142 | 114 | 77 |
| Binary | 10001110 | 11101000 | 1011010 | 100111 | 0 | 111101 | 1001 | 1100010 | 1001100 | 111111 |
Color Harmonies of #8EE85A
Complementary color
Monochromatic Colors of #8EE85A
Black with #8EE85A
Text Example
Text Example
White with #8EE85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE85A; }
p { color: rgb(142,232,90); }
H1.HeaderClassName
{
color: #8EE85A;
}
.AnyTagClassName
{
color: #8EE85A;
}
</style>
background-color css
<style>
a { background-color: #8EE85A; }
a { background-color: rgb(142,232,90); }
div.DivClassName
{
background-color: #8EE85A;
}
.BgClassName
{
background-color: #8EE85A;
}
</style>
border-color css
<style>
span { border-color: #8EE85A; }
span { border-color: rgb(142,232,90); }
td.TdClassName
{
border-color: #8EE85A;
}
.TagClassName
{
border-color: #8EE85A;
}
</style>