Shades of Mantis #7FD865
Tints of Mantis #7FD865
RGB
CMYK
RGB Variations
Color information
#7FD865 (or 0x7FD865) is known color: Mantis. HEX triplet: 7F, D8 and 65. RGB value is (127,216,101). Sum of RGB (Red+Green+Blue) = 127+216+101=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD865 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD865 is #80279A. Grayscale: #B0B0B0. Windows color (decimal): -8398747 or 6674559. OLE color: 6674559.
HSL color Cylindrical-coordinate representation of color #7FD865: hue angle of 106.43º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FD865 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 216 | 101 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.15 |
| HSL | 106.43º | 0.6% | 0.62% | - |
| HSV(B) | 106.43º | 0.53% | 0.85% | - |
| XYZ | 35.66 | 54.56 | 20.96 | - |
| YUV | 176.28 | 85.51 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 216 | 101 | 0.41 | 0 | 0.53 | 0.15 | 106.43 | 0.6 | 0.62 |
| Hex | 7F | D8 | 65 | 29 | 0 | 35 | F | 6A | 3C | 3E |
| Octal | 177 | 330 | 145 | 51 | 0 | 65 | 17 | 152 | 74 | 76 |
| Binary | 1111111 | 11011000 | 1100101 | 101001 | 0 | 110101 | 1111 | 1101010 | 111100 | 111110 |
Color Harmonies of #7FD865
Complementary color
Monochromatic Colors of #7FD865
Black with #7FD865
Text Example
Text Example
White with #7FD865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD865; }
p { color: rgb(127,216,101); }
H1.HeaderClassName
{
color: #7FD865;
}
.AnyTagClassName
{
color: #7FD865;
}
</style>
background-color css
<style>
a { background-color: #7FD865; }
a { background-color: rgb(127,216,101); }
div.DivClassName
{
background-color: #7FD865;
}
.BgClassName
{
background-color: #7FD865;
}
</style>
border-color css
<style>
span { border-color: #7FD865; }
span { border-color: rgb(127,216,101); }
td.TdClassName
{
border-color: #7FD865;
}
.TagClassName
{
border-color: #7FD865;
}
</style>