Shades of Mantis #8CC372
Tints of Mantis #8CC372
RGB
CMYK
RGB Variations
Color information
#8CC372 (or 0x8CC372) is known color: Mantis. HEX triplet: 8C, C3 and 72. RGB value is (140,195,114). Sum of RGB (Red+Green+Blue) = 140+195+114=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC372 is #733C8D. Grayscale: #A9A9A9. Windows color (decimal): -7552142 or 7521164. OLE color: 7521164.
HSL color Cylindrical-coordinate representation of color #8CC372: hue angle of 100.74º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CC372 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 114 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.24 |
| HSL | 100.74º | 0.4% | 0.61% | - |
| HSV(B) | 100.74º | 0.42% | 0.76% | - |
| XYZ | 33.37 | 45.82 | 23.01 | - |
| YUV | 169.32 | 96.78 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 114 | 0.28 | 0 | 0.42 | 0.24 | 100.74 | 0.4 | 0.61 |
| Hex | 8C | C3 | 72 | 1C | 0 | 2A | 18 | 65 | 28 | 3D |
| Octal | 214 | 303 | 162 | 34 | 0 | 52 | 30 | 145 | 50 | 75 |
| Binary | 10001100 | 11000011 | 1110010 | 11100 | 0 | 101010 | 11000 | 1100101 | 101000 | 111101 |
Color Harmonies of #8CC372
Complementary color
Monochromatic Colors of #8CC372
Black with #8CC372
Text Example
Text Example
White with #8CC372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC372; }
p { color: rgb(140,195,114); }
H1.HeaderClassName
{
color: #8CC372;
}
.AnyTagClassName
{
color: #8CC372;
}
</style>
background-color css
<style>
a { background-color: #8CC372; }
a { background-color: rgb(140,195,114); }
div.DivClassName
{
background-color: #8CC372;
}
.BgClassName
{
background-color: #8CC372;
}
</style>
border-color css
<style>
span { border-color: #8CC372; }
span { border-color: rgb(140,195,114); }
td.TdClassName
{
border-color: #8CC372;
}
.TagClassName
{
border-color: #8CC372;
}
</style>