Shades of Mantis #71D655
Tints of Mantis #71D655
RGB
CMYK
RGB Variations
Color information
#71D655 (or 0x71D655) is known color: Mantis. HEX triplet: 71, D6 and 55. RGB value is (113,214,85). Sum of RGB (Red+Green+Blue) = 113+214+85=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #71D655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D655 is #8E29AA. Grayscale: #A9A9A9. Windows color (decimal): -9316779 or 5625457. OLE color: 5625457.
HSL color Cylindrical-coordinate representation of color #71D655: hue angle of 106.98º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71D655 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 214 | 85 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.16 |
| HSL | 106.98º | 0.61% | 0.59% | - |
| HSV(B) | 106.98º | 0.6% | 0.84% | - |
| XYZ | 32.5 | 52.26 | 16.97 | - |
| YUV | 169.1 | 80.54 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 214 | 85 | 0.47 | 0 | 0.60 | 0.16 | 106.98 | 0.61 | 0.59 |
| Hex | 71 | D6 | 55 | 2F | 0 | 3C | 10 | 6B | 3D | 3B |
| Octal | 161 | 326 | 125 | 57 | 0 | 74 | 20 | 153 | 75 | 73 |
| Binary | 1110001 | 11010110 | 1010101 | 101111 | 0 | 111100 | 10000 | 1101011 | 111101 | 111011 |
Color Harmonies of #71D655
Complementary color
Monochromatic Colors of #71D655
Black with #71D655
Text Example
Text Example
White with #71D655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D655; }
p { color: rgb(113,214,85); }
H1.HeaderClassName
{
color: #71D655;
}
.AnyTagClassName
{
color: #71D655;
}
</style>
background-color css
<style>
a { background-color: #71D655; }
a { background-color: rgb(113,214,85); }
div.DivClassName
{
background-color: #71D655;
}
.BgClassName
{
background-color: #71D655;
}
</style>
border-color css
<style>
span { border-color: #71D655; }
span { border-color: rgb(113,214,85); }
td.TdClassName
{
border-color: #71D655;
}
.TagClassName
{
border-color: #71D655;
}
</style>