Shades of Mantis #8ED86B
Tints of Mantis #8ED86B
RGB
CMYK
RGB Variations
Color information
#8ED86B (or 0x8ED86B) is known color: Mantis. HEX triplet: 8E, D8 and 6B. RGB value is (142,216,107). Sum of RGB (Red+Green+Blue) = 142+216+107=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED86B is #712794. Grayscale: #B5B5B5. Windows color (decimal): -7415701 or 7067790. OLE color: 7067790.
HSL color Cylindrical-coordinate representation of color #8ED86B: hue angle of 100.73º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8ED86B is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 107 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.15 |
| HSL | 100.73º | 0.58% | 0.63% | - |
| HSV(B) | 100.73º | 0.5% | 0.85% | - |
| XYZ | 38.37 | 55.92 | 22.68 | - |
| YUV | 181.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 107 | 0.34 | 0 | 0.50 | 0.15 | 100.73 | 0.58 | 0.63 |
| Hex | 8E | D8 | 6B | 22 | 0 | 32 | F | 65 | 3A | 3F |
| Octal | 216 | 330 | 153 | 42 | 0 | 62 | 17 | 145 | 72 | 77 |
| Binary | 10001110 | 11011000 | 1101011 | 100010 | 0 | 110010 | 1111 | 1100101 | 111010 | 111111 |
Color Harmonies of #8ED86B
Complementary color
Monochromatic Colors of #8ED86B
Black with #8ED86B
Text Example
Text Example
White with #8ED86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED86B; }
p { color: rgb(142,216,107); }
H1.HeaderClassName
{
color: #8ED86B;
}
.AnyTagClassName
{
color: #8ED86B;
}
</style>
background-color css
<style>
a { background-color: #8ED86B; }
a { background-color: rgb(142,216,107); }
div.DivClassName
{
background-color: #8ED86B;
}
.BgClassName
{
background-color: #8ED86B;
}
</style>
border-color css
<style>
span { border-color: #8ED86B; }
span { border-color: rgb(142,216,107); }
td.TdClassName
{
border-color: #8ED86B;
}
.TagClassName
{
border-color: #8ED86B;
}
</style>