Shades of Mantis #71D35D
Tints of Mantis #71D35D
RGB
CMYK
RGB Variations
Color information
#71D35D (or 0x71D35D) is known color: Mantis. HEX triplet: 71, D3 and 5D. RGB value is (113,211,93). Sum of RGB (Red+Green+Blue) = 113+211+93=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #71D35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D35D is #8E2CA2. Grayscale: #A8A8A8. Windows color (decimal): -9317539 or 6148977. OLE color: 6148977.
HSL color Cylindrical-coordinate representation of color #71D35D: hue angle of 109.83º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71D35D is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 211 | 93 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.17 |
| HSL | 109.83º | 0.57% | 0.6% | - |
| HSV(B) | 109.83º | 0.56% | 0.83% | - |
| XYZ | 32.08 | 50.89 | 18.49 | - |
| YUV | 168.25 | 85.53 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 211 | 93 | 0.46 | 0 | 0.56 | 0.17 | 109.83 | 0.57 | 0.6 |
| Hex | 71 | D3 | 5D | 2E | 0 | 38 | 11 | 6E | 39 | 3C |
| Octal | 161 | 323 | 135 | 56 | 0 | 70 | 21 | 156 | 71 | 74 |
| Binary | 1110001 | 11010011 | 1011101 | 101110 | 0 | 111000 | 10001 | 1101110 | 111001 | 111100 |
Color Harmonies of #71D35D
Complementary color
Monochromatic Colors of #71D35D
Black with #71D35D
Text Example
Text Example
White with #71D35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D35D; }
p { color: rgb(113,211,93); }
H1.HeaderClassName
{
color: #71D35D;
}
.AnyTagClassName
{
color: #71D35D;
}
</style>
background-color css
<style>
a { background-color: #71D35D; }
a { background-color: rgb(113,211,93); }
div.DivClassName
{
background-color: #71D35D;
}
.BgClassName
{
background-color: #71D35D;
}
</style>
border-color css
<style>
span { border-color: #71D35D; }
span { border-color: rgb(113,211,93); }
td.TdClassName
{
border-color: #71D35D;
}
.TagClassName
{
border-color: #71D35D;
}
</style>