Shades of Mantis #8EE75D
Tints of Mantis #8EE75D
RGB
CMYK
RGB Variations
Color information
#8EE75D (or 0x8EE75D) is known color: Mantis. HEX triplet: 8E, E7 and 5D. RGB value is (142,231,93). Sum of RGB (Red+Green+Blue) = 142+231+93=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 231 - color contains mainly: green. Hex color #8EE75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EE75D is #7118A2. Grayscale: #BDBDBD. Windows color (decimal): -7411875 or 6154126. OLE color: 6154126.
HSL color Cylindrical-coordinate representation of color #8EE75D: hue angle of 98.7º degrees, saturation: 0.74, 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 #8EE75D is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 231 | 93 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.09 |
| HSL | 98.7º | 0.74% | 0.64% | - |
| HSV(B) | 98.7º | 0.6% | 0.91% | - |
| XYZ | 41.71 | 63.69 | 20.45 | - |
| YUV | 188.66 | 74.01 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 231 | 93 | 0.39 | 0 | 0.60 | 0.09 | 98.7 | 0.74 | 0.64 |
| Hex | 8E | E7 | 5D | 27 | 0 | 3C | 9 | 63 | 4A | 40 |
| Octal | 216 | 347 | 135 | 47 | 0 | 74 | 11 | 143 | 112 | 100 |
| Binary | 10001110 | 11100111 | 1011101 | 100111 | 0 | 111100 | 1001 | 1100011 | 1001010 | 1000000 |
Color Harmonies of #8EE75D
Complementary color
Monochromatic Colors of #8EE75D
Black with #8EE75D
Text Example
Text Example
White with #8EE75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE75D; }
p { color: rgb(142,231,93); }
H1.HeaderClassName
{
color: #8EE75D;
}
.AnyTagClassName
{
color: #8EE75D;
}
</style>
background-color css
<style>
a { background-color: #8EE75D; }
a { background-color: rgb(142,231,93); }
div.DivClassName
{
background-color: #8EE75D;
}
.BgClassName
{
background-color: #8EE75D;
}
</style>
border-color css
<style>
span { border-color: #8EE75D; }
span { border-color: rgb(142,231,93); }
td.TdClassName
{
border-color: #8EE75D;
}
.TagClassName
{
border-color: #8EE75D;
}
</style>