Shades of Mantis #7FB94D
Tints of Mantis #7FB94D
RGB
CMYK
RGB Variations
Color information
#7FB94D (or 0x7FB94D) is known color: Mantis. HEX triplet: 7F, B9 and 4D. RGB value is (127,185,77). Sum of RGB (Red+Green+Blue) = 127+185+77=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB94D is #8046B2. Grayscale: #9B9B9B. Windows color (decimal): -8406707 or 5093759. OLE color: 5093759.
HSL color Cylindrical-coordinate representation of color #7FB94D: hue angle of 92.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FB94D is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 185 | 77 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.27 |
| HSL | 92.22º | 0.44% | 0.51% | - |
| HSV(B) | 92.22º | 0.58% | 0.73% | - |
| XYZ | 27.44 | 39.75 | 13.25 | - |
| YUV | 155.35 | 83.78 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 185 | 77 | 0.31 | 0 | 0.58 | 0.27 | 92.22 | 0.44 | 0.51 |
| Hex | 7F | B9 | 4D | 1F | 0 | 3A | 1B | 5C | 2C | 33 |
| Octal | 177 | 271 | 115 | 37 | 0 | 72 | 33 | 134 | 54 | 63 |
| Binary | 1111111 | 10111001 | 1001101 | 11111 | 0 | 111010 | 11011 | 1011100 | 101100 | 110011 |
Color Harmonies of #7FB94D
Complementary color
Monochromatic Colors of #7FB94D
Black with #7FB94D
Text Example
Text Example
White with #7FB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB94D; }
p { color: rgb(127,185,77); }
H1.HeaderClassName
{
color: #7FB94D;
}
.AnyTagClassName
{
color: #7FB94D;
}
</style>
background-color css
<style>
a { background-color: #7FB94D; }
a { background-color: rgb(127,185,77); }
div.DivClassName
{
background-color: #7FB94D;
}
.BgClassName
{
background-color: #7FB94D;
}
</style>
border-color css
<style>
span { border-color: #7FB94D; }
span { border-color: rgb(127,185,77); }
td.TdClassName
{
border-color: #7FB94D;
}
.TagClassName
{
border-color: #7FB94D;
}
</style>