Shades of Mantis #8EC44E
Tints of Mantis #8EC44E
RGB
CMYK
RGB Variations
Color information
#8EC44E (or 0x8EC44E) is known color: Mantis. HEX triplet: 8E, C4 and 4E. RGB value is (142,196,78). Sum of RGB (Red+Green+Blue) = 142+196+78=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC44E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC44E is #713BB1. Grayscale: #A6A6A6. Windows color (decimal): -7420850 or 5162126. OLE color: 5162126.
HSL color Cylindrical-coordinate representation of color #8EC44E: hue angle of 87.46º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EC44E is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 78 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.23 |
| HSL | 87.46º | 0.5% | 0.54% | - |
| HSV(B) | 87.46º | 0.6% | 0.77% | - |
| XYZ | 32.27 | 45.78 | 14.34 | - |
| YUV | 166.4 | 78.11 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 78 | 0.28 | 0 | 0.60 | 0.23 | 87.46 | 0.5 | 0.54 |
| Hex | 8E | C4 | 4E | 1C | 0 | 3C | 17 | 57 | 32 | 36 |
| Octal | 216 | 304 | 116 | 34 | 0 | 74 | 27 | 127 | 62 | 66 |
| Binary | 10001110 | 11000100 | 1001110 | 11100 | 0 | 111100 | 10111 | 1010111 | 110010 | 110110 |
Color Harmonies of #8EC44E
Complementary color
Monochromatic Colors of #8EC44E
Black with #8EC44E
Text Example
Text Example
White with #8EC44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC44E; }
p { color: rgb(142,196,78); }
H1.HeaderClassName
{
color: #8EC44E;
}
.AnyTagClassName
{
color: #8EC44E;
}
</style>
background-color css
<style>
a { background-color: #8EC44E; }
a { background-color: rgb(142,196,78); }
div.DivClassName
{
background-color: #8EC44E;
}
.BgClassName
{
background-color: #8EC44E;
}
</style>
border-color css
<style>
span { border-color: #8EC44E; }
span { border-color: rgb(142,196,78); }
td.TdClassName
{
border-color: #8EC44E;
}
.TagClassName
{
border-color: #8EC44E;
}
</style>