Shades of Mantis #7FD854
Tints of Mantis #7FD854
RGB
CMYK
RGB Variations
Color information
#7FD854 (or 0x7FD854) is known color: Mantis. HEX triplet: 7F, D8 and 54. RGB value is (127,216,84). Sum of RGB (Red+Green+Blue) = 127+216+84=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD854 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD854 is #8027AB. Grayscale: #AEAEAE. Windows color (decimal): -8398764 or 5560447. OLE color: 5560447.
HSL color Cylindrical-coordinate representation of color #7FD854: hue angle of 100.45º 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 #7FD854 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 216 | 84 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.15 |
| HSL | 100.45º | 0.63% | 0.59% | - |
| HSV(B) | 100.45º | 0.61% | 0.85% | - |
| XYZ | 34.91 | 54.26 | 17.02 | - |
| YUV | 174.34 | 77.01 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 216 | 84 | 0.41 | 0 | 0.61 | 0.15 | 100.45 | 0.63 | 0.59 |
| Hex | 7F | D8 | 54 | 29 | 0 | 3D | F | 64 | 3F | 3B |
| Octal | 177 | 330 | 124 | 51 | 0 | 75 | 17 | 144 | 77 | 73 |
| Binary | 1111111 | 11011000 | 1010100 | 101001 | 0 | 111101 | 1111 | 1100100 | 111111 | 111011 |
Color Harmonies of #7FD854
Complementary color
Monochromatic Colors of #7FD854
Black with #7FD854
Text Example
Text Example
White with #7FD854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD854; }
p { color: rgb(127,216,84); }
H1.HeaderClassName
{
color: #7FD854;
}
.AnyTagClassName
{
color: #7FD854;
}
</style>
background-color css
<style>
a { background-color: #7FD854; }
a { background-color: rgb(127,216,84); }
div.DivClassName
{
background-color: #7FD854;
}
.BgClassName
{
background-color: #7FD854;
}
</style>
border-color css
<style>
span { border-color: #7FD854; }
span { border-color: rgb(127,216,84); }
td.TdClassName
{
border-color: #7FD854;
}
.TagClassName
{
border-color: #7FD854;
}
</style>