Shades of Mantis #71E149
Tints of Mantis #71E149
RGB
CMYK
RGB Variations
Color information
#71E149 (or 0x71E149) is known color: Mantis. HEX triplet: 71, E1 and 49. RGB value is (113,225,73). Sum of RGB (Red+Green+Blue) = 113+225+73=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #71E149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71E149 is #8E1EB6. Grayscale: #AEAEAE. Windows color (decimal): -9313975 or 4841841. OLE color: 4841841.
HSL color Cylindrical-coordinate representation of color #71E149: hue angle of 104.21º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71E149 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 225 | 73 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.12 |
| HSL | 104.21º | 0.72% | 0.58% | - |
| HSV(B) | 104.21º | 0.68% | 0.88% | - |
| XYZ | 34.94 | 57.84 | 15.63 | - |
| YUV | 174.18 | 70.89 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 225 | 73 | 0.50 | 0 | 0.68 | 0.12 | 104.21 | 0.72 | 0.58 |
| Hex | 71 | E1 | 49 | 32 | 0 | 44 | C | 68 | 48 | 3A |
| Octal | 161 | 341 | 111 | 62 | 0 | 104 | 14 | 150 | 110 | 72 |
| Binary | 1110001 | 11100001 | 1001001 | 110010 | 0 | 1000100 | 1100 | 1101000 | 1001000 | 111010 |
Color Harmonies of #71E149
Complementary color
Monochromatic Colors of #71E149
Black with #71E149
Text Example
Text Example
White with #71E149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E149; }
p { color: rgb(113,225,73); }
H1.HeaderClassName
{
color: #71E149;
}
.AnyTagClassName
{
color: #71E149;
}
</style>
background-color css
<style>
a { background-color: #71E149; }
a { background-color: rgb(113,225,73); }
div.DivClassName
{
background-color: #71E149;
}
.BgClassName
{
background-color: #71E149;
}
</style>
border-color css
<style>
span { border-color: #71E149; }
span { border-color: rgb(113,225,73); }
td.TdClassName
{
border-color: #71E149;
}
.TagClassName
{
border-color: #71E149;
}
</style>