Shades of Mantis #71E140
Tints of Mantis #71E140
RGB
CMYK
RGB Variations
Color information
#71E140 (or 0x71E140) is known color: Mantis. HEX triplet: 71, E1 and 40. RGB value is (113,225,64). Sum of RGB (Red+Green+Blue) = 113+225+64=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 225 (88.28% from 255 or 55.97% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 225 - color contains mainly: green. Hex color #71E140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71E140 is #8E1EBF. Grayscale: #ADADAD. Windows color (decimal): -9313984 or 4252017. OLE color: 4252017.
HSL color Cylindrical-coordinate representation of color #71E140: hue angle of 101.74º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71E140 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 225 | 64 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.12 |
| HSL | 101.74º | 0.73% | 0.57% | - |
| HSV(B) | 101.74º | 0.72% | 0.88% | - |
| XYZ | 34.66 | 57.73 | 14.17 | - |
| YUV | 173.16 | 66.39 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 225 | 64 | 0.50 | 0 | 0.72 | 0.12 | 101.74 | 0.73 | 0.57 |
| Hex | 71 | E1 | 40 | 32 | 0 | 48 | C | 66 | 49 | 39 |
| Octal | 161 | 341 | 100 | 62 | 0 | 110 | 14 | 146 | 111 | 71 |
| Binary | 1110001 | 11100001 | 1000000 | 110010 | 0 | 1001000 | 1100 | 1100110 | 1001001 | 111001 |
Color Harmonies of #71E140
Complementary color
Monochromatic Colors of #71E140
Black with #71E140
Text Example
Text Example
White with #71E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E140; }
p { color: rgb(113,225,64); }
H1.HeaderClassName
{
color: #71E140;
}
.AnyTagClassName
{
color: #71E140;
}
</style>
background-color css
<style>
a { background-color: #71E140; }
a { background-color: rgb(113,225,64); }
div.DivClassName
{
background-color: #71E140;
}
.BgClassName
{
background-color: #71E140;
}
</style>
border-color css
<style>
span { border-color: #71E140; }
span { border-color: rgb(113,225,64); }
td.TdClassName
{
border-color: #71E140;
}
.TagClassName
{
border-color: #71E140;
}
</style>