Shades of Mantis #8CC470
Tints of Mantis #8CC470
RGB
CMYK
RGB Variations
Color information
#8CC470 (or 0x8CC470) is known color: Mantis. HEX triplet: 8C, C4 and 70. RGB value is (140,196,112). Sum of RGB (Red+Green+Blue) = 140+196+112=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC470 is #733B8F. Grayscale: #A9A9A9. Windows color (decimal): -7551888 or 7390348. OLE color: 7390348.
HSL color Cylindrical-coordinate representation of color #8CC470: hue angle of 100º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CC470 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 196 | 112 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.23 |
| HSL | 100º | 0.42% | 0.6% | - |
| HSV(B) | 100º | 0.43% | 0.77% | - |
| XYZ | 33.48 | 46.23 | 22.49 | - |
| YUV | 169.68 | 95.45 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 196 | 112 | 0.29 | 0 | 0.43 | 0.23 | 100 | 0.42 | 0.6 |
| Hex | 8C | C4 | 70 | 1D | 0 | 2B | 17 | 64 | 2A | 3C |
| Octal | 214 | 304 | 160 | 35 | 0 | 53 | 27 | 144 | 52 | 74 |
| Binary | 10001100 | 11000100 | 1110000 | 11101 | 0 | 101011 | 10111 | 1100100 | 101010 | 111100 |
Color Harmonies of #8CC470
Complementary color
Monochromatic Colors of #8CC470
Black with #8CC470
Text Example
Text Example
White with #8CC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC470; }
p { color: rgb(140,196,112); }
H1.HeaderClassName
{
color: #8CC470;
}
.AnyTagClassName
{
color: #8CC470;
}
</style>
background-color css
<style>
a { background-color: #8CC470; }
a { background-color: rgb(140,196,112); }
div.DivClassName
{
background-color: #8CC470;
}
.BgClassName
{
background-color: #8CC470;
}
</style>
border-color css
<style>
span { border-color: #8CC470; }
span { border-color: rgb(140,196,112); }
td.TdClassName
{
border-color: #8CC470;
}
.TagClassName
{
border-color: #8CC470;
}
</style>