Shades of Mantis #71C94F
Tints of Mantis #71C94F
RGB
CMYK
RGB Variations
Color information
#71C94F (or 0x71C94F) is known color: Mantis. HEX triplet: 71, C9 and 4F. RGB value is (113,201,79). Sum of RGB (Red+Green+Blue) = 113+201+79=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #71C94F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C94F is #8E36B0. Grayscale: #A1A1A1. Windows color (decimal): -9320113 or 5228913. OLE color: 5228913.
HSL color Cylindrical-coordinate representation of color #71C94F: hue angle of 103.28º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71C94F is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 201 | 79 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.21 |
| HSL | 103.28º | 0.53% | 0.55% | - |
| HSV(B) | 103.28º | 0.61% | 0.79% | - |
| XYZ | 29.11 | 45.85 | 14.71 | - |
| YUV | 160.78 | 81.85 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 201 | 79 | 0.44 | 0 | 0.61 | 0.21 | 103.28 | 0.53 | 0.55 |
| Hex | 71 | C9 | 4F | 2C | 0 | 3D | 15 | 67 | 35 | 37 |
| Octal | 161 | 311 | 117 | 54 | 0 | 75 | 25 | 147 | 65 | 67 |
| Binary | 1110001 | 11001001 | 1001111 | 101100 | 0 | 111101 | 10101 | 1100111 | 110101 | 110111 |
Color Harmonies of #71C94F
Complementary color
Monochromatic Colors of #71C94F
Black with #71C94F
Text Example
Text Example
White with #71C94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C94F; }
p { color: rgb(113,201,79); }
H1.HeaderClassName
{
color: #71C94F;
}
.AnyTagClassName
{
color: #71C94F;
}
</style>
background-color css
<style>
a { background-color: #71C94F; }
a { background-color: rgb(113,201,79); }
div.DivClassName
{
background-color: #71C94F;
}
.BgClassName
{
background-color: #71C94F;
}
</style>
border-color css
<style>
span { border-color: #71C94F; }
span { border-color: rgb(113,201,79); }
td.TdClassName
{
border-color: #71C94F;
}
.TagClassName
{
border-color: #71C94F;
}
</style>