Shades of Mantis #71BD63
Tints of Mantis #71BD63
RGB
CMYK
RGB Variations
Color information
#71BD63 (or 0x71BD63) is known color: Mantis. HEX triplet: 71, BD and 63. RGB value is (113,189,99). Sum of RGB (Red+Green+Blue) = 113+189+99=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BD63 is #8E429C. Grayscale: #9C9C9C. Windows color (decimal): -9323165 or 6536561. OLE color: 6536561.
HSL color Cylindrical-coordinate representation of color #71BD63: hue angle of 110.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71BD63 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 99 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.26 |
| HSL | 110.67º | 0.41% | 0.56% | - |
| HSV(B) | 110.67º | 0.48% | 0.74% | - |
| XYZ | 27.26 | 40.81 | 18.24 | - |
| YUV | 156.02 | 95.82 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 99 | 0.40 | 0 | 0.48 | 0.26 | 110.67 | 0.41 | 0.56 |
| Hex | 71 | BD | 63 | 28 | 0 | 30 | 1A | 6F | 29 | 38 |
| Octal | 161 | 275 | 143 | 50 | 0 | 60 | 32 | 157 | 51 | 70 |
| Binary | 1110001 | 10111101 | 1100011 | 101000 | 0 | 110000 | 11010 | 1101111 | 101001 | 111000 |
Color Harmonies of #71BD63
Complementary color
Monochromatic Colors of #71BD63
Black with #71BD63
Text Example
Text Example
White with #71BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD63; }
p { color: rgb(113,189,99); }
H1.HeaderClassName
{
color: #71BD63;
}
.AnyTagClassName
{
color: #71BD63;
}
</style>
background-color css
<style>
a { background-color: #71BD63; }
a { background-color: rgb(113,189,99); }
div.DivClassName
{
background-color: #71BD63;
}
.BgClassName
{
background-color: #71BD63;
}
</style>
border-color css
<style>
span { border-color: #71BD63; }
span { border-color: rgb(113,189,99); }
td.TdClassName
{
border-color: #71BD63;
}
.TagClassName
{
border-color: #71BD63;
}
</style>