Shades of Mantis #8EC366
Tints of Mantis #8EC366
RGB
CMYK
RGB Variations
Color information
#8EC366 (or 0x8EC366) is known color: Mantis. HEX triplet: 8E, C3 and 66. RGB value is (142,195,102). Sum of RGB (Red+Green+Blue) = 142+195+102=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC366 is #713C99. Grayscale: #A8A8A8. Windows color (decimal): -7421082 or 6734734. OLE color: 6734734.
HSL color Cylindrical-coordinate representation of color #8EC366: hue angle of 94.19º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8EC366 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 102 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.24 |
| HSL | 94.19º | 0.44% | 0.58% | - |
| HSV(B) | 94.19º | 0.48% | 0.76% | - |
| XYZ | 33.07 | 45.74 | 19.66 | - |
| YUV | 168.55 | 90.44 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 102 | 0.27 | 0 | 0.48 | 0.24 | 94.19 | 0.44 | 0.58 |
| Hex | 8E | C3 | 66 | 1B | 0 | 30 | 18 | 5E | 2C | 3A |
| Octal | 216 | 303 | 146 | 33 | 0 | 60 | 30 | 136 | 54 | 72 |
| Binary | 10001110 | 11000011 | 1100110 | 11011 | 0 | 110000 | 11000 | 1011110 | 101100 | 111010 |
Color Harmonies of #8EC366
Complementary color
Monochromatic Colors of #8EC366
Black with #8EC366
Text Example
Text Example
White with #8EC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC366; }
p { color: rgb(142,195,102); }
H1.HeaderClassName
{
color: #8EC366;
}
.AnyTagClassName
{
color: #8EC366;
}
</style>
background-color css
<style>
a { background-color: #8EC366; }
a { background-color: rgb(142,195,102); }
div.DivClassName
{
background-color: #8EC366;
}
.BgClassName
{
background-color: #8EC366;
}
</style>
border-color css
<style>
span { border-color: #8EC366; }
span { border-color: rgb(142,195,102); }
td.TdClassName
{
border-color: #8EC366;
}
.TagClassName
{
border-color: #8EC366;
}
</style>