Shades of Mantis #8EC94F
Tints of Mantis #8EC94F
RGB
CMYK
RGB Variations
Color information
#8EC94F (or 0x8EC94F) is known color: Mantis. HEX triplet: 8E, C9 and 4F. RGB value is (142,201,79). Sum of RGB (Red+Green+Blue) = 142+201+79=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC94F is #7136B0. Grayscale: #A9A9A9. Windows color (decimal): -7419569 or 5228942. OLE color: 5228942.
HSL color Cylindrical-coordinate representation of color #8EC94F: hue angle of 89.02º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8EC94F is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 201 | 79 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.21 |
| HSL | 89.02º | 0.53% | 0.55% | - |
| HSV(B) | 89.02º | 0.61% | 0.79% | - |
| XYZ | 33.45 | 48.09 | 14.92 | - |
| YUV | 169.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 201 | 79 | 0.29 | 0 | 0.61 | 0.21 | 89.02 | 0.53 | 0.55 |
| Hex | 8E | C9 | 4F | 1D | 0 | 3D | 15 | 59 | 35 | 37 |
| Octal | 216 | 311 | 117 | 35 | 0 | 75 | 25 | 131 | 65 | 67 |
| Binary | 10001110 | 11001001 | 1001111 | 11101 | 0 | 111101 | 10101 | 1011001 | 110101 | 110111 |
Color Harmonies of #8EC94F
Complementary color
Monochromatic Colors of #8EC94F
Black with #8EC94F
Text Example
Text Example
White with #8EC94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC94F; }
p { color: rgb(142,201,79); }
H1.HeaderClassName
{
color: #8EC94F;
}
.AnyTagClassName
{
color: #8EC94F;
}
</style>
background-color css
<style>
a { background-color: #8EC94F; }
a { background-color: rgb(142,201,79); }
div.DivClassName
{
background-color: #8EC94F;
}
.BgClassName
{
background-color: #8EC94F;
}
</style>
border-color css
<style>
span { border-color: #8EC94F; }
span { border-color: rgb(142,201,79); }
td.TdClassName
{
border-color: #8EC94F;
}
.TagClassName
{
border-color: #8EC94F;
}
</style>