Shades of Mantis #71C064
Tints of Mantis #71C064
RGB
CMYK
RGB Variations
Color information
#71C064 (or 0x71C064) is known color: Mantis. HEX triplet: 71, C0 and 64. RGB value is (113,192,100). Sum of RGB (Red+Green+Blue) = 113+192+100=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #71C064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C064 is #8E3F9B. Grayscale: #9E9E9E. Windows color (decimal): -9322396 or 6602865. OLE color: 6602865.
HSL color Cylindrical-coordinate representation of color #71C064: hue angle of 111.52º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71C064 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 192 | 100 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.25 |
| HSL | 111.52º | 0.42% | 0.57% | - |
| HSV(B) | 111.52º | 0.48% | 0.75% | - |
| XYZ | 27.96 | 42.13 | 18.71 | - |
| YUV | 157.89 | 95.33 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 192 | 100 | 0.41 | 0 | 0.48 | 0.25 | 111.52 | 0.42 | 0.57 |
| Hex | 71 | C0 | 64 | 29 | 0 | 30 | 19 | 70 | 2A | 39 |
| Octal | 161 | 300 | 144 | 51 | 0 | 60 | 31 | 160 | 52 | 71 |
| Binary | 1110001 | 11000000 | 1100100 | 101001 | 0 | 110000 | 11001 | 1110000 | 101010 | 111001 |
Color Harmonies of #71C064
Complementary color
Monochromatic Colors of #71C064
Black with #71C064
Text Example
Text Example
White with #71C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C064; }
p { color: rgb(113,192,100); }
H1.HeaderClassName
{
color: #71C064;
}
.AnyTagClassName
{
color: #71C064;
}
</style>
background-color css
<style>
a { background-color: #71C064; }
a { background-color: rgb(113,192,100); }
div.DivClassName
{
background-color: #71C064;
}
.BgClassName
{
background-color: #71C064;
}
</style>
border-color css
<style>
span { border-color: #71C064; }
span { border-color: rgb(113,192,100); }
td.TdClassName
{
border-color: #71C064;
}
.TagClassName
{
border-color: #71C064;
}
</style>