Shades of Mantis #71D450
Tints of Mantis #71D450
RGB
CMYK
RGB Variations
Color information
#71D450 (or 0x71D450) is known color: Mantis. HEX triplet: 71, D4 and 50. RGB value is (113,212,80). Sum of RGB (Red+Green+Blue) = 113+212+80=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 212 (83.20% from 255 or 52.35% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 212 - color contains mainly: green. Hex color #71D450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D450 is #8E2BAF. Grayscale: #A7A7A7. Windows color (decimal): -9317296 or 5297265. OLE color: 5297265.
HSL color Cylindrical-coordinate representation of color #71D450: hue angle of 105º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71D450 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 212 | 80 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.17 |
| HSL | 105º | 0.61% | 0.57% | - |
| HSV(B) | 105º | 0.62% | 0.83% | - |
| XYZ | 31.8 | 51.18 | 15.79 | - |
| YUV | 167.35 | 78.7 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 212 | 80 | 0.47 | 0 | 0.62 | 0.17 | 105 | 0.61 | 0.57 |
| Hex | 71 | D4 | 50 | 2F | 0 | 3E | 11 | 69 | 3D | 39 |
| Octal | 161 | 324 | 120 | 57 | 0 | 76 | 21 | 151 | 75 | 71 |
| Binary | 1110001 | 11010100 | 1010000 | 101111 | 0 | 111110 | 10001 | 1101001 | 111101 | 111001 |
Color Harmonies of #71D450
Complementary color
Monochromatic Colors of #71D450
Black with #71D450
Text Example
Text Example
White with #71D450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D450; }
p { color: rgb(113,212,80); }
H1.HeaderClassName
{
color: #71D450;
}
.AnyTagClassName
{
color: #71D450;
}
</style>
background-color css
<style>
a { background-color: #71D450; }
a { background-color: rgb(113,212,80); }
div.DivClassName
{
background-color: #71D450;
}
.BgClassName
{
background-color: #71D450;
}
</style>
border-color css
<style>
span { border-color: #71D450; }
span { border-color: rgb(113,212,80); }
td.TdClassName
{
border-color: #71D450;
}
.TagClassName
{
border-color: #71D450;
}
</style>