Shades of Mantis #7FB74D
Tints of Mantis #7FB74D
RGB
CMYK
RGB Variations
Color information
#7FB74D (or 0x7FB74D) is known color: Mantis. HEX triplet: 7F, B7 and 4D. RGB value is (127,183,77). Sum of RGB (Red+Green+Blue) = 127+183+77=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB74D is #8048B2. Grayscale: #9A9A9A. Windows color (decimal): -8407219 or 5093247. OLE color: 5093247.
HSL color Cylindrical-coordinate representation of color #7FB74D: hue angle of 91.7º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FB74D is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 183 | 77 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.28 |
| HSL | 91.7º | 0.42% | 0.51% | - |
| HSV(B) | 91.7º | 0.58% | 0.72% | - |
| XYZ | 27.03 | 38.91 | 13.11 | - |
| YUV | 154.17 | 84.45 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 77 | 0.31 | 0 | 0.58 | 0.28 | 91.7 | 0.42 | 0.51 |
| Hex | 7F | B7 | 4D | 1F | 0 | 3A | 1C | 5C | 2A | 33 |
| Octal | 177 | 267 | 115 | 37 | 0 | 72 | 34 | 134 | 52 | 63 |
| Binary | 1111111 | 10110111 | 1001101 | 11111 | 0 | 111010 | 11100 | 1011100 | 101010 | 110011 |
Color Harmonies of #7FB74D
Complementary color
Monochromatic Colors of #7FB74D
Black with #7FB74D
Text Example
Text Example
White with #7FB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB74D; }
p { color: rgb(127,183,77); }
H1.HeaderClassName
{
color: #7FB74D;
}
.AnyTagClassName
{
color: #7FB74D;
}
</style>
background-color css
<style>
a { background-color: #7FB74D; }
a { background-color: rgb(127,183,77); }
div.DivClassName
{
background-color: #7FB74D;
}
.BgClassName
{
background-color: #7FB74D;
}
</style>
border-color css
<style>
span { border-color: #7FB74D; }
span { border-color: rgb(127,183,77); }
td.TdClassName
{
border-color: #7FB74D;
}
.TagClassName
{
border-color: #7FB74D;
}
</style>