Shades of Mantis #8ED85D
Tints of Mantis #8ED85D
RGB
CMYK
RGB Variations
Color information
#8ED85D (or 0x8ED85D) is known color: Mantis. HEX triplet: 8E, D8 and 5D. RGB value is (142,216,93). Sum of RGB (Red+Green+Blue) = 142+216+93=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED85D is #7127A2. Grayscale: #B4B4B4. Windows color (decimal): -7415715 or 6150286. OLE color: 6150286.
HSL color Cylindrical-coordinate representation of color #8ED85D: hue angle of 96.1º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8ED85D is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 93 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.15 |
| HSL | 96.1º | 0.61% | 0.61% | - |
| HSV(B) | 96.1º | 0.57% | 0.85% | - |
| XYZ | 37.69 | 55.65 | 19.11 | - |
| YUV | 179.85 | 78.98 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 93 | 0.34 | 0 | 0.57 | 0.15 | 96.1 | 0.61 | 0.61 |
| Hex | 8E | D8 | 5D | 22 | 0 | 39 | F | 60 | 3D | 3D |
| Octal | 216 | 330 | 135 | 42 | 0 | 71 | 17 | 140 | 75 | 75 |
| Binary | 10001110 | 11011000 | 1011101 | 100010 | 0 | 111001 | 1111 | 1100000 | 111101 | 111101 |
Color Harmonies of #8ED85D
Complementary color
Monochromatic Colors of #8ED85D
Black with #8ED85D
Text Example
Text Example
White with #8ED85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED85D; }
p { color: rgb(142,216,93); }
H1.HeaderClassName
{
color: #8ED85D;
}
.AnyTagClassName
{
color: #8ED85D;
}
</style>
background-color css
<style>
a { background-color: #8ED85D; }
a { background-color: rgb(142,216,93); }
div.DivClassName
{
background-color: #8ED85D;
}
.BgClassName
{
background-color: #8ED85D;
}
</style>
border-color css
<style>
span { border-color: #8ED85D; }
span { border-color: rgb(142,216,93); }
td.TdClassName
{
border-color: #8ED85D;
}
.TagClassName
{
border-color: #8ED85D;
}
</style>