Shades of Mantis #8ED651
Tints of Mantis #8ED651
RGB
CMYK
RGB Variations
Color information
#8ED651 (or 0x8ED651) is known color: Mantis. HEX triplet: 8E, D6 and 51. RGB value is (142,214,81). Sum of RGB (Red+Green+Blue) = 142+214+81=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED651 is #7129AE. Grayscale: #B1B1B1. Windows color (decimal): -7416239 or 5363342. OLE color: 5363342.
HSL color Cylindrical-coordinate representation of color #8ED651: hue angle of 92.48º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8ED651 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 214 | 81 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.16 |
| HSL | 92.48º | 0.62% | 0.58% | - |
| HSV(B) | 92.48º | 0.62% | 0.84% | - |
| XYZ | 36.69 | 54.44 | 16.36 | - |
| YUV | 177.31 | 73.65 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 81 | 0.34 | 0 | 0.62 | 0.16 | 92.48 | 0.62 | 0.58 |
| Hex | 8E | D6 | 51 | 22 | 0 | 3E | 10 | 5C | 3E | 3A |
| Octal | 216 | 326 | 121 | 42 | 0 | 76 | 20 | 134 | 76 | 72 |
| Binary | 10001110 | 11010110 | 1010001 | 100010 | 0 | 111110 | 10000 | 1011100 | 111110 | 111010 |
Color Harmonies of #8ED651
Complementary color
Monochromatic Colors of #8ED651
Black with #8ED651
Text Example
Text Example
White with #8ED651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED651; }
p { color: rgb(142,214,81); }
H1.HeaderClassName
{
color: #8ED651;
}
.AnyTagClassName
{
color: #8ED651;
}
</style>
background-color css
<style>
a { background-color: #8ED651; }
a { background-color: rgb(142,214,81); }
div.DivClassName
{
background-color: #8ED651;
}
.BgClassName
{
background-color: #8ED651;
}
</style>
border-color css
<style>
span { border-color: #8ED651; }
span { border-color: rgb(142,214,81); }
td.TdClassName
{
border-color: #8ED651;
}
.TagClassName
{
border-color: #8ED651;
}
</style>