Shades of Mantis #8ED962
Tints of Mantis #8ED962
RGB
CMYK
RGB Variations
Color information
#8ED962 (or 0x8ED962) is known color: Mantis. HEX triplet: 8E, D9 and 62. RGB value is (142,217,98). Sum of RGB (Red+Green+Blue) = 142+217+98=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED962 is #71269D. Grayscale: #B5B5B5. Windows color (decimal): -7415454 or 6478222. OLE color: 6478222.
HSL color Cylindrical-coordinate representation of color #8ED962: hue angle of 97.82º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8ED962 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 217 | 98 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.15 |
| HSL | 97.82º | 0.61% | 0.62% | - |
| HSV(B) | 97.82º | 0.55% | 0.85% | - |
| XYZ | 38.17 | 56.26 | 20.4 | - |
| YUV | 181.01 | 81.15 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 217 | 98 | 0.35 | 0 | 0.55 | 0.15 | 97.82 | 0.61 | 0.62 |
| Hex | 8E | D9 | 62 | 23 | 0 | 37 | F | 62 | 3D | 3E |
| Octal | 216 | 331 | 142 | 43 | 0 | 67 | 17 | 142 | 75 | 76 |
| Binary | 10001110 | 11011001 | 1100010 | 100011 | 0 | 110111 | 1111 | 1100010 | 111101 | 111110 |
Color Harmonies of #8ED962
Complementary color
Monochromatic Colors of #8ED962
Black with #8ED962
Text Example
Text Example
White with #8ED962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED962; }
p { color: rgb(142,217,98); }
H1.HeaderClassName
{
color: #8ED962;
}
.AnyTagClassName
{
color: #8ED962;
}
</style>
background-color css
<style>
a { background-color: #8ED962; }
a { background-color: rgb(142,217,98); }
div.DivClassName
{
background-color: #8ED962;
}
.BgClassName
{
background-color: #8ED962;
}
</style>
border-color css
<style>
span { border-color: #8ED962; }
span { border-color: rgb(142,217,98); }
td.TdClassName
{
border-color: #8ED962;
}
.TagClassName
{
border-color: #8ED962;
}
</style>