Shades of Mantis #7FD855
Tints of Mantis #7FD855
RGB
CMYK
RGB Variations
Color information
#7FD855 (or 0x7FD855) is known color: Mantis. HEX triplet: 7F, D8 and 55. RGB value is (127,216,85). Sum of RGB (Red+Green+Blue) = 127+216+85=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD855 is #8027AA. Grayscale: #AEAEAE. Windows color (decimal): -8398763 or 5625983. OLE color: 5625983.
HSL color Cylindrical-coordinate representation of color #7FD855: hue angle of 100.76º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7FD855 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 216 | 85 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.15 |
| HSL | 100.76º | 0.63% | 0.59% | - |
| HSV(B) | 100.76º | 0.61% | 0.85% | - |
| XYZ | 34.95 | 54.28 | 17.23 | - |
| YUV | 174.46 | 77.51 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 216 | 85 | 0.41 | 0 | 0.61 | 0.15 | 100.76 | 0.63 | 0.59 |
| Hex | 7F | D8 | 55 | 29 | 0 | 3D | F | 65 | 3F | 3B |
| Octal | 177 | 330 | 125 | 51 | 0 | 75 | 17 | 145 | 77 | 73 |
| Binary | 1111111 | 11011000 | 1010101 | 101001 | 0 | 111101 | 1111 | 1100101 | 111111 | 111011 |
Color Harmonies of #7FD855
Complementary color
Monochromatic Colors of #7FD855
Black with #7FD855
Text Example
Text Example
White with #7FD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD855; }
p { color: rgb(127,216,85); }
H1.HeaderClassName
{
color: #7FD855;
}
.AnyTagClassName
{
color: #7FD855;
}
</style>
background-color css
<style>
a { background-color: #7FD855; }
a { background-color: rgb(127,216,85); }
div.DivClassName
{
background-color: #7FD855;
}
.BgClassName
{
background-color: #7FD855;
}
</style>
border-color css
<style>
span { border-color: #7FD855; }
span { border-color: rgb(127,216,85); }
td.TdClassName
{
border-color: #7FD855;
}
.TagClassName
{
border-color: #7FD855;
}
</style>