Shades of Mantis #71CA4D
Tints of Mantis #71CA4D
RGB
CMYK
RGB Variations
Color information
#71CA4D (or 0x71CA4D) is known color: Mantis. HEX triplet: 71, CA and 4D. RGB value is (113,202,77). Sum of RGB (Red+Green+Blue) = 113+202+77=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CA4D is #8E35B2. Grayscale: #A1A1A1. Windows color (decimal): -9319859 or 5098097. OLE color: 5098097.
HSL color Cylindrical-coordinate representation of color #71CA4D: hue angle of 102.72º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71CA4D is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 202 | 77 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.21 |
| HSL | 102.72º | 0.54% | 0.55% | - |
| HSV(B) | 102.72º | 0.62% | 0.79% | - |
| XYZ | 29.27 | 46.29 | 14.41 | - |
| YUV | 161.14 | 80.51 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 202 | 77 | 0.44 | 0 | 0.62 | 0.21 | 102.72 | 0.54 | 0.55 |
| Hex | 71 | CA | 4D | 2C | 0 | 3E | 15 | 67 | 36 | 37 |
| Octal | 161 | 312 | 115 | 54 | 0 | 76 | 25 | 147 | 66 | 67 |
| Binary | 1110001 | 11001010 | 1001101 | 101100 | 0 | 111110 | 10101 | 1100111 | 110110 | 110111 |
Color Harmonies of #71CA4D
Complementary color
Monochromatic Colors of #71CA4D
Black with #71CA4D
Text Example
Text Example
White with #71CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CA4D; }
p { color: rgb(113,202,77); }
H1.HeaderClassName
{
color: #71CA4D;
}
.AnyTagClassName
{
color: #71CA4D;
}
</style>
background-color css
<style>
a { background-color: #71CA4D; }
a { background-color: rgb(113,202,77); }
div.DivClassName
{
background-color: #71CA4D;
}
.BgClassName
{
background-color: #71CA4D;
}
</style>
border-color css
<style>
span { border-color: #71CA4D; }
span { border-color: rgb(113,202,77); }
td.TdClassName
{
border-color: #71CA4D;
}
.TagClassName
{
border-color: #71CA4D;
}
</style>