Shades of Mantis #8CC560
Tints of Mantis #8CC560
RGB
CMYK
RGB Variations
Color information
#8CC560 (or 0x8CC560) is known color: Mantis. HEX triplet: 8C, C5 and 60. RGB value is (140,197,96). Sum of RGB (Red+Green+Blue) = 140+197+96=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC560 is #733A9F. Grayscale: #A8A8A8. Windows color (decimal): -7551648 or 6342028. OLE color: 6342028.
HSL color Cylindrical-coordinate representation of color #8CC560: hue angle of 93.86º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CC560 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 96 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.23 |
| HSL | 93.86º | 0.47% | 0.57% | - |
| HSV(B) | 93.86º | 0.51% | 0.77% | - |
| XYZ | 32.89 | 46.35 | 18.28 | - |
| YUV | 168.44 | 87.12 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 96 | 0.29 | 0 | 0.51 | 0.23 | 93.86 | 0.47 | 0.57 |
| Hex | 8C | C5 | 60 | 1D | 0 | 33 | 17 | 5E | 2F | 39 |
| Octal | 214 | 305 | 140 | 35 | 0 | 63 | 27 | 136 | 57 | 71 |
| Binary | 10001100 | 11000101 | 1100000 | 11101 | 0 | 110011 | 10111 | 1011110 | 101111 | 111001 |
Color Harmonies of #8CC560
Complementary color
Monochromatic Colors of #8CC560
Black with #8CC560
Text Example
Text Example
White with #8CC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC560; }
p { color: rgb(140,197,96); }
H1.HeaderClassName
{
color: #8CC560;
}
.AnyTagClassName
{
color: #8CC560;
}
</style>
background-color css
<style>
a { background-color: #8CC560; }
a { background-color: rgb(140,197,96); }
div.DivClassName
{
background-color: #8CC560;
}
.BgClassName
{
background-color: #8CC560;
}
</style>
border-color css
<style>
span { border-color: #8CC560; }
span { border-color: rgb(140,197,96); }
td.TdClassName
{
border-color: #8CC560;
}
.TagClassName
{
border-color: #8CC560;
}
</style>