Shades of Mantis #71D45B
Tints of Mantis #71D45B
RGB
CMYK
RGB Variations
Color information
#71D45B (or 0x71D45B) is known color: Mantis. HEX triplet: 71, D4 and 5B. RGB value is (113,212,91). Sum of RGB (Red+Green+Blue) = 113+212+91=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #71D45B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D45B is #8E2BA4. Grayscale: #A8A8A8. Windows color (decimal): -9317285 or 6018161. OLE color: 6018161.
HSL color Cylindrical-coordinate representation of color #71D45B: hue angle of 109.09º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71D45B is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 212 | 91 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.17 |
| HSL | 109.09º | 0.58% | 0.59% | - |
| HSV(B) | 109.09º | 0.57% | 0.83% | - |
| XYZ | 32.24 | 51.35 | 18.11 | - |
| YUV | 168.61 | 84.2 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 212 | 91 | 0.47 | 0 | 0.57 | 0.17 | 109.09 | 0.58 | 0.59 |
| Hex | 71 | D4 | 5B | 2F | 0 | 39 | 11 | 6D | 3A | 3B |
| Octal | 161 | 324 | 133 | 57 | 0 | 71 | 21 | 155 | 72 | 73 |
| Binary | 1110001 | 11010100 | 1011011 | 101111 | 0 | 111001 | 10001 | 1101101 | 111010 | 111011 |
Color Harmonies of #71D45B
Complementary color
Monochromatic Colors of #71D45B
Black with #71D45B
Text Example
Text Example
White with #71D45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D45B; }
p { color: rgb(113,212,91); }
H1.HeaderClassName
{
color: #71D45B;
}
.AnyTagClassName
{
color: #71D45B;
}
</style>
background-color css
<style>
a { background-color: #71D45B; }
a { background-color: rgb(113,212,91); }
div.DivClassName
{
background-color: #71D45B;
}
.BgClassName
{
background-color: #71D45B;
}
</style>
border-color css
<style>
span { border-color: #71D45B; }
span { border-color: rgb(113,212,91); }
td.TdClassName
{
border-color: #71D45B;
}
.TagClassName
{
border-color: #71D45B;
}
</style>