Shades of Mantis #8EC64F
Tints of Mantis #8EC64F
RGB
CMYK
RGB Variations
Color information
#8EC64F (or 0x8EC64F) is known color: Mantis. HEX triplet: 8E, C6 and 4F. RGB value is (142,198,79). Sum of RGB (Red+Green+Blue) = 142+198+79=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC64F is #7139B0. Grayscale: #A8A8A8. Windows color (decimal): -7420337 or 5228174. OLE color: 5228174.
HSL color Cylindrical-coordinate representation of color #8EC64F: hue angle of 88.24º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EC64F is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 198 | 79 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.22 |
| HSL | 88.24º | 0.51% | 0.54% | - |
| HSV(B) | 88.24º | 0.6% | 0.78% | - |
| XYZ | 32.76 | 46.7 | 14.69 | - |
| YUV | 167.69 | 77.95 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 79 | 0.28 | 0 | 0.60 | 0.22 | 88.24 | 0.51 | 0.54 |
| Hex | 8E | C6 | 4F | 1C | 0 | 3C | 16 | 58 | 33 | 36 |
| Octal | 216 | 306 | 117 | 34 | 0 | 74 | 26 | 130 | 63 | 66 |
| Binary | 10001110 | 11000110 | 1001111 | 11100 | 0 | 111100 | 10110 | 1011000 | 110011 | 110110 |
Color Harmonies of #8EC64F
Complementary color
Monochromatic Colors of #8EC64F
Black with #8EC64F
Text Example
Text Example
White with #8EC64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC64F; }
p { color: rgb(142,198,79); }
H1.HeaderClassName
{
color: #8EC64F;
}
.AnyTagClassName
{
color: #8EC64F;
}
</style>
background-color css
<style>
a { background-color: #8EC64F; }
a { background-color: rgb(142,198,79); }
div.DivClassName
{
background-color: #8EC64F;
}
.BgClassName
{
background-color: #8EC64F;
}
</style>
border-color css
<style>
span { border-color: #8EC64F; }
span { border-color: rgb(142,198,79); }
td.TdClassName
{
border-color: #8EC64F;
}
.TagClassName
{
border-color: #8EC64F;
}
</style>