Shades of Mantis #71CD55
Tints of Mantis #71CD55
RGB
CMYK
RGB Variations
Color information
#71CD55 (or 0x71CD55) is known color: Mantis. HEX triplet: 71, CD and 55. RGB value is (113,205,85). Sum of RGB (Red+Green+Blue) = 113+205+85=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #71CD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CD55 is #8E32AA. Grayscale: #A4A4A4. Windows color (decimal): -9319083 or 5623153. OLE color: 5623153.
HSL color Cylindrical-coordinate representation of color #71CD55: hue angle of 106º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71CD55 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 205 | 85 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.20 |
| HSL | 106º | 0.55% | 0.57% | - |
| HSV(B) | 106º | 0.59% | 0.8% | - |
| XYZ | 30.28 | 47.83 | 16.23 | - |
| YUV | 163.81 | 83.52 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 205 | 85 | 0.45 | 0 | 0.59 | 0.20 | 106 | 0.55 | 0.57 |
| Hex | 71 | CD | 55 | 2D | 0 | 3B | 14 | 6A | 37 | 39 |
| Octal | 161 | 315 | 125 | 55 | 0 | 73 | 24 | 152 | 67 | 71 |
| Binary | 1110001 | 11001101 | 1010101 | 101101 | 0 | 111011 | 10100 | 1101010 | 110111 | 111001 |
Color Harmonies of #71CD55
Complementary color
Monochromatic Colors of #71CD55
Black with #71CD55
Text Example
Text Example
White with #71CD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CD55; }
p { color: rgb(113,205,85); }
H1.HeaderClassName
{
color: #71CD55;
}
.AnyTagClassName
{
color: #71CD55;
}
</style>
background-color css
<style>
a { background-color: #71CD55; }
a { background-color: rgb(113,205,85); }
div.DivClassName
{
background-color: #71CD55;
}
.BgClassName
{
background-color: #71CD55;
}
</style>
border-color css
<style>
span { border-color: #71CD55; }
span { border-color: rgb(113,205,85); }
td.TdClassName
{
border-color: #71CD55;
}
.TagClassName
{
border-color: #71CD55;
}
</style>