Shades of Mantis #71C45C
Tints of Mantis #71C45C
RGB
CMYK
RGB Variations
Color information
#71C45C (or 0x71C45C) is known color: Mantis. HEX triplet: 71, C4 and 5C. RGB value is (113,196,92). Sum of RGB (Red+Green+Blue) = 113+196+92=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #71C45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C45C is #8E3BA3. Grayscale: #9F9F9F. Windows color (decimal): -9321380 or 6079601. OLE color: 6079601.
HSL color Cylindrical-coordinate representation of color #71C45C: hue angle of 107.88º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71C45C is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 196 | 92 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.23 |
| HSL | 107.88º | 0.47% | 0.56% | - |
| HSV(B) | 107.88º | 0.53% | 0.77% | - |
| XYZ | 28.48 | 43.76 | 17.07 | - |
| YUV | 159.33 | 90 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 196 | 92 | 0.42 | 0 | 0.53 | 0.23 | 107.88 | 0.47 | 0.56 |
| Hex | 71 | C4 | 5C | 2A | 0 | 35 | 17 | 6C | 2F | 38 |
| Octal | 161 | 304 | 134 | 52 | 0 | 65 | 27 | 154 | 57 | 70 |
| Binary | 1110001 | 11000100 | 1011100 | 101010 | 0 | 110101 | 10111 | 1101100 | 101111 | 111000 |
Color Harmonies of #71C45C
Complementary color
Monochromatic Colors of #71C45C
Black with #71C45C
Text Example
Text Example
White with #71C45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C45C; }
p { color: rgb(113,196,92); }
H1.HeaderClassName
{
color: #71C45C;
}
.AnyTagClassName
{
color: #71C45C;
}
</style>
background-color css
<style>
a { background-color: #71C45C; }
a { background-color: rgb(113,196,92); }
div.DivClassName
{
background-color: #71C45C;
}
.BgClassName
{
background-color: #71C45C;
}
</style>
border-color css
<style>
span { border-color: #71C45C; }
span { border-color: rgb(113,196,92); }
td.TdClassName
{
border-color: #71C45C;
}
.TagClassName
{
border-color: #71C45C;
}
</style>