Shades of Mantis #71D455
Tints of Mantis #71D455
RGB
CMYK
RGB Variations
Color information
#71D455 (or 0x71D455) is known color: Mantis. HEX triplet: 71, D4 and 55. RGB value is (113,212,85). Sum of RGB (Red+Green+Blue) = 113+212+85=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #71D455 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D455 is #8E2BAA. Grayscale: #A8A8A8. Windows color (decimal): -9317291 or 5624945. OLE color: 5624945.
HSL color Cylindrical-coordinate representation of color #71D455: hue angle of 106.77º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71D455 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 212 | 85 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.17 |
| HSL | 106.77º | 0.6% | 0.58% | - |
| HSV(B) | 106.77º | 0.6% | 0.83% | - |
| XYZ | 31.99 | 51.25 | 16.8 | - |
| YUV | 167.92 | 81.2 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 212 | 85 | 0.47 | 0 | 0.60 | 0.17 | 106.77 | 0.6 | 0.58 |
| Hex | 71 | D4 | 55 | 2F | 0 | 3C | 11 | 6B | 3C | 3A |
| Octal | 161 | 324 | 125 | 57 | 0 | 74 | 21 | 153 | 74 | 72 |
| Binary | 1110001 | 11010100 | 1010101 | 101111 | 0 | 111100 | 10001 | 1101011 | 111100 | 111010 |
Color Harmonies of #71D455
Complementary color
Monochromatic Colors of #71D455
Black with #71D455
Text Example
Text Example
White with #71D455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D455; }
p { color: rgb(113,212,85); }
H1.HeaderClassName
{
color: #71D455;
}
.AnyTagClassName
{
color: #71D455;
}
</style>
background-color css
<style>
a { background-color: #71D455; }
a { background-color: rgb(113,212,85); }
div.DivClassName
{
background-color: #71D455;
}
.BgClassName
{
background-color: #71D455;
}
</style>
border-color css
<style>
span { border-color: #71D455; }
span { border-color: rgb(113,212,85); }
td.TdClassName
{
border-color: #71D455;
}
.TagClassName
{
border-color: #71D455;
}
</style>