Shades of Mantis #71DD46
Tints of Mantis #71DD46
RGB
CMYK
RGB Variations
Color information
#71DD46 (or 0x71DD46) is known color: Mantis. HEX triplet: 71, DD and 46. RGB value is (113,221,70). Sum of RGB (Red+Green+Blue) = 113+221+70=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DD46 is #8E22B9. Grayscale: #ABABAB. Windows color (decimal): -9315002 or 4644209. OLE color: 4644209.
HSL color Cylindrical-coordinate representation of color #71DD46: hue angle of 102.91º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71DD46 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 70 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.13 |
| HSL | 102.91º | 0.69% | 0.57% | - |
| HSV(B) | 102.91º | 0.68% | 0.87% | - |
| XYZ | 33.77 | 55.67 | 14.76 | - |
| YUV | 171.49 | 70.72 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 70 | 0.49 | 0 | 0.68 | 0.13 | 102.91 | 0.69 | 0.57 |
| Hex | 71 | DD | 46 | 31 | 0 | 44 | D | 67 | 45 | 39 |
| Octal | 161 | 335 | 106 | 61 | 0 | 104 | 15 | 147 | 105 | 71 |
| Binary | 1110001 | 11011101 | 1000110 | 110001 | 0 | 1000100 | 1101 | 1100111 | 1000101 | 111001 |
Color Harmonies of #71DD46
Complementary color
Monochromatic Colors of #71DD46
Black with #71DD46
Text Example
Text Example
White with #71DD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DD46; }
p { color: rgb(113,221,70); }
H1.HeaderClassName
{
color: #71DD46;
}
.AnyTagClassName
{
color: #71DD46;
}
</style>
background-color css
<style>
a { background-color: #71DD46; }
a { background-color: rgb(113,221,70); }
div.DivClassName
{
background-color: #71DD46;
}
.BgClassName
{
background-color: #71DD46;
}
</style>
border-color css
<style>
span { border-color: #71DD46; }
span { border-color: rgb(113,221,70); }
td.TdClassName
{
border-color: #71DD46;
}
.TagClassName
{
border-color: #71DD46;
}
</style>