Shades of Mantis #8EC74E
Tints of Mantis #8EC74E
RGB
CMYK
RGB Variations
Color information
#8EC74E (or 0x8EC74E) is known color: Mantis. HEX triplet: 8E, C7 and 4E. RGB value is (142,199,78). Sum of RGB (Red+Green+Blue) = 142+199+78=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC74E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC74E is #7138B1. Grayscale: #A8A8A8. Windows color (decimal): -7420082 or 5162894. OLE color: 5162894.
HSL color Cylindrical-coordinate representation of color #8EC74E: hue angle of 88.26º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8EC74E is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 78 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.22 |
| HSL | 88.26º | 0.52% | 0.54% | - |
| HSV(B) | 88.26º | 0.61% | 0.78% | - |
| XYZ | 32.95 | 47.15 | 14.57 | - |
| YUV | 168.16 | 77.12 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 78 | 0.29 | 0 | 0.61 | 0.22 | 88.26 | 0.52 | 0.54 |
| Hex | 8E | C7 | 4E | 1D | 0 | 3D | 16 | 58 | 34 | 36 |
| Octal | 216 | 307 | 116 | 35 | 0 | 75 | 26 | 130 | 64 | 66 |
| Binary | 10001110 | 11000111 | 1001110 | 11101 | 0 | 111101 | 10110 | 1011000 | 110100 | 110110 |
Color Harmonies of #8EC74E
Complementary color
Monochromatic Colors of #8EC74E
Black with #8EC74E
Text Example
Text Example
White with #8EC74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC74E; }
p { color: rgb(142,199,78); }
H1.HeaderClassName
{
color: #8EC74E;
}
.AnyTagClassName
{
color: #8EC74E;
}
</style>
background-color css
<style>
a { background-color: #8EC74E; }
a { background-color: rgb(142,199,78); }
div.DivClassName
{
background-color: #8EC74E;
}
.BgClassName
{
background-color: #8EC74E;
}
</style>
border-color css
<style>
span { border-color: #8EC74E; }
span { border-color: rgb(142,199,78); }
td.TdClassName
{
border-color: #8EC74E;
}
.TagClassName
{
border-color: #8EC74E;
}
</style>