Shades of Mantis #71C663
Tints of Mantis #71C663
RGB
CMYK
RGB Variations
Color information
#71C663 (or 0x71C663) is known color: Mantis. HEX triplet: 71, C6 and 63. RGB value is (113,198,99). Sum of RGB (Red+Green+Blue) = 113+198+99=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #71C663 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C663 is #8E399C. Grayscale: #A1A1A1. Windows color (decimal): -9320861 or 6538865. OLE color: 6538865.
HSL color Cylindrical-coordinate representation of color #71C663: hue angle of 111.52º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71C663 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 198 | 99 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.22 |
| HSL | 111.52º | 0.46% | 0.58% | - |
| HSV(B) | 111.52º | 0.5% | 0.78% | - |
| XYZ | 29.26 | 44.8 | 18.91 | - |
| YUV | 161.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 198 | 99 | 0.43 | 0 | 0.50 | 0.22 | 111.52 | 0.46 | 0.58 |
| Hex | 71 | C6 | 63 | 2B | 0 | 32 | 16 | 70 | 2E | 3A |
| Octal | 161 | 306 | 143 | 53 | 0 | 62 | 26 | 160 | 56 | 72 |
| Binary | 1110001 | 11000110 | 1100011 | 101011 | 0 | 110010 | 10110 | 1110000 | 101110 | 111010 |
Color Harmonies of #71C663
Complementary color
Monochromatic Colors of #71C663
Black with #71C663
Text Example
Text Example
White with #71C663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C663; }
p { color: rgb(113,198,99); }
H1.HeaderClassName
{
color: #71C663;
}
.AnyTagClassName
{
color: #71C663;
}
</style>
background-color css
<style>
a { background-color: #71C663; }
a { background-color: rgb(113,198,99); }
div.DivClassName
{
background-color: #71C663;
}
.BgClassName
{
background-color: #71C663;
}
</style>
border-color css
<style>
span { border-color: #71C663; }
span { border-color: rgb(113,198,99); }
td.TdClassName
{
border-color: #71C663;
}
.TagClassName
{
border-color: #71C663;
}
</style>