Shades of Mantis #7FB64D
Tints of Mantis #7FB64D
RGB
CMYK
RGB Variations
Color information
#7FB64D (or 0x7FB64D) is known color: Mantis. HEX triplet: 7F, B6 and 4D. RGB value is (127,182,77). Sum of RGB (Red+Green+Blue) = 127+182+77=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB64D is #8049B2. Grayscale: #999999. Windows color (decimal): -8407475 or 5092991. OLE color: 5092991.
HSL color Cylindrical-coordinate representation of color #7FB64D: hue angle of 91.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FB64D is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 182 | 77 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.29 |
| HSL | 91.43º | 0.42% | 0.51% | - |
| HSV(B) | 91.43º | 0.58% | 0.71% | - |
| XYZ | 26.82 | 38.5 | 13.04 | - |
| YUV | 153.59 | 84.78 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 182 | 77 | 0.30 | 0 | 0.58 | 0.29 | 91.43 | 0.42 | 0.51 |
| Hex | 7F | B6 | 4D | 1E | 0 | 3A | 1D | 5B | 2A | 33 |
| Octal | 177 | 266 | 115 | 36 | 0 | 72 | 35 | 133 | 52 | 63 |
| Binary | 1111111 | 10110110 | 1001101 | 11110 | 0 | 111010 | 11101 | 1011011 | 101010 | 110011 |
Color Harmonies of #7FB64D
Complementary color
Monochromatic Colors of #7FB64D
Black with #7FB64D
Text Example
Text Example
White with #7FB64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB64D; }
p { color: rgb(127,182,77); }
H1.HeaderClassName
{
color: #7FB64D;
}
.AnyTagClassName
{
color: #7FB64D;
}
</style>
background-color css
<style>
a { background-color: #7FB64D; }
a { background-color: rgb(127,182,77); }
div.DivClassName
{
background-color: #7FB64D;
}
.BgClassName
{
background-color: #7FB64D;
}
</style>
border-color css
<style>
span { border-color: #7FB64D; }
span { border-color: rgb(127,182,77); }
td.TdClassName
{
border-color: #7FB64D;
}
.TagClassName
{
border-color: #7FB64D;
}
</style>