Shades of Mantis #8ED558
Tints of Mantis #8ED558
RGB
CMYK
RGB Variations
Color information
#8ED558 (or 0x8ED558) is known color: Mantis. HEX triplet: 8E, D5 and 58. RGB value is (142,213,88). Sum of RGB (Red+Green+Blue) = 142+213+88=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED558 is #712AA7. Grayscale: #B1B1B1. Windows color (decimal): -7416488 or 5821838. OLE color: 5821838.
HSL color Cylindrical-coordinate representation of color #8ED558: hue angle of 94.08º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8ED558 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 213 | 88 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.16 |
| HSL | 94.08º | 0.6% | 0.59% | - |
| HSV(B) | 94.08º | 0.59% | 0.84% | - |
| XYZ | 36.71 | 54.04 | 17.73 | - |
| YUV | 177.52 | 77.48 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 213 | 88 | 0.33 | 0 | 0.59 | 0.16 | 94.08 | 0.6 | 0.59 |
| Hex | 8E | D5 | 58 | 21 | 0 | 3B | 10 | 5E | 3C | 3B |
| Octal | 216 | 325 | 130 | 41 | 0 | 73 | 20 | 136 | 74 | 73 |
| Binary | 10001110 | 11010101 | 1011000 | 100001 | 0 | 111011 | 10000 | 1011110 | 111100 | 111011 |
Color Harmonies of #8ED558
Complementary color
Monochromatic Colors of #8ED558
Black with #8ED558
Text Example
Text Example
White with #8ED558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED558; }
p { color: rgb(142,213,88); }
H1.HeaderClassName
{
color: #8ED558;
}
.AnyTagClassName
{
color: #8ED558;
}
</style>
background-color css
<style>
a { background-color: #8ED558; }
a { background-color: rgb(142,213,88); }
div.DivClassName
{
background-color: #8ED558;
}
.BgClassName
{
background-color: #8ED558;
}
</style>
border-color css
<style>
span { border-color: #8ED558; }
span { border-color: rgb(142,213,88); }
td.TdClassName
{
border-color: #8ED558;
}
.TagClassName
{
border-color: #8ED558;
}
</style>