Shades of Mantis #8ED855
Tints of Mantis #8ED855
RGB
CMYK
RGB Variations
Color information
#8ED855 (or 0x8ED855) is known color: Mantis. HEX triplet: 8E, D8 and 55. RGB value is (142,216,85). Sum of RGB (Red+Green+Blue) = 142+216+85=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED855 is #7127AA. Grayscale: #B3B3B3. Windows color (decimal): -7415723 or 5625998. OLE color: 5625998.
HSL color Cylindrical-coordinate representation of color #8ED855: hue angle of 93.89º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8ED855 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 85 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.15 |
| HSL | 93.89º | 0.63% | 0.59% | - |
| HSV(B) | 93.89º | 0.61% | 0.85% | - |
| XYZ | 37.35 | 55.52 | 17.34 | - |
| YUV | 178.94 | 74.98 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 85 | 0.34 | 0 | 0.61 | 0.15 | 93.89 | 0.63 | 0.59 |
| Hex | 8E | D8 | 55 | 22 | 0 | 3D | F | 5E | 3F | 3B |
| Octal | 216 | 330 | 125 | 42 | 0 | 75 | 17 | 136 | 77 | 73 |
| Binary | 10001110 | 11011000 | 1010101 | 100010 | 0 | 111101 | 1111 | 1011110 | 111111 | 111011 |
Color Harmonies of #8ED855
Complementary color
Monochromatic Colors of #8ED855
Black with #8ED855
Text Example
Text Example
White with #8ED855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED855; }
p { color: rgb(142,216,85); }
H1.HeaderClassName
{
color: #8ED855;
}
.AnyTagClassName
{
color: #8ED855;
}
</style>
background-color css
<style>
a { background-color: #8ED855; }
a { background-color: rgb(142,216,85); }
div.DivClassName
{
background-color: #8ED855;
}
.BgClassName
{
background-color: #8ED855;
}
</style>
border-color css
<style>
span { border-color: #8ED855; }
span { border-color: rgb(142,216,85); }
td.TdClassName
{
border-color: #8ED855;
}
.TagClassName
{
border-color: #8ED855;
}
</style>