Shades of Mantis #71C850
Tints of Mantis #71C850
RGB
CMYK
RGB Variations
Color information
#71C850 (or 0x71C850) is known color: Mantis. HEX triplet: 71, C8 and 50. RGB value is (113,200,80). Sum of RGB (Red+Green+Blue) = 113+200+80=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #71C850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C850 is #8E37AF. Grayscale: #A0A0A0. Windows color (decimal): -9320368 or 5294193. OLE color: 5294193.
HSL color Cylindrical-coordinate representation of color #71C850: hue angle of 103.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71C850 is Cyan = 0.44, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 200 | 80 | - |
| CMYK | 0.44 | 0 | 0.6 | 0.22 |
| HSL | 103.5º | 0.52% | 0.55% | - |
| HSV(B) | 103.5º | 0.6% | 0.78% | - |
| XYZ | 28.91 | 45.4 | 14.83 | - |
| YUV | 160.31 | 82.68 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 200 | 80 | 0.44 | 0 | 0.6 | 0.22 | 103.5 | 0.52 | 0.55 |
| Hex | 71 | C8 | 50 | 2C | 0 | 3C | 16 | 68 | 34 | 37 |
| Octal | 161 | 310 | 120 | 54 | 0 | 74 | 26 | 150 | 64 | 67 |
| Binary | 1110001 | 11001000 | 1010000 | 101100 | 0 | 111100 | 10110 | 1101000 | 110100 | 110111 |
Color Harmonies of #71C850
Complementary color
Monochromatic Colors of #71C850
Black with #71C850
Text Example
Text Example
White with #71C850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C850; }
p { color: rgb(113,200,80); }
H1.HeaderClassName
{
color: #71C850;
}
.AnyTagClassName
{
color: #71C850;
}
</style>
background-color css
<style>
a { background-color: #71C850; }
a { background-color: rgb(113,200,80); }
div.DivClassName
{
background-color: #71C850;
}
.BgClassName
{
background-color: #71C850;
}
</style>
border-color css
<style>
span { border-color: #71C850; }
span { border-color: rgb(113,200,80); }
td.TdClassName
{
border-color: #71C850;
}
.TagClassName
{
border-color: #71C850;
}
</style>