Shades of Mantis #71C356
Tints of Mantis #71C356
RGB
CMYK
RGB Variations
Color information
#71C356 (or 0x71C356) is known color: Mantis. HEX triplet: 71, C3 and 56. RGB value is (113,195,86). Sum of RGB (Red+Green+Blue) = 113+195+86=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #71C356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C356 is #8E3CA9. Grayscale: #9E9E9E. Windows color (decimal): -9321642 or 5686129. OLE color: 5686129.
HSL color Cylindrical-coordinate representation of color #71C356: hue angle of 105.14º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71C356 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 195 | 86 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.24 |
| HSL | 105.14º | 0.48% | 0.55% | - |
| HSV(B) | 105.14º | 0.56% | 0.76% | - |
| XYZ | 28 | 43.21 | 15.67 | - |
| YUV | 158.06 | 87.33 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 195 | 86 | 0.42 | 0 | 0.56 | 0.24 | 105.14 | 0.48 | 0.55 |
| Hex | 71 | C3 | 56 | 2A | 0 | 38 | 18 | 69 | 30 | 37 |
| Octal | 161 | 303 | 126 | 52 | 0 | 70 | 30 | 151 | 60 | 67 |
| Binary | 1110001 | 11000011 | 1010110 | 101010 | 0 | 111000 | 11000 | 1101001 | 110000 | 110111 |
Color Harmonies of #71C356
Complementary color
Monochromatic Colors of #71C356
Black with #71C356
Text Example
Text Example
White with #71C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C356; }
p { color: rgb(113,195,86); }
H1.HeaderClassName
{
color: #71C356;
}
.AnyTagClassName
{
color: #71C356;
}
</style>
background-color css
<style>
a { background-color: #71C356; }
a { background-color: rgb(113,195,86); }
div.DivClassName
{
background-color: #71C356;
}
.BgClassName
{
background-color: #71C356;
}
</style>
border-color css
<style>
span { border-color: #71C356; }
span { border-color: rgb(113,195,86); }
td.TdClassName
{
border-color: #71C356;
}
.TagClassName
{
border-color: #71C356;
}
</style>