Shades of Mantis #71D753
Tints of Mantis #71D753
RGB
CMYK
RGB Variations
Color information
#71D753 (or 0x71D753) is known color: Mantis. HEX triplet: 71, D7 and 53. RGB value is (113,215,83). Sum of RGB (Red+Green+Blue) = 113+215+83=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 215 (84.38% from 255 or 52.31% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 215 - color contains mainly: green. Hex color #71D753 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D753 is #8E28AC. Grayscale: #A9A9A9. Windows color (decimal): -9316525 or 5494641. OLE color: 5494641.
HSL color Cylindrical-coordinate representation of color #71D753: hue angle of 106.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71D753 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 215 | 83 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.16 |
| HSL | 106.36º | 0.62% | 0.58% | - |
| HSV(B) | 106.36º | 0.61% | 0.84% | - |
| XYZ | 32.67 | 52.74 | 16.64 | - |
| YUV | 169.45 | 79.21 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 215 | 83 | 0.47 | 0 | 0.61 | 0.16 | 106.36 | 0.62 | 0.58 |
| Hex | 71 | D7 | 53 | 2F | 0 | 3D | 10 | 6A | 3E | 3A |
| Octal | 161 | 327 | 123 | 57 | 0 | 75 | 20 | 152 | 76 | 72 |
| Binary | 1110001 | 11010111 | 1010011 | 101111 | 0 | 111101 | 10000 | 1101010 | 111110 | 111010 |
Color Harmonies of #71D753
Complementary color
Monochromatic Colors of #71D753
Black with #71D753
Text Example
Text Example
White with #71D753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D753; }
p { color: rgb(113,215,83); }
H1.HeaderClassName
{
color: #71D753;
}
.AnyTagClassName
{
color: #71D753;
}
</style>
background-color css
<style>
a { background-color: #71D753; }
a { background-color: rgb(113,215,83); }
div.DivClassName
{
background-color: #71D753;
}
.BgClassName
{
background-color: #71D753;
}
</style>
border-color css
<style>
span { border-color: #71D753; }
span { border-color: rgb(113,215,83); }
td.TdClassName
{
border-color: #71D753;
}
.TagClassName
{
border-color: #71D753;
}
</style>