Shades of Mantis #8CCA71
Tints of Mantis #8CCA71
RGB
CMYK
RGB Variations
Color information
#8CCA71 (or 0x8CCA71) is known color: Mantis. HEX triplet: 8C, CA and 71. RGB value is (140,202,113). Sum of RGB (Red+Green+Blue) = 140+202+113=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA71 is #73358E. Grayscale: #ADADAD. Windows color (decimal): -7550351 or 7457420. OLE color: 7457420.
HSL color Cylindrical-coordinate representation of color #8CCA71: hue angle of 101.8º degrees, saturation: 0.46, 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 #8CCA71 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 113 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.21 |
| HSL | 101.8º | 0.46% | 0.62% | - |
| HSV(B) | 101.8º | 0.44% | 0.79% | - |
| XYZ | 34.92 | 49.01 | 23.24 | - |
| YUV | 173.32 | 93.96 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 113 | 0.31 | 0 | 0.44 | 0.21 | 101.8 | 0.46 | 0.62 |
| Hex | 8C | CA | 71 | 1F | 0 | 2C | 15 | 66 | 2E | 3E |
| Octal | 214 | 312 | 161 | 37 | 0 | 54 | 25 | 146 | 56 | 76 |
| Binary | 10001100 | 11001010 | 1110001 | 11111 | 0 | 101100 | 10101 | 1100110 | 101110 | 111110 |
Color Harmonies of #8CCA71
Complementary color
Monochromatic Colors of #8CCA71
Black with #8CCA71
Text Example
Text Example
White with #8CCA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA71; }
p { color: rgb(140,202,113); }
H1.HeaderClassName
{
color: #8CCA71;
}
.AnyTagClassName
{
color: #8CCA71;
}
</style>
background-color css
<style>
a { background-color: #8CCA71; }
a { background-color: rgb(140,202,113); }
div.DivClassName
{
background-color: #8CCA71;
}
.BgClassName
{
background-color: #8CCA71;
}
</style>
border-color css
<style>
span { border-color: #8CCA71; }
span { border-color: rgb(140,202,113); }
td.TdClassName
{
border-color: #8CCA71;
}
.TagClassName
{
border-color: #8CCA71;
}
</style>