Shades of Mantis #71E53A
Tints of Mantis #71E53A
RGB
CMYK
RGB Variations
Color information
#71E53A (or 0x71E53A) is known color: Mantis. HEX triplet: 71, E5 and 3A. RGB value is (113,229,58). Sum of RGB (Red+Green+Blue) = 113+229+58=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 229 (89.84% from 255 or 57.25% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 229 - color contains mainly: green. Hex color #71E53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71E53A is #8E1AC5. Grayscale: #AFAFAF. Windows color (decimal): -9312966 or 3859825. OLE color: 3859825.
HSL color Cylindrical-coordinate representation of color #71E53A: hue angle of 100.7º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71E53A is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 229 | 58 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.10 |
| HSL | 100.7º | 0.77% | 0.56% | - |
| HSV(B) | 100.7º | 0.75% | 0.9% | - |
| XYZ | 35.59 | 59.85 | 13.68 | - |
| YUV | 174.82 | 62.07 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 229 | 58 | 0.51 | 0 | 0.75 | 0.10 | 100.7 | 0.77 | 0.56 |
| Hex | 71 | E5 | 3A | 33 | 0 | 4B | A | 65 | 4D | 38 |
| Octal | 161 | 345 | 72 | 63 | 0 | 113 | 12 | 145 | 115 | 70 |
| Binary | 1110001 | 11100101 | 111010 | 110011 | 0 | 1001011 | 1010 | 1100101 | 1001101 | 111000 |
Color Harmonies of #71E53A
Complementary color
Monochromatic Colors of #71E53A
Black with #71E53A
Text Example
Text Example
White with #71E53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E53A; }
p { color: rgb(113,229,58); }
H1.HeaderClassName
{
color: #71E53A;
}
.AnyTagClassName
{
color: #71E53A;
}
</style>
background-color css
<style>
a { background-color: #71E53A; }
a { background-color: rgb(113,229,58); }
div.DivClassName
{
background-color: #71E53A;
}
.BgClassName
{
background-color: #71E53A;
}
</style>
border-color css
<style>
span { border-color: #71E53A; }
span { border-color: rgb(113,229,58); }
td.TdClassName
{
border-color: #71E53A;
}
.TagClassName
{
border-color: #71E53A;
}
</style>