Shades of Mantis #8DCC71
Tints of Mantis #8DCC71
RGB
CMYK
RGB Variations
Color information
#8DCC71 (or 0x8DCC71) is known color: Mantis. HEX triplet: 8D, CC and 71. RGB value is (141,204,113). Sum of RGB (Red+Green+Blue) = 141+204+113=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCC71 is #72338E. Grayscale: #AFAFAF. Windows color (decimal): -7484303 or 7457933. OLE color: 7457933.
HSL color Cylindrical-coordinate representation of color #8DCC71: hue angle of 101.54º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DCC71 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 113 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.2 |
| HSL | 101.54º | 0.47% | 0.62% | - |
| HSV(B) | 101.54º | 0.45% | 0.8% | - |
| XYZ | 35.56 | 50.04 | 23.41 | - |
| YUV | 174.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 113 | 0.31 | 0 | 0.45 | 0.2 | 101.54 | 0.47 | 0.62 |
| Hex | 8D | CC | 71 | 1F | 0 | 2D | 14 | 66 | 2F | 3E |
| Octal | 215 | 314 | 161 | 37 | 0 | 55 | 24 | 146 | 57 | 76 |
| Binary | 10001101 | 11001100 | 1110001 | 11111 | 0 | 101101 | 10100 | 1100110 | 101111 | 111110 |
Color Harmonies of #8DCC71
Complementary color
Monochromatic Colors of #8DCC71
Black with #8DCC71
Text Example
Text Example
White with #8DCC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC71; }
p { color: rgb(141,204,113); }
H1.HeaderClassName
{
color: #8DCC71;
}
.AnyTagClassName
{
color: #8DCC71;
}
</style>
background-color css
<style>
a { background-color: #8DCC71; }
a { background-color: rgb(141,204,113); }
div.DivClassName
{
background-color: #8DCC71;
}
.BgClassName
{
background-color: #8DCC71;
}
</style>
border-color css
<style>
span { border-color: #8DCC71; }
span { border-color: rgb(141,204,113); }
td.TdClassName
{
border-color: #8DCC71;
}
.TagClassName
{
border-color: #8DCC71;
}
</style>