Shades of Mantis #8DC971
Tints of Mantis #8DC971
RGB
CMYK
RGB Variations
Color information
#8DC971 (or 0x8DC971) is known color: Mantis. HEX triplet: 8D, C9 and 71. RGB value is (141,201,113). Sum of RGB (Red+Green+Blue) = 141+201+113=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC971 is #72368E. Grayscale: #ADADAD. Windows color (decimal): -7485071 or 7457165. OLE color: 7457165.
HSL color Cylindrical-coordinate representation of color #8DC971: hue angle of 100.91º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DC971 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 113 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.21 |
| HSL | 100.91º | 0.45% | 0.62% | - |
| HSV(B) | 100.91º | 0.44% | 0.79% | - |
| XYZ | 34.85 | 48.63 | 23.17 | - |
| YUV | 173.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 113 | 0.30 | 0 | 0.44 | 0.21 | 100.91 | 0.45 | 0.62 |
| Hex | 8D | C9 | 71 | 1E | 0 | 2C | 15 | 65 | 2D | 3E |
| Octal | 215 | 311 | 161 | 36 | 0 | 54 | 25 | 145 | 55 | 76 |
| Binary | 10001101 | 11001001 | 1110001 | 11110 | 0 | 101100 | 10101 | 1100101 | 101101 | 111110 |
Color Harmonies of #8DC971
Complementary color
Monochromatic Colors of #8DC971
Black with #8DC971
Text Example
Text Example
White with #8DC971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC971; }
p { color: rgb(141,201,113); }
H1.HeaderClassName
{
color: #8DC971;
}
.AnyTagClassName
{
color: #8DC971;
}
</style>
background-color css
<style>
a { background-color: #8DC971; }
a { background-color: rgb(141,201,113); }
div.DivClassName
{
background-color: #8DC971;
}
.BgClassName
{
background-color: #8DC971;
}
</style>
border-color css
<style>
span { border-color: #8DC971; }
span { border-color: rgb(141,201,113); }
td.TdClassName
{
border-color: #8DC971;
}
.TagClassName
{
border-color: #8DC971;
}
</style>