Shades of Mantis #8ED166
Tints of Mantis #8ED166
RGB
CMYK
RGB Variations
Color information
#8ED166 (or 0x8ED166) is known color: Mantis. HEX triplet: 8E, D1 and 66. RGB value is (142,209,102). Sum of RGB (Red+Green+Blue) = 142+209+102=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED166 is #712E99. Grayscale: #B1B1B1. Windows color (decimal): -7417498 or 6738318. OLE color: 6738318.
HSL color Cylindrical-coordinate representation of color #8ED166: hue angle of 97.57º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8ED166 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 209 | 102 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.18 |
| HSL | 97.57º | 0.54% | 0.61% | - |
| HSV(B) | 97.57º | 0.51% | 0.82% | - |
| XYZ | 36.35 | 52.31 | 20.75 | - |
| YUV | 176.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 209 | 102 | 0.32 | 0 | 0.51 | 0.18 | 97.57 | 0.54 | 0.61 |
| Hex | 8E | D1 | 66 | 20 | 0 | 33 | 12 | 62 | 36 | 3D |
| Octal | 216 | 321 | 146 | 40 | 0 | 63 | 22 | 142 | 66 | 75 |
| Binary | 10001110 | 11010001 | 1100110 | 100000 | 0 | 110011 | 10010 | 1100010 | 110110 | 111101 |
Color Harmonies of #8ED166
Complementary color
Monochromatic Colors of #8ED166
Black with #8ED166
Text Example
Text Example
White with #8ED166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED166; }
p { color: rgb(142,209,102); }
H1.HeaderClassName
{
color: #8ED166;
}
.AnyTagClassName
{
color: #8ED166;
}
</style>
background-color css
<style>
a { background-color: #8ED166; }
a { background-color: rgb(142,209,102); }
div.DivClassName
{
background-color: #8ED166;
}
.BgClassName
{
background-color: #8ED166;
}
</style>
border-color css
<style>
span { border-color: #8ED166; }
span { border-color: rgb(142,209,102); }
td.TdClassName
{
border-color: #8ED166;
}
.TagClassName
{
border-color: #8ED166;
}
</style>