Shades of Mantis #71D949
Tints of Mantis #71D949
RGB
CMYK
RGB Variations
Color information
#71D949 (or 0x71D949) is known color: Mantis. HEX triplet: 71, D9 and 49. RGB value is (113,217,73). Sum of RGB (Red+Green+Blue) = 113+217+73=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #71D949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D949 is #8E26B6. Grayscale: #A9A9A9. Windows color (decimal): -9316023 or 4839793. OLE color: 4839793.
HSL color Cylindrical-coordinate representation of color #71D949: hue angle of 103.33º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71D949 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 217 | 73 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.15 |
| HSL | 103.33º | 0.65% | 0.57% | - |
| HSV(B) | 103.33º | 0.66% | 0.85% | - |
| XYZ | 32.83 | 53.62 | 14.92 | - |
| YUV | 169.49 | 73.54 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 217 | 73 | 0.48 | 0 | 0.66 | 0.15 | 103.33 | 0.65 | 0.57 |
| Hex | 71 | D9 | 49 | 30 | 0 | 42 | F | 67 | 41 | 39 |
| Octal | 161 | 331 | 111 | 60 | 0 | 102 | 17 | 147 | 101 | 71 |
| Binary | 1110001 | 11011001 | 1001001 | 110000 | 0 | 1000010 | 1111 | 1100111 | 1000001 | 111001 |
Color Harmonies of #71D949
Complementary color
Monochromatic Colors of #71D949
Black with #71D949
Text Example
Text Example
White with #71D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D949; }
p { color: rgb(113,217,73); }
H1.HeaderClassName
{
color: #71D949;
}
.AnyTagClassName
{
color: #71D949;
}
</style>
background-color css
<style>
a { background-color: #71D949; }
a { background-color: rgb(113,217,73); }
div.DivClassName
{
background-color: #71D949;
}
.BgClassName
{
background-color: #71D949;
}
</style>
border-color css
<style>
span { border-color: #71D949; }
span { border-color: rgb(113,217,73); }
td.TdClassName
{
border-color: #71D949;
}
.TagClassName
{
border-color: #71D949;
}
</style>