Shades of Mantis #71B465
Tints of Mantis #71B465
RGB
CMYK
RGB Variations
Color information
#71B465 (or 0x71B465) is known color: Mantis. HEX triplet: 71, B4 and 65. RGB value is (113,180,101). Sum of RGB (Red+Green+Blue) = 113+180+101=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #71B465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B465 is #8E4B9A. Grayscale: #979797. Windows color (decimal): -9325467 or 6665329. OLE color: 6665329.
HSL color Cylindrical-coordinate representation of color #71B465: hue angle of 110.89º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71B465 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 180 | 101 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.29 |
| HSL | 110.89º | 0.34% | 0.55% | - |
| HSV(B) | 110.89º | 0.44% | 0.71% | - |
| XYZ | 25.48 | 37.09 | 18.13 | - |
| YUV | 150.96 | 99.8 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 180 | 101 | 0.37 | 0 | 0.44 | 0.29 | 110.89 | 0.34 | 0.55 |
| Hex | 71 | B4 | 65 | 25 | 0 | 2C | 1D | 6F | 22 | 37 |
| Octal | 161 | 264 | 145 | 45 | 0 | 54 | 35 | 157 | 42 | 67 |
| Binary | 1110001 | 10110100 | 1100101 | 100101 | 0 | 101100 | 11101 | 1101111 | 100010 | 110111 |
Color Harmonies of #71B465
Complementary color
Monochromatic Colors of #71B465
Black with #71B465
Text Example
Text Example
White with #71B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B465; }
p { color: rgb(113,180,101); }
H1.HeaderClassName
{
color: #71B465;
}
.AnyTagClassName
{
color: #71B465;
}
</style>
background-color css
<style>
a { background-color: #71B465; }
a { background-color: rgb(113,180,101); }
div.DivClassName
{
background-color: #71B465;
}
.BgClassName
{
background-color: #71B465;
}
</style>
border-color css
<style>
span { border-color: #71B465; }
span { border-color: rgb(113,180,101); }
td.TdClassName
{
border-color: #71B465;
}
.TagClassName
{
border-color: #71B465;
}
</style>