Shades of Mantis #71BD62
Tints of Mantis #71BD62
RGB
CMYK
RGB Variations
Color information
#71BD62 (or 0x71BD62) is known color: Mantis. HEX triplet: 71, BD and 62. RGB value is (113,189,98). Sum of RGB (Red+Green+Blue) = 113+189+98=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BD62 is #8E429D. Grayscale: #9C9C9C. Windows color (decimal): -9323166 or 6471025. OLE color: 6471025.
HSL color Cylindrical-coordinate representation of color #71BD62: hue angle of 110.11º 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 #71BD62 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 98 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.26 |
| HSL | 110.11º | 0.41% | 0.56% | - |
| HSV(B) | 110.11º | 0.48% | 0.74% | - |
| XYZ | 27.21 | 40.79 | 17.99 | - |
| YUV | 155.9 | 95.32 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 98 | 0.40 | 0 | 0.48 | 0.26 | 110.11 | 0.41 | 0.56 |
| Hex | 71 | BD | 62 | 28 | 0 | 30 | 1A | 6E | 29 | 38 |
| Octal | 161 | 275 | 142 | 50 | 0 | 60 | 32 | 156 | 51 | 70 |
| Binary | 1110001 | 10111101 | 1100010 | 101000 | 0 | 110000 | 11010 | 1101110 | 101001 | 111000 |
Color Harmonies of #71BD62
Complementary color
Monochromatic Colors of #71BD62
Black with #71BD62
Text Example
Text Example
White with #71BD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD62; }
p { color: rgb(113,189,98); }
H1.HeaderClassName
{
color: #71BD62;
}
.AnyTagClassName
{
color: #71BD62;
}
</style>
background-color css
<style>
a { background-color: #71BD62; }
a { background-color: rgb(113,189,98); }
div.DivClassName
{
background-color: #71BD62;
}
.BgClassName
{
background-color: #71BD62;
}
</style>
border-color css
<style>
span { border-color: #71BD62; }
span { border-color: rgb(113,189,98); }
td.TdClassName
{
border-color: #71BD62;
}
.TagClassName
{
border-color: #71BD62;
}
</style>