Shades of Mantis #8EC65F
Tints of Mantis #8EC65F
RGB
CMYK
RGB Variations
Color information
#8EC65F (or 0x8EC65F) is known color: Mantis. HEX triplet: 8E, C6 and 5F. RGB value is (142,198,95). Sum of RGB (Red+Green+Blue) = 142+198+95=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC65F is #7139A0. Grayscale: #A9A9A9. Windows color (decimal): -7420321 or 6276750. OLE color: 6276750.
HSL color Cylindrical-coordinate representation of color #8EC65F: hue angle of 92.62º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8EC65F is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 198 | 95 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.22 |
| HSL | 92.62º | 0.47% | 0.57% | - |
| HSV(B) | 92.62º | 0.52% | 0.78% | - |
| XYZ | 33.41 | 46.97 | 18.13 | - |
| YUV | 169.51 | 85.95 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 95 | 0.28 | 0 | 0.52 | 0.22 | 92.62 | 0.47 | 0.57 |
| Hex | 8E | C6 | 5F | 1C | 0 | 34 | 16 | 5D | 2F | 39 |
| Octal | 216 | 306 | 137 | 34 | 0 | 64 | 26 | 135 | 57 | 71 |
| Binary | 10001110 | 11000110 | 1011111 | 11100 | 0 | 110100 | 10110 | 1011101 | 101111 | 111001 |
Color Harmonies of #8EC65F
Complementary color
Monochromatic Colors of #8EC65F
Black with #8EC65F
Text Example
Text Example
White with #8EC65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC65F; }
p { color: rgb(142,198,95); }
H1.HeaderClassName
{
color: #8EC65F;
}
.AnyTagClassName
{
color: #8EC65F;
}
</style>
background-color css
<style>
a { background-color: #8EC65F; }
a { background-color: rgb(142,198,95); }
div.DivClassName
{
background-color: #8EC65F;
}
.BgClassName
{
background-color: #8EC65F;
}
</style>
border-color css
<style>
span { border-color: #8EC65F; }
span { border-color: rgb(142,198,95); }
td.TdClassName
{
border-color: #8EC65F;
}
.TagClassName
{
border-color: #8EC65F;
}
</style>