Shades of Mantis #71C957
Tints of Mantis #71C957
RGB
CMYK
RGB Variations
Color information
#71C957 (or 0x71C957) is known color: Mantis. HEX triplet: 71, C9 and 57. RGB value is (113,201,87). Sum of RGB (Red+Green+Blue) = 113+201+87=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #71C957 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C957 is #8E36A8. Grayscale: #A2A2A2. Windows color (decimal): -9320105 or 5753201. OLE color: 5753201.
HSL color Cylindrical-coordinate representation of color #71C957: hue angle of 106.32º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71C957 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 201 | 87 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.21 |
| HSL | 106.32º | 0.51% | 0.56% | - |
| HSV(B) | 106.32º | 0.57% | 0.79% | - |
| XYZ | 29.42 | 45.97 | 16.34 | - |
| YUV | 161.69 | 85.85 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 201 | 87 | 0.44 | 0 | 0.57 | 0.21 | 106.32 | 0.51 | 0.56 |
| Hex | 71 | C9 | 57 | 2C | 0 | 39 | 15 | 6A | 33 | 38 |
| Octal | 161 | 311 | 127 | 54 | 0 | 71 | 25 | 152 | 63 | 70 |
| Binary | 1110001 | 11001001 | 1010111 | 101100 | 0 | 111001 | 10101 | 1101010 | 110011 | 111000 |
Color Harmonies of #71C957
Complementary color
Monochromatic Colors of #71C957
Black with #71C957
Text Example
Text Example
White with #71C957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C957; }
p { color: rgb(113,201,87); }
H1.HeaderClassName
{
color: #71C957;
}
.AnyTagClassName
{
color: #71C957;
}
</style>
background-color css
<style>
a { background-color: #71C957; }
a { background-color: rgb(113,201,87); }
div.DivClassName
{
background-color: #71C957;
}
.BgClassName
{
background-color: #71C957;
}
</style>
border-color css
<style>
span { border-color: #71C957; }
span { border-color: rgb(113,201,87); }
td.TdClassName
{
border-color: #71C957;
}
.TagClassName
{
border-color: #71C957;
}
</style>