Shades of Mantis #71D15F
Tints of Mantis #71D15F
RGB
CMYK
RGB Variations
Color information
#71D15F (or 0x71D15F) is known color: Mantis. HEX triplet: 71, D1 and 5F. RGB value is (113,209,95). Sum of RGB (Red+Green+Blue) = 113+209+95=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 209 (82.03% from 255 or 50.12% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 209 - color contains mainly: green. Hex color #71D15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D15F is #8E2EA0. Grayscale: #A7A7A7. Windows color (decimal): -9318049 or 6279537. OLE color: 6279537.
HSL color Cylindrical-coordinate representation of color #71D15F: hue angle of 110.53º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71D15F is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 209 | 95 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.18 |
| HSL | 110.53º | 0.55% | 0.6% | - |
| HSV(B) | 110.53º | 0.55% | 0.82% | - |
| XYZ | 31.68 | 49.94 | 18.8 | - |
| YUV | 167.3 | 87.2 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 209 | 95 | 0.46 | 0 | 0.55 | 0.18 | 110.53 | 0.55 | 0.6 |
| Hex | 71 | D1 | 5F | 2E | 0 | 37 | 12 | 6F | 37 | 3C |
| Octal | 161 | 321 | 137 | 56 | 0 | 67 | 22 | 157 | 67 | 74 |
| Binary | 1110001 | 11010001 | 1011111 | 101110 | 0 | 110111 | 10010 | 1101111 | 110111 | 111100 |
Color Harmonies of #71D15F
Complementary color
Monochromatic Colors of #71D15F
Black with #71D15F
Text Example
Text Example
White with #71D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D15F; }
p { color: rgb(113,209,95); }
H1.HeaderClassName
{
color: #71D15F;
}
.AnyTagClassName
{
color: #71D15F;
}
</style>
background-color css
<style>
a { background-color: #71D15F; }
a { background-color: rgb(113,209,95); }
div.DivClassName
{
background-color: #71D15F;
}
.BgClassName
{
background-color: #71D15F;
}
</style>
border-color css
<style>
span { border-color: #71D15F; }
span { border-color: rgb(113,209,95); }
td.TdClassName
{
border-color: #71D15F;
}
.TagClassName
{
border-color: #71D15F;
}
</style>