Shades of Mantis #71EB37
Tints of Mantis #71EB37
RGB
CMYK
RGB Variations
Color information
#71EB37 (or 0x71EB37) is known color: Mantis. HEX triplet: 71, EB and 37. RGB value is (113,235,55). Sum of RGB (Red+Green+Blue) = 113+235+55=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 235 (92.19% from 255 or 58.31% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 235 - color contains mainly: green. Hex color #71EB37 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71EB37 is #8E14C8. Grayscale: #B2B2B2. Windows color (decimal): -9311433 or 3664753. OLE color: 3664753.
HSL color Cylindrical-coordinate representation of color #71EB37: hue angle of 100.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71EB37 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 235 | 55 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.08 |
| HSL | 100.67º | 0.82% | 0.57% | - |
| HSV(B) | 100.67º | 0.77% | 0.92% | - |
| XYZ | 37.21 | 63.2 | 13.85 | - |
| YUV | 178 | 58.58 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 235 | 55 | 0.52 | 0 | 0.77 | 0.08 | 100.67 | 0.82 | 0.57 |
| Hex | 71 | EB | 37 | 34 | 0 | 4D | 8 | 65 | 52 | 39 |
| Octal | 161 | 353 | 67 | 64 | 0 | 115 | 10 | 145 | 122 | 71 |
| Binary | 1110001 | 11101011 | 110111 | 110100 | 0 | 1001101 | 1000 | 1100101 | 1010010 | 111001 |
Color Harmonies of #71EB37
Complementary color
Monochromatic Colors of #71EB37
Black with #71EB37
Text Example
Text Example
White with #71EB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EB37; }
p { color: rgb(113,235,55); }
H1.HeaderClassName
{
color: #71EB37;
}
.AnyTagClassName
{
color: #71EB37;
}
</style>
background-color css
<style>
a { background-color: #71EB37; }
a { background-color: rgb(113,235,55); }
div.DivClassName
{
background-color: #71EB37;
}
.BgClassName
{
background-color: #71EB37;
}
</style>
border-color css
<style>
span { border-color: #71EB37; }
span { border-color: rgb(113,235,55); }
td.TdClassName
{
border-color: #71EB37;
}
.TagClassName
{
border-color: #71EB37;
}
</style>