Shades of Mantis #7FC059
Tints of Mantis #7FC059
RGB
CMYK
RGB Variations
Color information
#7FC059 (or 0x7FC059) is known color: Mantis. HEX triplet: 7F, C0 and 59. RGB value is (127,192,89). Sum of RGB (Red+Green+Blue) = 127+192+89=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC059 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC059 is #803FA6. Grayscale: #A1A1A1. Windows color (decimal): -8404903 or 5881983. OLE color: 5881983.
HSL color Cylindrical-coordinate representation of color #7FC059: hue angle of 97.86º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7FC059 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 89 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.25 |
| HSL | 97.86º | 0.45% | 0.55% | - |
| HSV(B) | 97.86º | 0.54% | 0.75% | - |
| XYZ | 29.41 | 42.93 | 16.19 | - |
| YUV | 160.82 | 87.47 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 89 | 0.34 | 0 | 0.54 | 0.25 | 97.86 | 0.45 | 0.55 |
| Hex | 7F | C0 | 59 | 22 | 0 | 36 | 19 | 62 | 2D | 37 |
| Octal | 177 | 300 | 131 | 42 | 0 | 66 | 31 | 142 | 55 | 67 |
| Binary | 1111111 | 11000000 | 1011001 | 100010 | 0 | 110110 | 11001 | 1100010 | 101101 | 110111 |
Color Harmonies of #7FC059
Complementary color
Monochromatic Colors of #7FC059
Black with #7FC059
Text Example
Text Example
White with #7FC059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC059; }
p { color: rgb(127,192,89); }
H1.HeaderClassName
{
color: #7FC059;
}
.AnyTagClassName
{
color: #7FC059;
}
</style>
background-color css
<style>
a { background-color: #7FC059; }
a { background-color: rgb(127,192,89); }
div.DivClassName
{
background-color: #7FC059;
}
.BgClassName
{
background-color: #7FC059;
}
</style>
border-color css
<style>
span { border-color: #7FC059; }
span { border-color: rgb(127,192,89); }
td.TdClassName
{
border-color: #7FC059;
}
.TagClassName
{
border-color: #7FC059;
}
</style>