Shades of Mantis #71C766
Tints of Mantis #71C766
RGB
CMYK
RGB Variations
Color information
#71C766 (or 0x71C766) is known color: Mantis. HEX triplet: 71, C7 and 66. RGB value is (113,199,102). Sum of RGB (Red+Green+Blue) = 113+199+102=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 199 - color contains mainly: green. Hex color #71C766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C766 is #8E3899. Grayscale: #A2A2A2. Windows color (decimal): -9320602 or 6735729. OLE color: 6735729.
HSL color Cylindrical-coordinate representation of color #71C766: hue angle of 113.2º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71C766 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 199 | 102 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.22 |
| HSL | 113.2º | 0.46% | 0.59% | - |
| HSV(B) | 113.2º | 0.49% | 0.78% | - |
| XYZ | 29.63 | 45.32 | 19.76 | - |
| YUV | 162.23 | 94.01 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 199 | 102 | 0.43 | 0 | 0.49 | 0.22 | 113.2 | 0.46 | 0.59 |
| Hex | 71 | C7 | 66 | 2B | 0 | 31 | 16 | 71 | 2E | 3B |
| Octal | 161 | 307 | 146 | 53 | 0 | 61 | 26 | 161 | 56 | 73 |
| Binary | 1110001 | 11000111 | 1100110 | 101011 | 0 | 110001 | 10110 | 1110001 | 101110 | 111011 |
Color Harmonies of #71C766
Complementary color
Monochromatic Colors of #71C766
Black with #71C766
Text Example
Text Example
White with #71C766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C766; }
p { color: rgb(113,199,102); }
H1.HeaderClassName
{
color: #71C766;
}
.AnyTagClassName
{
color: #71C766;
}
</style>
background-color css
<style>
a { background-color: #71C766; }
a { background-color: rgb(113,199,102); }
div.DivClassName
{
background-color: #71C766;
}
.BgClassName
{
background-color: #71C766;
}
</style>
border-color css
<style>
span { border-color: #71C766; }
span { border-color: rgb(113,199,102); }
td.TdClassName
{
border-color: #71C766;
}
.TagClassName
{
border-color: #71C766;
}
</style>