Shades of Mantis #8CC356
Tints of Mantis #8CC356
RGB
CMYK
RGB Variations
Color information
#8CC356 (or 0x8CC356) is known color: Mantis. HEX triplet: 8C, C3 and 56. RGB value is (140,195,86). Sum of RGB (Red+Green+Blue) = 140+195+86=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC356 is #733CA9. Grayscale: #A6A6A6. Windows color (decimal): -7552170 or 5686156. OLE color: 5686156.
HSL color Cylindrical-coordinate representation of color #8CC356: hue angle of 90.28º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CC356 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 86 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.24 |
| HSL | 90.28º | 0.48% | 0.55% | - |
| HSV(B) | 90.28º | 0.56% | 0.76% | - |
| XYZ | 32.01 | 45.28 | 15.86 | - |
| YUV | 166.13 | 82.78 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 86 | 0.28 | 0 | 0.56 | 0.24 | 90.28 | 0.48 | 0.55 |
| Hex | 8C | C3 | 56 | 1C | 0 | 38 | 18 | 5A | 30 | 37 |
| Octal | 214 | 303 | 126 | 34 | 0 | 70 | 30 | 132 | 60 | 67 |
| Binary | 10001100 | 11000011 | 1010110 | 11100 | 0 | 111000 | 11000 | 1011010 | 110000 | 110111 |
Color Harmonies of #8CC356
Complementary color
Monochromatic Colors of #8CC356
Black with #8CC356
Text Example
Text Example
White with #8CC356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC356; }
p { color: rgb(140,195,86); }
H1.HeaderClassName
{
color: #8CC356;
}
.AnyTagClassName
{
color: #8CC356;
}
</style>
background-color css
<style>
a { background-color: #8CC356; }
a { background-color: rgb(140,195,86); }
div.DivClassName
{
background-color: #8CC356;
}
.BgClassName
{
background-color: #8CC356;
}
</style>
border-color css
<style>
span { border-color: #8CC356; }
span { border-color: rgb(140,195,86); }
td.TdClassName
{
border-color: #8CC356;
}
.TagClassName
{
border-color: #8CC356;
}
</style>