Shades of Mantis #71C55C
Tints of Mantis #71C55C
RGB
CMYK
RGB Variations
Color information
#71C55C (or 0x71C55C) is known color: Mantis. HEX triplet: 71, C5 and 5C. RGB value is (113,197,92). Sum of RGB (Red+Green+Blue) = 113+197+92=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #71C55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C55C is #8E3AA3. Grayscale: #A0A0A0. Windows color (decimal): -9321124 or 6079857. OLE color: 6079857.
HSL color Cylindrical-coordinate representation of color #71C55C: hue angle of 108º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71C55C is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 197 | 92 | - |
| CMYK | 0.43 | 0 | 0.53 | 0.23 |
| HSL | 108º | 0.48% | 0.57% | - |
| HSV(B) | 108º | 0.53% | 0.77% | - |
| XYZ | 28.71 | 44.22 | 17.15 | - |
| YUV | 159.91 | 89.67 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 197 | 92 | 0.43 | 0 | 0.53 | 0.23 | 108 | 0.48 | 0.57 |
| Hex | 71 | C5 | 5C | 2B | 0 | 35 | 17 | 6C | 30 | 39 |
| Octal | 161 | 305 | 134 | 53 | 0 | 65 | 27 | 154 | 60 | 71 |
| Binary | 1110001 | 11000101 | 1011100 | 101011 | 0 | 110101 | 10111 | 1101100 | 110000 | 111001 |
Color Harmonies of #71C55C
Complementary color
Monochromatic Colors of #71C55C
Black with #71C55C
Text Example
Text Example
White with #71C55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C55C; }
p { color: rgb(113,197,92); }
H1.HeaderClassName
{
color: #71C55C;
}
.AnyTagClassName
{
color: #71C55C;
}
</style>
background-color css
<style>
a { background-color: #71C55C; }
a { background-color: rgb(113,197,92); }
div.DivClassName
{
background-color: #71C55C;
}
.BgClassName
{
background-color: #71C55C;
}
</style>
border-color css
<style>
span { border-color: #71C55C; }
span { border-color: rgb(113,197,92); }
td.TdClassName
{
border-color: #71C55C;
}
.TagClassName
{
border-color: #71C55C;
}
</style>