Shades of Mantis #8EE95D
Tints of Mantis #8EE95D
RGB
CMYK
RGB Variations
Color information
#8EE95D (or 0x8EE95D) is known color: Mantis. HEX triplet: 8E, E9 and 5D. RGB value is (142,233,93). Sum of RGB (Red+Green+Blue) = 142+233+93=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EE95D is #7116A2. Grayscale: #BEBEBE. Windows color (decimal): -7411363 or 6154638. OLE color: 6154638.
HSL color Cylindrical-coordinate representation of color #8EE95D: hue angle of 99º degrees, saturation: 0.76, 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 #8EE95D is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 233 | 93 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.09 |
| HSL | 99º | 0.76% | 0.64% | - |
| HSV(B) | 99º | 0.6% | 0.91% | - |
| XYZ | 42.27 | 64.82 | 20.64 | - |
| YUV | 189.83 | 73.35 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 233 | 93 | 0.39 | 0 | 0.60 | 0.09 | 99 | 0.76 | 0.64 |
| Hex | 8E | E9 | 5D | 27 | 0 | 3C | 9 | 63 | 4C | 40 |
| Octal | 216 | 351 | 135 | 47 | 0 | 74 | 11 | 143 | 114 | 100 |
| Binary | 10001110 | 11101001 | 1011101 | 100111 | 0 | 111100 | 1001 | 1100011 | 1001100 | 1000000 |
Color Harmonies of #8EE95D
Complementary color
Monochromatic Colors of #8EE95D
Black with #8EE95D
Text Example
Text Example
White with #8EE95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE95D; }
p { color: rgb(142,233,93); }
H1.HeaderClassName
{
color: #8EE95D;
}
.AnyTagClassName
{
color: #8EE95D;
}
</style>
background-color css
<style>
a { background-color: #8EE95D; }
a { background-color: rgb(142,233,93); }
div.DivClassName
{
background-color: #8EE95D;
}
.BgClassName
{
background-color: #8EE95D;
}
</style>
border-color css
<style>
span { border-color: #8EE95D; }
span { border-color: rgb(142,233,93); }
td.TdClassName
{
border-color: #8EE95D;
}
.TagClassName
{
border-color: #8EE95D;
}
</style>