Shades of Mantis #71BD61
Tints of Mantis #71BD61
RGB
CMYK
RGB Variations
Color information
#71BD61 (or 0x71BD61) is known color: Mantis. HEX triplet: 71, BD and 61. RGB value is (113,189,97). Sum of RGB (Red+Green+Blue) = 113+189+97=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BD61 is #8E429E. Grayscale: #9C9C9C. Windows color (decimal): -9323167 or 6405489. OLE color: 6405489.
HSL color Cylindrical-coordinate representation of color #71BD61: hue angle of 109.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71BD61 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 97 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.26 |
| HSL | 109.57º | 0.41% | 0.56% | - |
| HSV(B) | 109.57º | 0.49% | 0.74% | - |
| XYZ | 27.17 | 40.77 | 17.75 | - |
| YUV | 155.79 | 94.82 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 97 | 0.40 | 0 | 0.49 | 0.26 | 109.57 | 0.41 | 0.56 |
| Hex | 71 | BD | 61 | 28 | 0 | 31 | 1A | 6E | 29 | 38 |
| Octal | 161 | 275 | 141 | 50 | 0 | 61 | 32 | 156 | 51 | 70 |
| Binary | 1110001 | 10111101 | 1100001 | 101000 | 0 | 110001 | 11010 | 1101110 | 101001 | 111000 |
Color Harmonies of #71BD61
Complementary color
Monochromatic Colors of #71BD61
Black with #71BD61
Text Example
Text Example
White with #71BD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD61; }
p { color: rgb(113,189,97); }
H1.HeaderClassName
{
color: #71BD61;
}
.AnyTagClassName
{
color: #71BD61;
}
</style>
background-color css
<style>
a { background-color: #71BD61; }
a { background-color: rgb(113,189,97); }
div.DivClassName
{
background-color: #71BD61;
}
.BgClassName
{
background-color: #71BD61;
}
</style>
border-color css
<style>
span { border-color: #71BD61; }
span { border-color: rgb(113,189,97); }
td.TdClassName
{
border-color: #71BD61;
}
.TagClassName
{
border-color: #71BD61;
}
</style>