Shades of Mantis #8ED751
Tints of Mantis #8ED751
RGB
CMYK
RGB Variations
Color information
#8ED751 (or 0x8ED751) is known color: Mantis. HEX triplet: 8E, D7 and 51. RGB value is (142,215,81). Sum of RGB (Red+Green+Blue) = 142+215+81=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 81 (32.03% from 255 or 18.49% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED751 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED751 is #7128AE. Grayscale: #B2B2B2. Windows color (decimal): -7415983 or 5363598. OLE color: 5363598.
HSL color Cylindrical-coordinate representation of color #8ED751: hue angle of 92.69º degrees, saturation: 0.63, 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 #8ED751 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 215 | 81 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.16 |
| HSL | 92.69º | 0.63% | 0.58% | - |
| HSV(B) | 92.69º | 0.62% | 0.84% | - |
| XYZ | 36.94 | 54.95 | 16.44 | - |
| YUV | 177.9 | 73.32 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 81 | 0.34 | 0 | 0.62 | 0.16 | 92.69 | 0.63 | 0.58 |
| Hex | 8E | D7 | 51 | 22 | 0 | 3E | 10 | 5D | 3F | 3A |
| Octal | 216 | 327 | 121 | 42 | 0 | 76 | 20 | 135 | 77 | 72 |
| Binary | 10001110 | 11010111 | 1010001 | 100010 | 0 | 111110 | 10000 | 1011101 | 111111 | 111010 |
Color Harmonies of #8ED751
Complementary color
Monochromatic Colors of #8ED751
Black with #8ED751
Text Example
Text Example
White with #8ED751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED751; }
p { color: rgb(142,215,81); }
H1.HeaderClassName
{
color: #8ED751;
}
.AnyTagClassName
{
color: #8ED751;
}
</style>
background-color css
<style>
a { background-color: #8ED751; }
a { background-color: rgb(142,215,81); }
div.DivClassName
{
background-color: #8ED751;
}
.BgClassName
{
background-color: #8ED751;
}
</style>
border-color css
<style>
span { border-color: #8ED751; }
span { border-color: rgb(142,215,81); }
td.TdClassName
{
border-color: #8ED751;
}
.TagClassName
{
border-color: #8ED751;
}
</style>