Shades of Mantis #71CF56
Tints of Mantis #71CF56
RGB
CMYK
RGB Variations
Color information
#71CF56 (or 0x71CF56) is known color: Mantis. HEX triplet: 71, CF and 56. RGB value is (113,207,86). Sum of RGB (Red+Green+Blue) = 113+207+86=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CF56 is #8E30A9. Grayscale: #A5A5A5. Windows color (decimal): -9318570 or 5689201. OLE color: 5689201.
HSL color Cylindrical-coordinate representation of color #71CF56: hue angle of 106.61º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71CF56 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 207 | 86 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.19 |
| HSL | 106.61º | 0.56% | 0.57% | - |
| HSV(B) | 106.61º | 0.58% | 0.81% | - |
| XYZ | 30.8 | 48.81 | 16.6 | - |
| YUV | 165.1 | 83.36 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 86 | 0.45 | 0 | 0.58 | 0.19 | 106.61 | 0.56 | 0.57 |
| Hex | 71 | CF | 56 | 2D | 0 | 3A | 13 | 6B | 38 | 39 |
| Octal | 161 | 317 | 126 | 55 | 0 | 72 | 23 | 153 | 70 | 71 |
| Binary | 1110001 | 11001111 | 1010110 | 101101 | 0 | 111010 | 10011 | 1101011 | 111000 | 111001 |
Color Harmonies of #71CF56
Complementary color
Monochromatic Colors of #71CF56
Black with #71CF56
Text Example
Text Example
White with #71CF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CF56; }
p { color: rgb(113,207,86); }
H1.HeaderClassName
{
color: #71CF56;
}
.AnyTagClassName
{
color: #71CF56;
}
</style>
background-color css
<style>
a { background-color: #71CF56; }
a { background-color: rgb(113,207,86); }
div.DivClassName
{
background-color: #71CF56;
}
.BgClassName
{
background-color: #71CF56;
}
</style>
border-color css
<style>
span { border-color: #71CF56; }
span { border-color: rgb(113,207,86); }
td.TdClassName
{
border-color: #71CF56;
}
.TagClassName
{
border-color: #71CF56;
}
</style>