Shades of Mantis #8EC065
Tints of Mantis #8EC065
RGB
CMYK
RGB Variations
Color information
#8EC065 (or 0x8EC065) is known color: Mantis. HEX triplet: 8E, C0 and 65. RGB value is (142,192,101). Sum of RGB (Red+Green+Blue) = 142+192+101=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC065 is #713F9A. Grayscale: #A6A6A6. Windows color (decimal): -7421851 or 6668430. OLE color: 6668430.
HSL color Cylindrical-coordinate representation of color #8EC065: hue angle of 92.97º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8EC065 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 192 | 101 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.25 |
| HSL | 92.97º | 0.42% | 0.57% | - |
| HSV(B) | 92.97º | 0.47% | 0.75% | - |
| XYZ | 32.35 | 44.39 | 19.17 | - |
| YUV | 166.68 | 90.94 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 192 | 101 | 0.26 | 0 | 0.47 | 0.25 | 92.97 | 0.42 | 0.57 |
| Hex | 8E | C0 | 65 | 1A | 0 | 2F | 19 | 5D | 2A | 39 |
| Octal | 216 | 300 | 145 | 32 | 0 | 57 | 31 | 135 | 52 | 71 |
| Binary | 10001110 | 11000000 | 1100101 | 11010 | 0 | 101111 | 11001 | 1011101 | 101010 | 111001 |
Color Harmonies of #8EC065
Complementary color
Monochromatic Colors of #8EC065
Black with #8EC065
Text Example
Text Example
White with #8EC065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC065; }
p { color: rgb(142,192,101); }
H1.HeaderClassName
{
color: #8EC065;
}
.AnyTagClassName
{
color: #8EC065;
}
</style>
background-color css
<style>
a { background-color: #8EC065; }
a { background-color: rgb(142,192,101); }
div.DivClassName
{
background-color: #8EC065;
}
.BgClassName
{
background-color: #8EC065;
}
</style>
border-color css
<style>
span { border-color: #8EC065; }
span { border-color: rgb(142,192,101); }
td.TdClassName
{
border-color: #8EC065;
}
.TagClassName
{
border-color: #8EC065;
}
</style>