Shades of Mantis #71E83B
Tints of Mantis #71E83B
RGB
CMYK
RGB Variations
Color information
#71E83B (or 0x71E83B) is known color: Mantis. HEX triplet: 71, E8 and 3B. RGB value is (113,232,59). Sum of RGB (Red+Green+Blue) = 113+232+59=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 232 (91.02% from 255 or 57.43% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 232 - color contains mainly: green. Hex color #71E83B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71E83B is #8E17C4. Grayscale: #B1B1B1. Windows color (decimal): -9312197 or 3926129. OLE color: 3926129.
HSL color Cylindrical-coordinate representation of color #71E83B: hue angle of 101.27º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71E83B is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 232 | 59 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.09 |
| HSL | 101.27º | 0.79% | 0.57% | - |
| HSV(B) | 101.27º | 0.75% | 0.91% | - |
| XYZ | 36.46 | 61.54 | 14.09 | - |
| YUV | 176.7 | 61.58 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 232 | 59 | 0.51 | 0 | 0.75 | 0.09 | 101.27 | 0.79 | 0.57 |
| Hex | 71 | E8 | 3B | 33 | 0 | 4B | 9 | 65 | 4F | 39 |
| Octal | 161 | 350 | 73 | 63 | 0 | 113 | 11 | 145 | 117 | 71 |
| Binary | 1110001 | 11101000 | 111011 | 110011 | 0 | 1001011 | 1001 | 1100101 | 1001111 | 111001 |
Color Harmonies of #71E83B
Complementary color
Monochromatic Colors of #71E83B
Black with #71E83B
Text Example
Text Example
White with #71E83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E83B; }
p { color: rgb(113,232,59); }
H1.HeaderClassName
{
color: #71E83B;
}
.AnyTagClassName
{
color: #71E83B;
}
</style>
background-color css
<style>
a { background-color: #71E83B; }
a { background-color: rgb(113,232,59); }
div.DivClassName
{
background-color: #71E83B;
}
.BgClassName
{
background-color: #71E83B;
}
</style>
border-color css
<style>
span { border-color: #71E83B; }
span { border-color: rgb(113,232,59); }
td.TdClassName
{
border-color: #71E83B;
}
.TagClassName
{
border-color: #71E83B;
}
</style>