Shades of Mantis #71E73B
Tints of Mantis #71E73B
RGB
CMYK
RGB Variations
Color information
#71E73B (or 0x71E73B) is known color: Mantis. HEX triplet: 71, E7 and 3B. RGB value is (113,231,59). Sum of RGB (Red+Green+Blue) = 113+231+59=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 231 (90.62% from 255 or 57.32% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 231 - color contains mainly: green. Hex color #71E73B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71E73B is #8E18C4. Grayscale: #B0B0B0. Windows color (decimal): -9312453 or 3925873. OLE color: 3925873.
HSL color Cylindrical-coordinate representation of color #71E73B: hue angle of 101.16º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71E73B is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 231 | 59 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.09 |
| HSL | 101.16º | 0.78% | 0.57% | - |
| HSV(B) | 101.16º | 0.74% | 0.91% | - |
| XYZ | 36.18 | 60.98 | 14 | - |
| YUV | 176.11 | 61.91 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 231 | 59 | 0.51 | 0 | 0.74 | 0.09 | 101.16 | 0.78 | 0.57 |
| Hex | 71 | E7 | 3B | 33 | 0 | 4A | 9 | 65 | 4E | 39 |
| Octal | 161 | 347 | 73 | 63 | 0 | 112 | 11 | 145 | 116 | 71 |
| Binary | 1110001 | 11100111 | 111011 | 110011 | 0 | 1001010 | 1001 | 1100101 | 1001110 | 111001 |
Color Harmonies of #71E73B
Complementary color
Monochromatic Colors of #71E73B
Black with #71E73B
Text Example
Text Example
White with #71E73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E73B; }
p { color: rgb(113,231,59); }
H1.HeaderClassName
{
color: #71E73B;
}
.AnyTagClassName
{
color: #71E73B;
}
</style>
background-color css
<style>
a { background-color: #71E73B; }
a { background-color: rgb(113,231,59); }
div.DivClassName
{
background-color: #71E73B;
}
.BgClassName
{
background-color: #71E73B;
}
</style>
border-color css
<style>
span { border-color: #71E73B; }
span { border-color: rgb(113,231,59); }
td.TdClassName
{
border-color: #71E73B;
}
.TagClassName
{
border-color: #71E73B;
}
</style>