Shades of Mantis #71D146
Tints of Mantis #71D146
RGB
CMYK
RGB Variations
Color information
#71D146 (or 0x71D146) is known color: Mantis. HEX triplet: 71, D1 and 46. RGB value is (113,209,70). Sum of RGB (Red+Green+Blue) = 113+209+70=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 209 (82.03% from 255 or 53.32% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 209 - color contains mainly: green. Hex color #71D146 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D146 is #8E2EB9. Grayscale: #A4A4A4. Windows color (decimal): -9318074 or 4641137. OLE color: 4641137.
HSL color Cylindrical-coordinate representation of color #71D146: hue angle of 101.44º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71D146 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 209 | 70 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.18 |
| HSL | 101.44º | 0.6% | 0.55% | - |
| HSV(B) | 101.44º | 0.67% | 0.82% | - |
| XYZ | 30.72 | 49.55 | 13.74 | - |
| YUV | 164.45 | 74.7 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 209 | 70 | 0.46 | 0 | 0.67 | 0.18 | 101.44 | 0.6 | 0.55 |
| Hex | 71 | D1 | 46 | 2E | 0 | 43 | 12 | 65 | 3C | 37 |
| Octal | 161 | 321 | 106 | 56 | 0 | 103 | 22 | 145 | 74 | 67 |
| Binary | 1110001 | 11010001 | 1000110 | 101110 | 0 | 1000011 | 10010 | 1100101 | 111100 | 110111 |
Color Harmonies of #71D146
Complementary color
Monochromatic Colors of #71D146
Black with #71D146
Text Example
Text Example
White with #71D146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D146; }
p { color: rgb(113,209,70); }
H1.HeaderClassName
{
color: #71D146;
}
.AnyTagClassName
{
color: #71D146;
}
</style>
background-color css
<style>
a { background-color: #71D146; }
a { background-color: rgb(113,209,70); }
div.DivClassName
{
background-color: #71D146;
}
.BgClassName
{
background-color: #71D146;
}
</style>
border-color css
<style>
span { border-color: #71D146; }
span { border-color: rgb(113,209,70); }
td.TdClassName
{
border-color: #71D146;
}
.TagClassName
{
border-color: #71D146;
}
</style>