Shades of Mantis #8ED360
Tints of Mantis #8ED360
RGB
CMYK
RGB Variations
Color information
#8ED360 (or 0x8ED360) is known color: Mantis. HEX triplet: 8E, D3 and 60. RGB value is (142,211,96). Sum of RGB (Red+Green+Blue) = 142+211+96=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED360 is #712C9F. Grayscale: #B1B1B1. Windows color (decimal): -7416992 or 6345614. OLE color: 6345614.
HSL color Cylindrical-coordinate representation of color #8ED360: hue angle of 96º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8ED360 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 211 | 96 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.17 |
| HSL | 96º | 0.57% | 0.6% | - |
| HSV(B) | 96º | 0.55% | 0.83% | - |
| XYZ | 36.56 | 53.18 | 19.4 | - |
| YUV | 177.26 | 82.14 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 96 | 0.33 | 0 | 0.55 | 0.17 | 96 | 0.57 | 0.6 |
| Hex | 8E | D3 | 60 | 21 | 0 | 37 | 11 | 60 | 39 | 3C |
| Octal | 216 | 323 | 140 | 41 | 0 | 67 | 21 | 140 | 71 | 74 |
| Binary | 10001110 | 11010011 | 1100000 | 100001 | 0 | 110111 | 10001 | 1100000 | 111001 | 111100 |
Color Harmonies of #8ED360
Complementary color
Monochromatic Colors of #8ED360
Black with #8ED360
Text Example
Text Example
White with #8ED360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED360; }
p { color: rgb(142,211,96); }
H1.HeaderClassName
{
color: #8ED360;
}
.AnyTagClassName
{
color: #8ED360;
}
</style>
background-color css
<style>
a { background-color: #8ED360; }
a { background-color: rgb(142,211,96); }
div.DivClassName
{
background-color: #8ED360;
}
.BgClassName
{
background-color: #8ED360;
}
</style>
border-color css
<style>
span { border-color: #8ED360; }
span { border-color: rgb(142,211,96); }
td.TdClassName
{
border-color: #8ED360;
}
.TagClassName
{
border-color: #8ED360;
}
</style>