Shades of Mantis #71C85D
Tints of Mantis #71C85D
RGB
CMYK
RGB Variations
Color information
#71C85D (or 0x71C85D) is known color: Mantis. HEX triplet: 71, C8 and 5D. RGB value is (113,200,93). Sum of RGB (Red+Green+Blue) = 113+200+93=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #71C85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C85D is #8E37A2. Grayscale: #A2A2A2. Windows color (decimal): -9320355 or 6146161. OLE color: 6146161.
HSL color Cylindrical-coordinate representation of color #71C85D: hue angle of 108.79º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71C85D is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 200 | 93 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.22 |
| HSL | 108.79º | 0.49% | 0.57% | - |
| HSV(B) | 108.79º | 0.54% | 0.78% | - |
| XYZ | 29.44 | 45.61 | 17.61 | - |
| YUV | 161.79 | 89.18 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 200 | 93 | 0.44 | 0 | 0.54 | 0.22 | 108.79 | 0.49 | 0.57 |
| Hex | 71 | C8 | 5D | 2C | 0 | 36 | 16 | 6D | 31 | 39 |
| Octal | 161 | 310 | 135 | 54 | 0 | 66 | 26 | 155 | 61 | 71 |
| Binary | 1110001 | 11001000 | 1011101 | 101100 | 0 | 110110 | 10110 | 1101101 | 110001 | 111001 |
Color Harmonies of #71C85D
Complementary color
Monochromatic Colors of #71C85D
Black with #71C85D
Text Example
Text Example
White with #71C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C85D; }
p { color: rgb(113,200,93); }
H1.HeaderClassName
{
color: #71C85D;
}
.AnyTagClassName
{
color: #71C85D;
}
</style>
background-color css
<style>
a { background-color: #71C85D; }
a { background-color: rgb(113,200,93); }
div.DivClassName
{
background-color: #71C85D;
}
.BgClassName
{
background-color: #71C85D;
}
</style>
border-color css
<style>
span { border-color: #71C85D; }
span { border-color: rgb(113,200,93); }
td.TdClassName
{
border-color: #71C85D;
}
.TagClassName
{
border-color: #71C85D;
}
</style>