Shades of Mantis #71C95D
Tints of Mantis #71C95D
RGB
CMYK
RGB Variations
Color information
#71C95D (or 0x71C95D) is known color: Mantis. HEX triplet: 71, C9 and 5D. RGB value is (113,201,93). Sum of RGB (Red+Green+Blue) = 113+201+93=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #71C95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C95D is #8E36A2. Grayscale: #A2A2A2. Windows color (decimal): -9320099 or 6146417. OLE color: 6146417.
HSL color Cylindrical-coordinate representation of color #71C95D: hue angle of 108.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71C95D is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 201 | 93 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.21 |
| HSL | 108.89º | 0.5% | 0.58% | - |
| HSV(B) | 108.89º | 0.54% | 0.79% | - |
| XYZ | 29.67 | 46.07 | 17.69 | - |
| YUV | 162.38 | 88.85 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 201 | 93 | 0.44 | 0 | 0.54 | 0.21 | 108.89 | 0.5 | 0.58 |
| Hex | 71 | C9 | 5D | 2C | 0 | 36 | 15 | 6D | 32 | 3A |
| Octal | 161 | 311 | 135 | 54 | 0 | 66 | 25 | 155 | 62 | 72 |
| Binary | 1110001 | 11001001 | 1011101 | 101100 | 0 | 110110 | 10101 | 1101101 | 110010 | 111010 |
Color Harmonies of #71C95D
Complementary color
Monochromatic Colors of #71C95D
Black with #71C95D
Text Example
Text Example
White with #71C95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C95D; }
p { color: rgb(113,201,93); }
H1.HeaderClassName
{
color: #71C95D;
}
.AnyTagClassName
{
color: #71C95D;
}
</style>
background-color css
<style>
a { background-color: #71C95D; }
a { background-color: rgb(113,201,93); }
div.DivClassName
{
background-color: #71C95D;
}
.BgClassName
{
background-color: #71C95D;
}
</style>
border-color css
<style>
span { border-color: #71C95D; }
span { border-color: rgb(113,201,93); }
td.TdClassName
{
border-color: #71C95D;
}
.TagClassName
{
border-color: #71C95D;
}
</style>