Shades of Mantis #71BC60
Tints of Mantis #71BC60
RGB
CMYK
RGB Variations
Color information
#71BC60 (or 0x71BC60) is known color: Mantis. HEX triplet: 71, BC and 60. RGB value is (113,188,96). Sum of RGB (Red+Green+Blue) = 113+188+96=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BC60 is #8E439F. Grayscale: #9B9B9B. Windows color (decimal): -9323424 or 6339697. OLE color: 6339697.
HSL color Cylindrical-coordinate representation of color #71BC60: hue angle of 108.91º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71BC60 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 96 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.26 |
| HSL | 108.91º | 0.41% | 0.56% | - |
| HSV(B) | 108.91º | 0.49% | 0.74% | - |
| XYZ | 26.9 | 40.32 | 17.43 | - |
| YUV | 155.09 | 94.65 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 96 | 0.40 | 0 | 0.49 | 0.26 | 108.91 | 0.41 | 0.56 |
| Hex | 71 | BC | 60 | 28 | 0 | 31 | 1A | 6D | 29 | 38 |
| Octal | 161 | 274 | 140 | 50 | 0 | 61 | 32 | 155 | 51 | 70 |
| Binary | 1110001 | 10111100 | 1100000 | 101000 | 0 | 110001 | 11010 | 1101101 | 101001 | 111000 |
Color Harmonies of #71BC60
Complementary color
Monochromatic Colors of #71BC60
Black with #71BC60
Text Example
Text Example
White with #71BC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC60; }
p { color: rgb(113,188,96); }
H1.HeaderClassName
{
color: #71BC60;
}
.AnyTagClassName
{
color: #71BC60;
}
</style>
background-color css
<style>
a { background-color: #71BC60; }
a { background-color: rgb(113,188,96); }
div.DivClassName
{
background-color: #71BC60;
}
.BgClassName
{
background-color: #71BC60;
}
</style>
border-color css
<style>
span { border-color: #71BC60; }
span { border-color: rgb(113,188,96); }
td.TdClassName
{
border-color: #71BC60;
}
.TagClassName
{
border-color: #71BC60;
}
</style>