Shades of Mantis #8ED76B
Tints of Mantis #8ED76B
RGB
CMYK
RGB Variations
Color information
#8ED76B (or 0x8ED76B) is known color: Mantis. HEX triplet: 8E, D7 and 6B. RGB value is (142,215,107). Sum of RGB (Red+Green+Blue) = 142+215+107=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED76B is #712894. Grayscale: #B5B5B5. Windows color (decimal): -7415957 or 7067534. OLE color: 7067534.
HSL color Cylindrical-coordinate representation of color #8ED76B: hue angle of 100.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8ED76B is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 215 | 107 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.16 |
| HSL | 100.56º | 0.57% | 0.63% | - |
| HSV(B) | 100.56º | 0.5% | 0.84% | - |
| XYZ | 38.11 | 55.41 | 22.6 | - |
| YUV | 180.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 107 | 0.34 | 0 | 0.50 | 0.16 | 100.56 | 0.57 | 0.63 |
| Hex | 8E | D7 | 6B | 22 | 0 | 32 | 10 | 65 | 39 | 3F |
| Octal | 216 | 327 | 153 | 42 | 0 | 62 | 20 | 145 | 71 | 77 |
| Binary | 10001110 | 11010111 | 1101011 | 100010 | 0 | 110010 | 10000 | 1100101 | 111001 | 111111 |
Color Harmonies of #8ED76B
Complementary color
Monochromatic Colors of #8ED76B
Black with #8ED76B
Text Example
Text Example
White with #8ED76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED76B; }
p { color: rgb(142,215,107); }
H1.HeaderClassName
{
color: #8ED76B;
}
.AnyTagClassName
{
color: #8ED76B;
}
</style>
background-color css
<style>
a { background-color: #8ED76B; }
a { background-color: rgb(142,215,107); }
div.DivClassName
{
background-color: #8ED76B;
}
.BgClassName
{
background-color: #8ED76B;
}
</style>
border-color css
<style>
span { border-color: #8ED76B; }
span { border-color: rgb(142,215,107); }
td.TdClassName
{
border-color: #8ED76B;
}
.TagClassName
{
border-color: #8ED76B;
}
</style>