Shades of Mantis #71B45D
Tints of Mantis #71B45D
RGB
CMYK
RGB Variations
Color information
#71B45D (or 0x71B45D) is known color: Mantis. HEX triplet: 71, B4 and 5D. RGB value is (113,180,93). Sum of RGB (Red+Green+Blue) = 113+180+93=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #71B45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B45D is #8E4BA2. Grayscale: #969696. Windows color (decimal): -9325475 or 6141041. OLE color: 6141041.
HSL color Cylindrical-coordinate representation of color #71B45D: hue angle of 106.21º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71B45D is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 180 | 93 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.29 |
| HSL | 106.21º | 0.37% | 0.54% | - |
| HSV(B) | 106.21º | 0.48% | 0.71% | - |
| XYZ | 25.11 | 36.94 | 16.16 | - |
| YUV | 150.05 | 95.8 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 180 | 93 | 0.37 | 0 | 0.48 | 0.29 | 106.21 | 0.37 | 0.54 |
| Hex | 71 | B4 | 5D | 25 | 0 | 30 | 1D | 6A | 25 | 36 |
| Octal | 161 | 264 | 135 | 45 | 0 | 60 | 35 | 152 | 45 | 66 |
| Binary | 1110001 | 10110100 | 1011101 | 100101 | 0 | 110000 | 11101 | 1101010 | 100101 | 110110 |
Color Harmonies of #71B45D
Complementary color
Monochromatic Colors of #71B45D
Black with #71B45D
Text Example
Text Example
White with #71B45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B45D; }
p { color: rgb(113,180,93); }
H1.HeaderClassName
{
color: #71B45D;
}
.AnyTagClassName
{
color: #71B45D;
}
</style>
background-color css
<style>
a { background-color: #71B45D; }
a { background-color: rgb(113,180,93); }
div.DivClassName
{
background-color: #71B45D;
}
.BgClassName
{
background-color: #71B45D;
}
</style>
border-color css
<style>
span { border-color: #71B45D; }
span { border-color: rgb(113,180,93); }
td.TdClassName
{
border-color: #71B45D;
}
.TagClassName
{
border-color: #71B45D;
}
</style>