Shades of Mantis #71BC5D
Tints of Mantis #71BC5D
RGB
CMYK
RGB Variations
Color information
#71BC5D (or 0x71BC5D) is known color: Mantis. HEX triplet: 71, BC and 5D. RGB value is (113,188,93). Sum of RGB (Red+Green+Blue) = 113+188+93=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BC5D is #8E43A2. Grayscale: #9B9B9B. Windows color (decimal): -9323427 or 6143089. OLE color: 6143089.
HSL color Cylindrical-coordinate representation of color #71BC5D: hue angle of 107.37º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71BC5D is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 93 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.26 |
| HSL | 107.37º | 0.41% | 0.55% | - |
| HSV(B) | 107.37º | 0.51% | 0.74% | - |
| XYZ | 26.77 | 40.27 | 16.72 | - |
| YUV | 154.75 | 93.15 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 93 | 0.40 | 0 | 0.51 | 0.26 | 107.37 | 0.41 | 0.55 |
| Hex | 71 | BC | 5D | 28 | 0 | 33 | 1A | 6B | 29 | 37 |
| Octal | 161 | 274 | 135 | 50 | 0 | 63 | 32 | 153 | 51 | 67 |
| Binary | 1110001 | 10111100 | 1011101 | 101000 | 0 | 110011 | 11010 | 1101011 | 101001 | 110111 |
Color Harmonies of #71BC5D
Complementary color
Monochromatic Colors of #71BC5D
Black with #71BC5D
Text Example
Text Example
White with #71BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC5D; }
p { color: rgb(113,188,93); }
H1.HeaderClassName
{
color: #71BC5D;
}
.AnyTagClassName
{
color: #71BC5D;
}
</style>
background-color css
<style>
a { background-color: #71BC5D; }
a { background-color: rgb(113,188,93); }
div.DivClassName
{
background-color: #71BC5D;
}
.BgClassName
{
background-color: #71BC5D;
}
</style>
border-color css
<style>
span { border-color: #71BC5D; }
span { border-color: rgb(113,188,93); }
td.TdClassName
{
border-color: #71BC5D;
}
.TagClassName
{
border-color: #71BC5D;
}
</style>