Shades of Mantis #8CC36D
Tints of Mantis #8CC36D
RGB
CMYK
RGB Variations
Color information
#8CC36D (or 0x8CC36D) is known color: Mantis. HEX triplet: 8C, C3 and 6D. RGB value is (140,195,109). Sum of RGB (Red+Green+Blue) = 140+195+109=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC36D is #733C92. Grayscale: #A9A9A9. Windows color (decimal): -7552147 or 7193484. OLE color: 7193484.
HSL color Cylindrical-coordinate representation of color #8CC36D: hue angle of 98.37º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CC36D is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 109 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.24 |
| HSL | 98.37º | 0.42% | 0.6% | - |
| HSV(B) | 98.37º | 0.44% | 0.76% | - |
| XYZ | 33.09 | 45.71 | 21.55 | - |
| YUV | 168.75 | 94.28 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 109 | 0.28 | 0 | 0.44 | 0.24 | 98.37 | 0.42 | 0.6 |
| Hex | 8C | C3 | 6D | 1C | 0 | 2C | 18 | 62 | 2A | 3C |
| Octal | 214 | 303 | 155 | 34 | 0 | 54 | 30 | 142 | 52 | 74 |
| Binary | 10001100 | 11000011 | 1101101 | 11100 | 0 | 101100 | 11000 | 1100010 | 101010 | 111100 |
Color Harmonies of #8CC36D
Complementary color
Monochromatic Colors of #8CC36D
Black with #8CC36D
Text Example
Text Example
White with #8CC36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC36D; }
p { color: rgb(140,195,109); }
H1.HeaderClassName
{
color: #8CC36D;
}
.AnyTagClassName
{
color: #8CC36D;
}
</style>
background-color css
<style>
a { background-color: #8CC36D; }
a { background-color: rgb(140,195,109); }
div.DivClassName
{
background-color: #8CC36D;
}
.BgClassName
{
background-color: #8CC36D;
}
</style>
border-color css
<style>
span { border-color: #8CC36D; }
span { border-color: rgb(140,195,109); }
td.TdClassName
{
border-color: #8CC36D;
}
.TagClassName
{
border-color: #8CC36D;
}
</style>