Shades of Mantis #8DC557
Tints of Mantis #8DC557
RGB
CMYK
RGB Variations
Color information
#8DC557 (or 0x8DC557) is known color: Mantis. HEX triplet: 8D, C5 and 57. RGB value is (141,197,87). Sum of RGB (Red+Green+Blue) = 141+197+87=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC557 is #723AA8. Grayscale: #A8A8A8. Windows color (decimal): -7486121 or 5752205. OLE color: 5752205.
HSL color Cylindrical-coordinate representation of color #8DC557: hue angle of 90.55º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DC557 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 87 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.23 |
| HSL | 90.55º | 0.49% | 0.56% | - |
| HSV(B) | 90.55º | 0.56% | 0.77% | - |
| XYZ | 32.67 | 46.28 | 16.23 | - |
| YUV | 167.72 | 82.45 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 87 | 0.28 | 0 | 0.56 | 0.23 | 90.55 | 0.49 | 0.56 |
| Hex | 8D | C5 | 57 | 1C | 0 | 38 | 17 | 5B | 31 | 38 |
| Octal | 215 | 305 | 127 | 34 | 0 | 70 | 27 | 133 | 61 | 70 |
| Binary | 10001101 | 11000101 | 1010111 | 11100 | 0 | 111000 | 10111 | 1011011 | 110001 | 111000 |
Color Harmonies of #8DC557
Complementary color
Monochromatic Colors of #8DC557
Black with #8DC557
Text Example
Text Example
White with #8DC557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC557; }
p { color: rgb(141,197,87); }
H1.HeaderClassName
{
color: #8DC557;
}
.AnyTagClassName
{
color: #8DC557;
}
</style>
background-color css
<style>
a { background-color: #8DC557; }
a { background-color: rgb(141,197,87); }
div.DivClassName
{
background-color: #8DC557;
}
.BgClassName
{
background-color: #8DC557;
}
</style>
border-color css
<style>
span { border-color: #8DC557; }
span { border-color: rgb(141,197,87); }
td.TdClassName
{
border-color: #8DC557;
}
.TagClassName
{
border-color: #8DC557;
}
</style>