Shades of Mantis #71E153
Tints of Mantis #71E153
RGB
CMYK
RGB Variations
Color information
#71E153 (or 0x71E153) is known color: Mantis. HEX triplet: 71, E1 and 53. RGB value is (113,225,83). Sum of RGB (Red+Green+Blue) = 113+225+83=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 225 (88.28% from 255 or 53.44% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 225 - color contains mainly: green. Hex color #71E153 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71E153 is #8E1EAC. Grayscale: #AFAFAF. Windows color (decimal): -9313965 or 5497201. OLE color: 5497201.
HSL color Cylindrical-coordinate representation of color #71E153: hue angle of 107.32º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71E153 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 225 | 83 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.12 |
| HSL | 107.32º | 0.7% | 0.6% | - |
| HSV(B) | 107.32º | 0.63% | 0.88% | - |
| XYZ | 35.3 | 57.99 | 17.52 | - |
| YUV | 175.32 | 75.89 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 225 | 83 | 0.50 | 0 | 0.63 | 0.12 | 107.32 | 0.7 | 0.6 |
| Hex | 71 | E1 | 53 | 32 | 0 | 3F | C | 6B | 46 | 3C |
| Octal | 161 | 341 | 123 | 62 | 0 | 77 | 14 | 153 | 106 | 74 |
| Binary | 1110001 | 11100001 | 1010011 | 110010 | 0 | 111111 | 1100 | 1101011 | 1000110 | 111100 |
Color Harmonies of #71E153
Complementary color
Monochromatic Colors of #71E153
Black with #71E153
Text Example
Text Example
White with #71E153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E153; }
p { color: rgb(113,225,83); }
H1.HeaderClassName
{
color: #71E153;
}
.AnyTagClassName
{
color: #71E153;
}
</style>
background-color css
<style>
a { background-color: #71E153; }
a { background-color: rgb(113,225,83); }
div.DivClassName
{
background-color: #71E153;
}
.BgClassName
{
background-color: #71E153;
}
</style>
border-color css
<style>
span { border-color: #71E153; }
span { border-color: rgb(113,225,83); }
td.TdClassName
{
border-color: #71E153;
}
.TagClassName
{
border-color: #71E153;
}
</style>