Shades of Mantis #71D94C
Tints of Mantis #71D94C
RGB
CMYK
RGB Variations
Color information
#71D94C (or 0x71D94C) is known color: Mantis. HEX triplet: 71, D9 and 4C. RGB value is (113,217,76). Sum of RGB (Red+Green+Blue) = 113+217+76=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #71D94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D94C is #8E26B3. Grayscale: #AAAAAA. Windows color (decimal): -9316020 or 5036401. OLE color: 5036401.
HSL color Cylindrical-coordinate representation of color #71D94C: hue angle of 104.26º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71D94C is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 217 | 76 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.15 |
| HSL | 104.26º | 0.65% | 0.57% | - |
| HSV(B) | 104.26º | 0.65% | 0.85% | - |
| XYZ | 32.93 | 53.66 | 15.46 | - |
| YUV | 169.83 | 75.04 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 217 | 76 | 0.48 | 0 | 0.65 | 0.15 | 104.26 | 0.65 | 0.57 |
| Hex | 71 | D9 | 4C | 30 | 0 | 41 | F | 68 | 41 | 39 |
| Octal | 161 | 331 | 114 | 60 | 0 | 101 | 17 | 150 | 101 | 71 |
| Binary | 1110001 | 11011001 | 1001100 | 110000 | 0 | 1000001 | 1111 | 1101000 | 1000001 | 111001 |
Color Harmonies of #71D94C
Complementary color
Monochromatic Colors of #71D94C
Black with #71D94C
Text Example
Text Example
White with #71D94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D94C; }
p { color: rgb(113,217,76); }
H1.HeaderClassName
{
color: #71D94C;
}
.AnyTagClassName
{
color: #71D94C;
}
</style>
background-color css
<style>
a { background-color: #71D94C; }
a { background-color: rgb(113,217,76); }
div.DivClassName
{
background-color: #71D94C;
}
.BgClassName
{
background-color: #71D94C;
}
</style>
border-color css
<style>
span { border-color: #71D94C; }
span { border-color: rgb(113,217,76); }
td.TdClassName
{
border-color: #71D94C;
}
.TagClassName
{
border-color: #71D94C;
}
</style>