Shades of Mantis #8DC770
Tints of Mantis #8DC770
RGB
CMYK
RGB Variations
Color information
#8DC770 (or 0x8DC770) is known color: Mantis. HEX triplet: 8D, C7 and 70. RGB value is (141,199,112). Sum of RGB (Red+Green+Blue) = 141+199+112=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC770 is #72388F. Grayscale: #ACACAC. Windows color (decimal): -7485584 or 7391117. OLE color: 7391117.
HSL color Cylindrical-coordinate representation of color #8DC770: hue angle of 100º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DC770 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 199 | 112 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.22 |
| HSL | 100º | 0.44% | 0.61% | - |
| HSV(B) | 100º | 0.44% | 0.78% | - |
| XYZ | 34.33 | 47.68 | 22.72 | - |
| YUV | 171.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 199 | 112 | 0.29 | 0 | 0.44 | 0.22 | 100 | 0.44 | 0.61 |
| Hex | 8D | C7 | 70 | 1D | 0 | 2C | 16 | 64 | 2C | 3D |
| Octal | 215 | 307 | 160 | 35 | 0 | 54 | 26 | 144 | 54 | 75 |
| Binary | 10001101 | 11000111 | 1110000 | 11101 | 0 | 101100 | 10110 | 1100100 | 101100 | 111101 |
Color Harmonies of #8DC770
Complementary color
Monochromatic Colors of #8DC770
Black with #8DC770
Text Example
Text Example
White with #8DC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC770; }
p { color: rgb(141,199,112); }
H1.HeaderClassName
{
color: #8DC770;
}
.AnyTagClassName
{
color: #8DC770;
}
</style>
background-color css
<style>
a { background-color: #8DC770; }
a { background-color: rgb(141,199,112); }
div.DivClassName
{
background-color: #8DC770;
}
.BgClassName
{
background-color: #8DC770;
}
</style>
border-color css
<style>
span { border-color: #8DC770; }
span { border-color: rgb(141,199,112); }
td.TdClassName
{
border-color: #8DC770;
}
.TagClassName
{
border-color: #8DC770;
}
</style>