Shades of Mantis #71CC57
Tints of Mantis #71CC57
RGB
CMYK
RGB Variations
Color information
#71CC57 (or 0x71CC57) is known color: Mantis. HEX triplet: 71, CC and 57. RGB value is (113,204,87). Sum of RGB (Red+Green+Blue) = 113+204+87=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CC57 is #8E33A8. Grayscale: #A3A3A3. Windows color (decimal): -9319337 or 5753969. OLE color: 5753969.
HSL color Cylindrical-coordinate representation of color #71CC57: hue angle of 106.67º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71CC57 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 204 | 87 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.2 |
| HSL | 106.67º | 0.53% | 0.57% | - |
| HSV(B) | 106.67º | 0.57% | 0.8% | - |
| XYZ | 30.12 | 47.38 | 16.58 | - |
| YUV | 163.45 | 84.85 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 204 | 87 | 0.45 | 0 | 0.57 | 0.2 | 106.67 | 0.53 | 0.57 |
| Hex | 71 | CC | 57 | 2D | 0 | 39 | 14 | 6B | 35 | 39 |
| Octal | 161 | 314 | 127 | 55 | 0 | 71 | 24 | 153 | 65 | 71 |
| Binary | 1110001 | 11001100 | 1010111 | 101101 | 0 | 111001 | 10100 | 1101011 | 110101 | 111001 |
Color Harmonies of #71CC57
Complementary color
Monochromatic Colors of #71CC57
Black with #71CC57
Text Example
Text Example
White with #71CC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CC57; }
p { color: rgb(113,204,87); }
H1.HeaderClassName
{
color: #71CC57;
}
.AnyTagClassName
{
color: #71CC57;
}
</style>
background-color css
<style>
a { background-color: #71CC57; }
a { background-color: rgb(113,204,87); }
div.DivClassName
{
background-color: #71CC57;
}
.BgClassName
{
background-color: #71CC57;
}
</style>
border-color css
<style>
span { border-color: #71CC57; }
span { border-color: rgb(113,204,87); }
td.TdClassName
{
border-color: #71CC57;
}
.TagClassName
{
border-color: #71CC57;
}
</style>