Shades of Mantis #8EE85D
Tints of Mantis #8EE85D
RGB
CMYK
RGB Variations
Color information
#8EE85D (or 0x8EE85D) is known color: Mantis. HEX triplet: 8E, E8 and 5D. RGB value is (142,232,93). Sum of RGB (Red+Green+Blue) = 142+232+93=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #8EE85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EE85D is #7117A2. Grayscale: #BDBDBD. Windows color (decimal): -7411619 or 6154382. OLE color: 6154382.
HSL color Cylindrical-coordinate representation of color #8EE85D: hue angle of 98.85º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EE85D is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 232 | 93 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.09 |
| HSL | 98.85º | 0.75% | 0.64% | - |
| HSV(B) | 98.85º | 0.6% | 0.91% | - |
| XYZ | 41.99 | 64.25 | 20.55 | - |
| YUV | 189.24 | 73.68 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 232 | 93 | 0.39 | 0 | 0.60 | 0.09 | 98.85 | 0.75 | 0.64 |
| Hex | 8E | E8 | 5D | 27 | 0 | 3C | 9 | 63 | 4B | 40 |
| Octal | 216 | 350 | 135 | 47 | 0 | 74 | 11 | 143 | 113 | 100 |
| Binary | 10001110 | 11101000 | 1011101 | 100111 | 0 | 111100 | 1001 | 1100011 | 1001011 | 1000000 |
Color Harmonies of #8EE85D
Complementary color
Monochromatic Colors of #8EE85D
Black with #8EE85D
Text Example
Text Example
White with #8EE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE85D; }
p { color: rgb(142,232,93); }
H1.HeaderClassName
{
color: #8EE85D;
}
.AnyTagClassName
{
color: #8EE85D;
}
</style>
background-color css
<style>
a { background-color: #8EE85D; }
a { background-color: rgb(142,232,93); }
div.DivClassName
{
background-color: #8EE85D;
}
.BgClassName
{
background-color: #8EE85D;
}
</style>
border-color css
<style>
span { border-color: #8EE85D; }
span { border-color: rgb(142,232,93); }
td.TdClassName
{
border-color: #8EE85D;
}
.TagClassName
{
border-color: #8EE85D;
}
</style>