Shades of Mantis #8CC556
Tints of Mantis #8CC556
RGB
CMYK
RGB Variations
Color information
#8CC556 (or 0x8CC556) is known color: Mantis. HEX triplet: 8C, C5 and 56. RGB value is (140,197,86). Sum of RGB (Red+Green+Blue) = 140+197+86=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC556 is #733AA9. Grayscale: #A7A7A7. Windows color (decimal): -7551658 or 5686668. OLE color: 5686668.
HSL color Cylindrical-coordinate representation of color #8CC556: hue angle of 90.81º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CC556 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 86 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.23 |
| HSL | 90.81º | 0.49% | 0.55% | - |
| HSV(B) | 90.81º | 0.56% | 0.77% | - |
| XYZ | 32.46 | 46.18 | 16.01 | - |
| YUV | 167.3 | 82.12 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 86 | 0.29 | 0 | 0.56 | 0.23 | 90.81 | 0.49 | 0.55 |
| Hex | 8C | C5 | 56 | 1D | 0 | 38 | 17 | 5B | 31 | 37 |
| Octal | 214 | 305 | 126 | 35 | 0 | 70 | 27 | 133 | 61 | 67 |
| Binary | 10001100 | 11000101 | 1010110 | 11101 | 0 | 111000 | 10111 | 1011011 | 110001 | 110111 |
Color Harmonies of #8CC556
Complementary color
Monochromatic Colors of #8CC556
Black with #8CC556
Text Example
Text Example
White with #8CC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC556; }
p { color: rgb(140,197,86); }
H1.HeaderClassName
{
color: #8CC556;
}
.AnyTagClassName
{
color: #8CC556;
}
</style>
background-color css
<style>
a { background-color: #8CC556; }
a { background-color: rgb(140,197,86); }
div.DivClassName
{
background-color: #8CC556;
}
.BgClassName
{
background-color: #8CC556;
}
</style>
border-color css
<style>
span { border-color: #8CC556; }
span { border-color: rgb(140,197,86); }
td.TdClassName
{
border-color: #8CC556;
}
.TagClassName
{
border-color: #8CC556;
}
</style>