Shades of Mantis #71D751
Tints of Mantis #71D751
RGB
CMYK
RGB Variations
Color information
#71D751 (or 0x71D751) is known color: Mantis. HEX triplet: 71, D7 and 51. RGB value is (113,215,81). Sum of RGB (Red+Green+Blue) = 113+215+81=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #71D751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D751 is #8E28AE. Grayscale: #A9A9A9. Windows color (decimal): -9316527 or 5363569. OLE color: 5363569.
HSL color Cylindrical-coordinate representation of color #71D751: hue angle of 105.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71D751 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 215 | 81 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.16 |
| HSL | 105.67º | 0.63% | 0.58% | - |
| HSV(B) | 105.67º | 0.62% | 0.84% | - |
| XYZ | 32.6 | 52.71 | 16.24 | - |
| YUV | 169.23 | 78.21 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 215 | 81 | 0.47 | 0 | 0.62 | 0.16 | 105.67 | 0.63 | 0.58 |
| Hex | 71 | D7 | 51 | 2F | 0 | 3E | 10 | 6A | 3F | 3A |
| Octal | 161 | 327 | 121 | 57 | 0 | 76 | 20 | 152 | 77 | 72 |
| Binary | 1110001 | 11010111 | 1010001 | 101111 | 0 | 111110 | 10000 | 1101010 | 111111 | 111010 |
Color Harmonies of #71D751
Complementary color
Monochromatic Colors of #71D751
Black with #71D751
Text Example
Text Example
White with #71D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D751; }
p { color: rgb(113,215,81); }
H1.HeaderClassName
{
color: #71D751;
}
.AnyTagClassName
{
color: #71D751;
}
</style>
background-color css
<style>
a { background-color: #71D751; }
a { background-color: rgb(113,215,81); }
div.DivClassName
{
background-color: #71D751;
}
.BgClassName
{
background-color: #71D751;
}
</style>
border-color css
<style>
span { border-color: #71D751; }
span { border-color: rgb(113,215,81); }
td.TdClassName
{
border-color: #71D751;
}
.TagClassName
{
border-color: #71D751;
}
</style>