Shades of Mantis #8EC368
Tints of Mantis #8EC368
RGB
CMYK
RGB Variations
Color information
#8EC368 (or 0x8EC368) is known color: Mantis. HEX triplet: 8E, C3 and 68. RGB value is (142,195,104). Sum of RGB (Red+Green+Blue) = 142+195+104=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC368 is #713C97. Grayscale: #A9A9A9. Windows color (decimal): -7421080 or 6865806. OLE color: 6865806.
HSL color Cylindrical-coordinate representation of color #8EC368: hue angle of 94.95º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8EC368 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 104 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.24 |
| HSL | 94.95º | 0.43% | 0.59% | - |
| HSV(B) | 94.95º | 0.47% | 0.76% | - |
| XYZ | 33.17 | 45.78 | 20.19 | - |
| YUV | 168.78 | 91.44 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 104 | 0.27 | 0 | 0.47 | 0.24 | 94.95 | 0.43 | 0.59 |
| Hex | 8E | C3 | 68 | 1B | 0 | 2F | 18 | 5F | 2B | 3B |
| Octal | 216 | 303 | 150 | 33 | 0 | 57 | 30 | 137 | 53 | 73 |
| Binary | 10001110 | 11000011 | 1101000 | 11011 | 0 | 101111 | 11000 | 1011111 | 101011 | 111011 |
Color Harmonies of #8EC368
Complementary color
Monochromatic Colors of #8EC368
Black with #8EC368
Text Example
Text Example
White with #8EC368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC368; }
p { color: rgb(142,195,104); }
H1.HeaderClassName
{
color: #8EC368;
}
.AnyTagClassName
{
color: #8EC368;
}
</style>
background-color css
<style>
a { background-color: #8EC368; }
a { background-color: rgb(142,195,104); }
div.DivClassName
{
background-color: #8EC368;
}
.BgClassName
{
background-color: #8EC368;
}
</style>
border-color css
<style>
span { border-color: #8EC368; }
span { border-color: rgb(142,195,104); }
td.TdClassName
{
border-color: #8EC368;
}
.TagClassName
{
border-color: #8EC368;
}
</style>