Shades of Mantis #71C052
Tints of Mantis #71C052
RGB
CMYK
RGB Variations
Color information
#71C052 (or 0x71C052) is known color: Mantis. HEX triplet: 71, C0 and 52. RGB value is (113,192,82). Sum of RGB (Red+Green+Blue) = 113+192+82=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #71C052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C052 is #8E3FAD. Grayscale: #9C9C9C. Windows color (decimal): -9322414 or 5423217. OLE color: 5423217.
HSL color Cylindrical-coordinate representation of color #71C052: hue angle of 103.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71C052 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 192 | 82 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.25 |
| HSL | 103.09º | 0.47% | 0.54% | - |
| HSV(B) | 103.09º | 0.57% | 0.75% | - |
| XYZ | 27.18 | 41.82 | 14.62 | - |
| YUV | 155.84 | 86.33 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 192 | 82 | 0.41 | 0 | 0.57 | 0.25 | 103.09 | 0.47 | 0.54 |
| Hex | 71 | C0 | 52 | 29 | 0 | 39 | 19 | 67 | 2F | 36 |
| Octal | 161 | 300 | 122 | 51 | 0 | 71 | 31 | 147 | 57 | 66 |
| Binary | 1110001 | 11000000 | 1010010 | 101001 | 0 | 111001 | 11001 | 1100111 | 101111 | 110110 |
Color Harmonies of #71C052
Complementary color
Monochromatic Colors of #71C052
Black with #71C052
Text Example
Text Example
White with #71C052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C052; }
p { color: rgb(113,192,82); }
H1.HeaderClassName
{
color: #71C052;
}
.AnyTagClassName
{
color: #71C052;
}
</style>
background-color css
<style>
a { background-color: #71C052; }
a { background-color: rgb(113,192,82); }
div.DivClassName
{
background-color: #71C052;
}
.BgClassName
{
background-color: #71C052;
}
</style>
border-color css
<style>
span { border-color: #71C052; }
span { border-color: rgb(113,192,82); }
td.TdClassName
{
border-color: #71C052;
}
.TagClassName
{
border-color: #71C052;
}
</style>