Shades of Mantis #71C550
Tints of Mantis #71C550
RGB
CMYK
RGB Variations
Color information
#71C550 (or 0x71C550) is known color: Mantis. HEX triplet: 71, C5 and 50. RGB value is (113,197,80). Sum of RGB (Red+Green+Blue) = 113+197+80=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #71C550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C550 is #8E3AAF. Grayscale: #9E9E9E. Windows color (decimal): -9321136 or 5293425. OLE color: 5293425.
HSL color Cylindrical-coordinate representation of color #71C550: hue angle of 103.08º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71C550 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 197 | 80 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.23 |
| HSL | 103.08º | 0.5% | 0.54% | - |
| HSV(B) | 103.08º | 0.59% | 0.77% | - |
| XYZ | 28.22 | 44.02 | 14.6 | - |
| YUV | 158.55 | 83.67 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 197 | 80 | 0.43 | 0 | 0.59 | 0.23 | 103.08 | 0.5 | 0.54 |
| Hex | 71 | C5 | 50 | 2B | 0 | 3B | 17 | 67 | 32 | 36 |
| Octal | 161 | 305 | 120 | 53 | 0 | 73 | 27 | 147 | 62 | 66 |
| Binary | 1110001 | 11000101 | 1010000 | 101011 | 0 | 111011 | 10111 | 1100111 | 110010 | 110110 |
Color Harmonies of #71C550
Complementary color
Monochromatic Colors of #71C550
Black with #71C550
Text Example
Text Example
White with #71C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C550; }
p { color: rgb(113,197,80); }
H1.HeaderClassName
{
color: #71C550;
}
.AnyTagClassName
{
color: #71C550;
}
</style>
background-color css
<style>
a { background-color: #71C550; }
a { background-color: rgb(113,197,80); }
div.DivClassName
{
background-color: #71C550;
}
.BgClassName
{
background-color: #71C550;
}
</style>
border-color css
<style>
span { border-color: #71C550; }
span { border-color: rgb(113,197,80); }
td.TdClassName
{
border-color: #71C550;
}
.TagClassName
{
border-color: #71C550;
}
</style>