Shades of Mantis #8EE45D
Tints of Mantis #8EE45D
RGB
CMYK
RGB Variations
Color information
#8EE45D (or 0x8EE45D) is known color: Mantis. HEX triplet: 8E, E4 and 5D. RGB value is (142,228,93). Sum of RGB (Red+Green+Blue) = 142+228+93=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE45D is #711BA2. Grayscale: #BBBBBB. Windows color (decimal): -7412643 or 6153358. OLE color: 6153358.
HSL color Cylindrical-coordinate representation of color #8EE45D: hue angle of 98.22º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8EE45D is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 228 | 93 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.11 |
| HSL | 98.22º | 0.71% | 0.63% | - |
| HSV(B) | 98.22º | 0.59% | 0.89% | - |
| XYZ | 40.87 | 62.03 | 20.17 | - |
| YUV | 186.9 | 75.01 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 228 | 93 | 0.38 | 0 | 0.59 | 0.11 | 98.22 | 0.71 | 0.63 |
| Hex | 8E | E4 | 5D | 26 | 0 | 3B | B | 62 | 47 | 3F |
| Octal | 216 | 344 | 135 | 46 | 0 | 73 | 13 | 142 | 107 | 77 |
| Binary | 10001110 | 11100100 | 1011101 | 100110 | 0 | 111011 | 1011 | 1100010 | 1000111 | 111111 |
Color Harmonies of #8EE45D
Complementary color
Monochromatic Colors of #8EE45D
Black with #8EE45D
Text Example
Text Example
White with #8EE45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE45D; }
p { color: rgb(142,228,93); }
H1.HeaderClassName
{
color: #8EE45D;
}
.AnyTagClassName
{
color: #8EE45D;
}
</style>
background-color css
<style>
a { background-color: #8EE45D; }
a { background-color: rgb(142,228,93); }
div.DivClassName
{
background-color: #8EE45D;
}
.BgClassName
{
background-color: #8EE45D;
}
</style>
border-color css
<style>
span { border-color: #8EE45D; }
span { border-color: rgb(142,228,93); }
td.TdClassName
{
border-color: #8EE45D;
}
.TagClassName
{
border-color: #8EE45D;
}
</style>