Shades of Mantis #7FD963
Tints of Mantis #7FD963
RGB
CMYK
RGB Variations
Color information
#7FD963 (or 0x7FD963) is known color: Mantis. HEX triplet: 7F, D9 and 63. RGB value is (127,217,99). Sum of RGB (Red+Green+Blue) = 127+217+99=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #7FD963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD963 is #80269C. Grayscale: #B1B1B1. Windows color (decimal): -8398493 or 6543743. OLE color: 6543743.
HSL color Cylindrical-coordinate representation of color #7FD963: hue angle of 105.76º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7FD963 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 217 | 99 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.15 |
| HSL | 105.76º | 0.61% | 0.62% | - |
| HSV(B) | 105.76º | 0.54% | 0.85% | - |
| XYZ | 35.82 | 55.04 | 20.54 | - |
| YUV | 176.64 | 84.18 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 217 | 99 | 0.41 | 0 | 0.54 | 0.15 | 105.76 | 0.61 | 0.62 |
| Hex | 7F | D9 | 63 | 29 | 0 | 36 | F | 6A | 3D | 3E |
| Octal | 177 | 331 | 143 | 51 | 0 | 66 | 17 | 152 | 75 | 76 |
| Binary | 1111111 | 11011001 | 1100011 | 101001 | 0 | 110110 | 1111 | 1101010 | 111101 | 111110 |
Color Harmonies of #7FD963
Complementary color
Monochromatic Colors of #7FD963
Black with #7FD963
Text Example
Text Example
White with #7FD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD963; }
p { color: rgb(127,217,99); }
H1.HeaderClassName
{
color: #7FD963;
}
.AnyTagClassName
{
color: #7FD963;
}
</style>
background-color css
<style>
a { background-color: #7FD963; }
a { background-color: rgb(127,217,99); }
div.DivClassName
{
background-color: #7FD963;
}
.BgClassName
{
background-color: #7FD963;
}
</style>
border-color css
<style>
span { border-color: #7FD963; }
span { border-color: rgb(127,217,99); }
td.TdClassName
{
border-color: #7FD963;
}
.TagClassName
{
border-color: #7FD963;
}
</style>