Shades of Mantis #71BF5E
Tints of Mantis #71BF5E
RGB
CMYK
RGB Variations
Color information
#71BF5E (or 0x71BF5E) is known color: Mantis. HEX triplet: 71, BF and 5E. RGB value is (113,191,94). Sum of RGB (Red+Green+Blue) = 113+191+94=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BF5E is #8E40A1. Grayscale: #9C9C9C. Windows color (decimal): -9322658 or 6209393. OLE color: 6209393.
HSL color Cylindrical-coordinate representation of color #71BF5E: hue angle of 108.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71BF5E is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 191 | 94 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.25 |
| HSL | 108.25º | 0.43% | 0.56% | - |
| HSV(B) | 108.25º | 0.51% | 0.75% | - |
| XYZ | 27.46 | 41.58 | 17.17 | - |
| YUV | 156.62 | 92.66 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 94 | 0.41 | 0 | 0.51 | 0.25 | 108.25 | 0.43 | 0.56 |
| Hex | 71 | BF | 5E | 29 | 0 | 33 | 19 | 6C | 2B | 38 |
| Octal | 161 | 277 | 136 | 51 | 0 | 63 | 31 | 154 | 53 | 70 |
| Binary | 1110001 | 10111111 | 1011110 | 101001 | 0 | 110011 | 11001 | 1101100 | 101011 | 111000 |
Color Harmonies of #71BF5E
Complementary color
Monochromatic Colors of #71BF5E
Black with #71BF5E
Text Example
Text Example
White with #71BF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BF5E; }
p { color: rgb(113,191,94); }
H1.HeaderClassName
{
color: #71BF5E;
}
.AnyTagClassName
{
color: #71BF5E;
}
</style>
background-color css
<style>
a { background-color: #71BF5E; }
a { background-color: rgb(113,191,94); }
div.DivClassName
{
background-color: #71BF5E;
}
.BgClassName
{
background-color: #71BF5E;
}
</style>
border-color css
<style>
span { border-color: #71BF5E; }
span { border-color: rgb(113,191,94); }
td.TdClassName
{
border-color: #71BF5E;
}
.TagClassName
{
border-color: #71BF5E;
}
</style>