Shades of Mantis #8CC370
Tints of Mantis #8CC370
RGB
CMYK
RGB Variations
Color information
#8CC370 (or 0x8CC370) is known color: Mantis. HEX triplet: 8C, C3 and 70. RGB value is (140,195,112). Sum of RGB (Red+Green+Blue) = 140+195+112=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC370 is #733C8F. Grayscale: #A9A9A9. Windows color (decimal): -7552144 or 7390092. OLE color: 7390092.
HSL color Cylindrical-coordinate representation of color #8CC370: hue angle of 99.76º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CC370 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 112 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.24 |
| HSL | 99.76º | 0.41% | 0.6% | - |
| HSV(B) | 99.76º | 0.43% | 0.76% | - |
| XYZ | 33.25 | 45.78 | 22.41 | - |
| YUV | 169.09 | 95.78 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 112 | 0.28 | 0 | 0.43 | 0.24 | 99.76 | 0.41 | 0.6 |
| Hex | 8C | C3 | 70 | 1C | 0 | 2B | 18 | 64 | 29 | 3C |
| Octal | 214 | 303 | 160 | 34 | 0 | 53 | 30 | 144 | 51 | 74 |
| Binary | 10001100 | 11000011 | 1110000 | 11100 | 0 | 101011 | 11000 | 1100100 | 101001 | 111100 |
Color Harmonies of #8CC370
Complementary color
Monochromatic Colors of #8CC370
Black with #8CC370
Text Example
Text Example
White with #8CC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC370; }
p { color: rgb(140,195,112); }
H1.HeaderClassName
{
color: #8CC370;
}
.AnyTagClassName
{
color: #8CC370;
}
</style>
background-color css
<style>
a { background-color: #8CC370; }
a { background-color: rgb(140,195,112); }
div.DivClassName
{
background-color: #8CC370;
}
.BgClassName
{
background-color: #8CC370;
}
</style>
border-color css
<style>
span { border-color: #8CC370; }
span { border-color: rgb(140,195,112); }
td.TdClassName
{
border-color: #8CC370;
}
.TagClassName
{
border-color: #8CC370;
}
</style>