Shades of Mantis #71C252
Tints of Mantis #71C252
RGB
CMYK
RGB Variations
Color information
#71C252 (or 0x71C252) is known color: Mantis. HEX triplet: 71, C2 and 52. RGB value is (113,194,82). Sum of RGB (Red+Green+Blue) = 113+194+82=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #71C252 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C252 is #8E3DAD. Grayscale: #9D9D9D. Windows color (decimal): -9321902 or 5423729. OLE color: 5423729.
HSL color Cylindrical-coordinate representation of color #71C252: hue angle of 103.39º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71C252 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 194 | 82 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.24 |
| HSL | 103.39º | 0.48% | 0.54% | - |
| HSV(B) | 103.39º | 0.58% | 0.76% | - |
| XYZ | 27.62 | 42.7 | 14.77 | - |
| YUV | 157.01 | 85.66 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 194 | 82 | 0.42 | 0 | 0.58 | 0.24 | 103.39 | 0.48 | 0.54 |
| Hex | 71 | C2 | 52 | 2A | 0 | 3A | 18 | 67 | 30 | 36 |
| Octal | 161 | 302 | 122 | 52 | 0 | 72 | 30 | 147 | 60 | 66 |
| Binary | 1110001 | 11000010 | 1010010 | 101010 | 0 | 111010 | 11000 | 1100111 | 110000 | 110110 |
Color Harmonies of #71C252
Complementary color
Monochromatic Colors of #71C252
Black with #71C252
Text Example
Text Example
White with #71C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C252; }
p { color: rgb(113,194,82); }
H1.HeaderClassName
{
color: #71C252;
}
.AnyTagClassName
{
color: #71C252;
}
</style>
background-color css
<style>
a { background-color: #71C252; }
a { background-color: rgb(113,194,82); }
div.DivClassName
{
background-color: #71C252;
}
.BgClassName
{
background-color: #71C252;
}
</style>
border-color css
<style>
span { border-color: #71C252; }
span { border-color: rgb(113,194,82); }
td.TdClassName
{
border-color: #71C252;
}
.TagClassName
{
border-color: #71C252;
}
</style>