Shades of Mantis #8EC850
Tints of Mantis #8EC850
RGB
CMYK
RGB Variations
Color information
#8EC850 (or 0x8EC850) is known color: Mantis. HEX triplet: 8E, C8 and 50. RGB value is (142,200,80). Sum of RGB (Red+Green+Blue) = 142+200+80=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC850 is #7137AF. Grayscale: #A9A9A9. Windows color (decimal): -7419824 or 5294222. OLE color: 5294222.
HSL color Cylindrical-coordinate representation of color #8EC850: hue angle of 89º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EC850 is Cyan = 0.29, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 80 | - |
| CMYK | 0.29 | 0 | 0.6 | 0.22 |
| HSL | 89º | 0.52% | 0.55% | - |
| HSV(B) | 89º | 0.6% | 0.78% | - |
| XYZ | 33.26 | 47.64 | 15.03 | - |
| YUV | 168.98 | 77.78 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 80 | 0.29 | 0 | 0.6 | 0.22 | 89 | 0.52 | 0.55 |
| Hex | 8E | C8 | 50 | 1D | 0 | 3C | 16 | 59 | 34 | 37 |
| Octal | 216 | 310 | 120 | 35 | 0 | 74 | 26 | 131 | 64 | 67 |
| Binary | 10001110 | 11001000 | 1010000 | 11101 | 0 | 111100 | 10110 | 1011001 | 110100 | 110111 |
Color Harmonies of #8EC850
Complementary color
Monochromatic Colors of #8EC850
Black with #8EC850
Text Example
Text Example
White with #8EC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC850; }
p { color: rgb(142,200,80); }
H1.HeaderClassName
{
color: #8EC850;
}
.AnyTagClassName
{
color: #8EC850;
}
</style>
background-color css
<style>
a { background-color: #8EC850; }
a { background-color: rgb(142,200,80); }
div.DivClassName
{
background-color: #8EC850;
}
.BgClassName
{
background-color: #8EC850;
}
</style>
border-color css
<style>
span { border-color: #8EC850; }
span { border-color: rgb(142,200,80); }
td.TdClassName
{
border-color: #8EC850;
}
.TagClassName
{
border-color: #8EC850;
}
</style>