Shades of Mantis #71C95C
Tints of Mantis #71C95C
RGB
CMYK
RGB Variations
Color information
#71C95C (or 0x71C95C) is known color: Mantis. HEX triplet: 71, C9 and 5C. RGB value is (113,201,92). Sum of RGB (Red+Green+Blue) = 113+201+92=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #71C95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C95C is #8E36A3. Grayscale: #A2A2A2. Windows color (decimal): -9320100 or 6080881. OLE color: 6080881.
HSL color Cylindrical-coordinate representation of color #71C95C: hue angle of 108.44º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71C95C is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 201 | 92 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.21 |
| HSL | 108.44º | 0.5% | 0.57% | - |
| HSV(B) | 108.44º | 0.54% | 0.79% | - |
| XYZ | 29.63 | 46.06 | 17.45 | - |
| YUV | 162.26 | 88.35 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 201 | 92 | 0.44 | 0 | 0.54 | 0.21 | 108.44 | 0.5 | 0.57 |
| Hex | 71 | C9 | 5C | 2C | 0 | 36 | 15 | 6C | 32 | 39 |
| Octal | 161 | 311 | 134 | 54 | 0 | 66 | 25 | 154 | 62 | 71 |
| Binary | 1110001 | 11001001 | 1011100 | 101100 | 0 | 110110 | 10101 | 1101100 | 110010 | 111001 |
Color Harmonies of #71C95C
Complementary color
Monochromatic Colors of #71C95C
Black with #71C95C
Text Example
Text Example
White with #71C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C95C; }
p { color: rgb(113,201,92); }
H1.HeaderClassName
{
color: #71C95C;
}
.AnyTagClassName
{
color: #71C95C;
}
</style>
background-color css
<style>
a { background-color: #71C95C; }
a { background-color: rgb(113,201,92); }
div.DivClassName
{
background-color: #71C95C;
}
.BgClassName
{
background-color: #71C95C;
}
</style>
border-color css
<style>
span { border-color: #71C95C; }
span { border-color: rgb(113,201,92); }
td.TdClassName
{
border-color: #71C95C;
}
.TagClassName
{
border-color: #71C95C;
}
</style>