Shades of Mantis #71C452
Tints of Mantis #71C452
RGB
CMYK
RGB Variations
Color information
#71C452 (or 0x71C452) is known color: Mantis. HEX triplet: 71, C4 and 52. RGB value is (113,196,82). Sum of RGB (Red+Green+Blue) = 113+196+82=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #71C452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C452 is #8E3BAD. Grayscale: #9E9E9E. Windows color (decimal): -9321390 or 5424241. OLE color: 5424241.
HSL color Cylindrical-coordinate representation of color #71C452: hue angle of 103.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71C452 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 196 | 82 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.23 |
| HSL | 103.68º | 0.49% | 0.55% | - |
| HSV(B) | 103.68º | 0.58% | 0.77% | - |
| XYZ | 28.07 | 43.6 | 14.92 | - |
| YUV | 158.19 | 85 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 196 | 82 | 0.42 | 0 | 0.58 | 0.23 | 103.68 | 0.49 | 0.55 |
| Hex | 71 | C4 | 52 | 2A | 0 | 3A | 17 | 68 | 31 | 37 |
| Octal | 161 | 304 | 122 | 52 | 0 | 72 | 27 | 150 | 61 | 67 |
| Binary | 1110001 | 11000100 | 1010010 | 101010 | 0 | 111010 | 10111 | 1101000 | 110001 | 110111 |
Color Harmonies of #71C452
Complementary color
Monochromatic Colors of #71C452
Black with #71C452
Text Example
Text Example
White with #71C452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C452; }
p { color: rgb(113,196,82); }
H1.HeaderClassName
{
color: #71C452;
}
.AnyTagClassName
{
color: #71C452;
}
</style>
background-color css
<style>
a { background-color: #71C452; }
a { background-color: rgb(113,196,82); }
div.DivClassName
{
background-color: #71C452;
}
.BgClassName
{
background-color: #71C452;
}
</style>
border-color css
<style>
span { border-color: #71C452; }
span { border-color: rgb(113,196,82); }
td.TdClassName
{
border-color: #71C452;
}
.TagClassName
{
border-color: #71C452;
}
</style>