Shades of Mantis #71CE47
Tints of Mantis #71CE47
RGB
CMYK
RGB Variations
Color information
#71CE47 (or 0x71CE47) is known color: Mantis. HEX triplet: 71, CE and 47. RGB value is (113,206,71). Sum of RGB (Red+Green+Blue) = 113+206+71=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 206 (80.86% from 255 or 52.82% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CE47 is #8E31B8. Grayscale: #A3A3A3. Windows color (decimal): -9318841 or 4705905. OLE color: 4705905.
HSL color Cylindrical-coordinate representation of color #71CE47: hue angle of 101.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71CE47 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 206 | 71 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.19 |
| HSL | 101.33º | 0.58% | 0.54% | - |
| HSV(B) | 101.33º | 0.66% | 0.81% | - |
| XYZ | 30.02 | 48.11 | 13.66 | - |
| YUV | 162.8 | 76.19 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 71 | 0.45 | 0 | 0.66 | 0.19 | 101.33 | 0.58 | 0.54 |
| Hex | 71 | CE | 47 | 2D | 0 | 42 | 13 | 65 | 3A | 36 |
| Octal | 161 | 316 | 107 | 55 | 0 | 102 | 23 | 145 | 72 | 66 |
| Binary | 1110001 | 11001110 | 1000111 | 101101 | 0 | 1000010 | 10011 | 1100101 | 111010 | 110110 |
Color Harmonies of #71CE47
Complementary color
Monochromatic Colors of #71CE47
Black with #71CE47
Text Example
Text Example
White with #71CE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CE47; }
p { color: rgb(113,206,71); }
H1.HeaderClassName
{
color: #71CE47;
}
.AnyTagClassName
{
color: #71CE47;
}
</style>
background-color css
<style>
a { background-color: #71CE47; }
a { background-color: rgb(113,206,71); }
div.DivClassName
{
background-color: #71CE47;
}
.BgClassName
{
background-color: #71CE47;
}
</style>
border-color css
<style>
span { border-color: #71CE47; }
span { border-color: rgb(113,206,71); }
td.TdClassName
{
border-color: #71CE47;
}
.TagClassName
{
border-color: #71CE47;
}
</style>