Shades of Mantis #8EC550
Tints of Mantis #8EC550
RGB
CMYK
RGB Variations
Color information
#8EC550 (or 0x8EC550) is known color: Mantis. HEX triplet: 8E, C5 and 50. RGB value is (142,197,80). Sum of RGB (Red+Green+Blue) = 142+197+80=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC550 is #713AAF. Grayscale: #A7A7A7. Windows color (decimal): -7420592 or 5293454. OLE color: 5293454.
HSL color Cylindrical-coordinate representation of color #8EC550: hue angle of 88.21º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8EC550 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 197 | 80 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.23 |
| HSL | 88.21º | 0.5% | 0.54% | - |
| HSV(B) | 88.21º | 0.59% | 0.77% | - |
| XYZ | 32.57 | 46.26 | 14.8 | - |
| YUV | 167.22 | 78.78 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 197 | 80 | 0.28 | 0 | 0.59 | 0.23 | 88.21 | 0.5 | 0.54 |
| Hex | 8E | C5 | 50 | 1C | 0 | 3B | 17 | 58 | 32 | 36 |
| Octal | 216 | 305 | 120 | 34 | 0 | 73 | 27 | 130 | 62 | 66 |
| Binary | 10001110 | 11000101 | 1010000 | 11100 | 0 | 111011 | 10111 | 1011000 | 110010 | 110110 |
Color Harmonies of #8EC550
Complementary color
Monochromatic Colors of #8EC550
Black with #8EC550
Text Example
Text Example
White with #8EC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC550; }
p { color: rgb(142,197,80); }
H1.HeaderClassName
{
color: #8EC550;
}
.AnyTagClassName
{
color: #8EC550;
}
</style>
background-color css
<style>
a { background-color: #8EC550; }
a { background-color: rgb(142,197,80); }
div.DivClassName
{
background-color: #8EC550;
}
.BgClassName
{
background-color: #8EC550;
}
</style>
border-color css
<style>
span { border-color: #8EC550; }
span { border-color: rgb(142,197,80); }
td.TdClassName
{
border-color: #8EC550;
}
.TagClassName
{
border-color: #8EC550;
}
</style>