Shades of Mantis #8ED758
Tints of Mantis #8ED758
RGB
CMYK
RGB Variations
Color information
#8ED758 (or 0x8ED758) is known color: Mantis. HEX triplet: 8E, D7 and 58. RGB value is (142,215,88). Sum of RGB (Red+Green+Blue) = 142+215+88=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED758 is #7128A7. Grayscale: #B3B3B3. Windows color (decimal): -7415976 or 5822350. OLE color: 5822350.
HSL color Cylindrical-coordinate representation of color #8ED758: hue angle of 94.49º degrees, saturation: 0.61, 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 #8ED758 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 215 | 88 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.16 |
| HSL | 94.49º | 0.61% | 0.59% | - |
| HSV(B) | 94.49º | 0.59% | 0.84% | - |
| XYZ | 37.22 | 55.06 | 17.9 | - |
| YUV | 178.7 | 76.82 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 88 | 0.34 | 0 | 0.59 | 0.16 | 94.49 | 0.61 | 0.59 |
| Hex | 8E | D7 | 58 | 22 | 0 | 3B | 10 | 5E | 3D | 3B |
| Octal | 216 | 327 | 130 | 42 | 0 | 73 | 20 | 136 | 75 | 73 |
| Binary | 10001110 | 11010111 | 1011000 | 100010 | 0 | 111011 | 10000 | 1011110 | 111101 | 111011 |
Color Harmonies of #8ED758
Complementary color
Monochromatic Colors of #8ED758
Black with #8ED758
Text Example
Text Example
White with #8ED758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED758; }
p { color: rgb(142,215,88); }
H1.HeaderClassName
{
color: #8ED758;
}
.AnyTagClassName
{
color: #8ED758;
}
</style>
background-color css
<style>
a { background-color: #8ED758; }
a { background-color: rgb(142,215,88); }
div.DivClassName
{
background-color: #8ED758;
}
.BgClassName
{
background-color: #8ED758;
}
</style>
border-color css
<style>
span { border-color: #8ED758; }
span { border-color: rgb(142,215,88); }
td.TdClassName
{
border-color: #8ED758;
}
.TagClassName
{
border-color: #8ED758;
}
</style>