Shades of Mantis #71DC46
Tints of Mantis #71DC46
RGB
CMYK
RGB Variations
Color information
#71DC46 (or 0x71DC46) is known color: Mantis. HEX triplet: 71, DC and 46. RGB value is (113,220,70). Sum of RGB (Red+Green+Blue) = 113+220+70=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DC46 is #8E23B9. Grayscale: #ABABAB. Windows color (decimal): -9315258 or 4643953. OLE color: 4643953.
HSL color Cylindrical-coordinate representation of color #71DC46: hue angle of 102.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71DC46 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 70 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.14 |
| HSL | 102.8º | 0.68% | 0.57% | - |
| HSV(B) | 102.8º | 0.68% | 0.86% | - |
| XYZ | 33.51 | 55.14 | 14.67 | - |
| YUV | 170.91 | 71.05 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 70 | 0.49 | 0 | 0.68 | 0.14 | 102.8 | 0.68 | 0.57 |
| Hex | 71 | DC | 46 | 31 | 0 | 44 | E | 67 | 44 | 39 |
| Octal | 161 | 334 | 106 | 61 | 0 | 104 | 16 | 147 | 104 | 71 |
| Binary | 1110001 | 11011100 | 1000110 | 110001 | 0 | 1000100 | 1110 | 1100111 | 1000100 | 111001 |
Color Harmonies of #71DC46
Complementary color
Monochromatic Colors of #71DC46
Black with #71DC46
Text Example
Text Example
White with #71DC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC46; }
p { color: rgb(113,220,70); }
H1.HeaderClassName
{
color: #71DC46;
}
.AnyTagClassName
{
color: #71DC46;
}
</style>
background-color css
<style>
a { background-color: #71DC46; }
a { background-color: rgb(113,220,70); }
div.DivClassName
{
background-color: #71DC46;
}
.BgClassName
{
background-color: #71DC46;
}
</style>
border-color css
<style>
span { border-color: #71DC46; }
span { border-color: rgb(113,220,70); }
td.TdClassName
{
border-color: #71DC46;
}
.TagClassName
{
border-color: #71DC46;
}
</style>