Shades of Mantis #71D155
Tints of Mantis #71D155
RGB
CMYK
RGB Variations
Color information
#71D155 (or 0x71D155) is known color: Mantis. HEX triplet: 71, D1 and 55. RGB value is (113,209,85). Sum of RGB (Red+Green+Blue) = 113+209+85=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #71D155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D155 is #8E2EAA. Grayscale: #A6A6A6. Windows color (decimal): -9318059 or 5624177. OLE color: 5624177.
HSL color Cylindrical-coordinate representation of color #71D155: hue angle of 106.45º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71D155 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 209 | 85 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.18 |
| HSL | 106.45º | 0.57% | 0.58% | - |
| HSV(B) | 106.45º | 0.59% | 0.82% | - |
| XYZ | 31.25 | 49.77 | 16.55 | - |
| YUV | 166.16 | 82.2 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 209 | 85 | 0.46 | 0 | 0.59 | 0.18 | 106.45 | 0.57 | 0.58 |
| Hex | 71 | D1 | 55 | 2E | 0 | 3B | 12 | 6A | 39 | 3A |
| Octal | 161 | 321 | 125 | 56 | 0 | 73 | 22 | 152 | 71 | 72 |
| Binary | 1110001 | 11010001 | 1010101 | 101110 | 0 | 111011 | 10010 | 1101010 | 111001 | 111010 |
Color Harmonies of #71D155
Complementary color
Monochromatic Colors of #71D155
Black with #71D155
Text Example
Text Example
White with #71D155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D155; }
p { color: rgb(113,209,85); }
H1.HeaderClassName
{
color: #71D155;
}
.AnyTagClassName
{
color: #71D155;
}
</style>
background-color css
<style>
a { background-color: #71D155; }
a { background-color: rgb(113,209,85); }
div.DivClassName
{
background-color: #71D155;
}
.BgClassName
{
background-color: #71D155;
}
</style>
border-color css
<style>
span { border-color: #71D155; }
span { border-color: rgb(113,209,85); }
td.TdClassName
{
border-color: #71D155;
}
.TagClassName
{
border-color: #71D155;
}
</style>