Shades of Mantis #71E936
Tints of Mantis #71E936
RGB
CMYK
RGB Variations
Color information
#71E936 (or 0x71E936) is known color: Mantis. HEX triplet: 71, E9 and 36. RGB value is (113,233,54). Sum of RGB (Red+Green+Blue) = 113+233+54=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 233 (91.41% from 255 or 58.25% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 233 - color contains mainly: green. Hex color #71E936 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71E936 is #8E16C9. Grayscale: #B1B1B1. Windows color (decimal): -9311946 or 3598705. OLE color: 3598705.
HSL color Cylindrical-coordinate representation of color #71E936: hue angle of 100.22º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71E936 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 233 | 54 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.09 |
| HSL | 100.22º | 0.8% | 0.56% | - |
| HSV(B) | 100.22º | 0.77% | 0.91% | - |
| XYZ | 36.61 | 62.05 | 13.54 | - |
| YUV | 176.71 | 58.74 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 233 | 54 | 0.52 | 0 | 0.77 | 0.09 | 100.22 | 0.8 | 0.56 |
| Hex | 71 | E9 | 36 | 34 | 0 | 4D | 9 | 64 | 50 | 38 |
| Octal | 161 | 351 | 66 | 64 | 0 | 115 | 11 | 144 | 120 | 70 |
| Binary | 1110001 | 11101001 | 110110 | 110100 | 0 | 1001101 | 1001 | 1100100 | 1010000 | 111000 |
Color Harmonies of #71E936
Complementary color
Monochromatic Colors of #71E936
Black with #71E936
Text Example
Text Example
White with #71E936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E936; }
p { color: rgb(113,233,54); }
H1.HeaderClassName
{
color: #71E936;
}
.AnyTagClassName
{
color: #71E936;
}
</style>
background-color css
<style>
a { background-color: #71E936; }
a { background-color: rgb(113,233,54); }
div.DivClassName
{
background-color: #71E936;
}
.BgClassName
{
background-color: #71E936;
}
</style>
border-color css
<style>
span { border-color: #71E936; }
span { border-color: rgb(113,233,54); }
td.TdClassName
{
border-color: #71E936;
}
.TagClassName
{
border-color: #71E936;
}
</style>