Shades of Mantis #71B565
Tints of Mantis #71B565
RGB
CMYK
RGB Variations
Color information
#71B565 (or 0x71B565) is known color: Mantis. HEX triplet: 71, B5 and 65. RGB value is (113,181,101). Sum of RGB (Red+Green+Blue) = 113+181+101=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #71B565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B565 is #8E4A9A. Grayscale: #979797. Windows color (decimal): -9325211 or 6665585. OLE color: 6665585.
HSL color Cylindrical-coordinate representation of color #71B565: hue angle of 111º degrees, saturation: 0.35, 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 #71B565 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 181 | 101 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.29 |
| HSL | 111º | 0.35% | 0.55% | - |
| HSV(B) | 111º | 0.44% | 0.71% | - |
| XYZ | 25.68 | 37.5 | 18.2 | - |
| YUV | 151.55 | 99.47 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 181 | 101 | 0.38 | 0 | 0.44 | 0.29 | 111 | 0.35 | 0.55 |
| Hex | 71 | B5 | 65 | 26 | 0 | 2C | 1D | 6F | 23 | 37 |
| Octal | 161 | 265 | 145 | 46 | 0 | 54 | 35 | 157 | 43 | 67 |
| Binary | 1110001 | 10110101 | 1100101 | 100110 | 0 | 101100 | 11101 | 1101111 | 100011 | 110111 |
Color Harmonies of #71B565
Complementary color
Monochromatic Colors of #71B565
Black with #71B565
Text Example
Text Example
White with #71B565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B565; }
p { color: rgb(113,181,101); }
H1.HeaderClassName
{
color: #71B565;
}
.AnyTagClassName
{
color: #71B565;
}
</style>
background-color css
<style>
a { background-color: #71B565; }
a { background-color: rgb(113,181,101); }
div.DivClassName
{
background-color: #71B565;
}
.BgClassName
{
background-color: #71B565;
}
</style>
border-color css
<style>
span { border-color: #71B565; }
span { border-color: rgb(113,181,101); }
td.TdClassName
{
border-color: #71B565;
}
.TagClassName
{
border-color: #71B565;
}
</style>