Shades of Mantis #7FBA4C
Tints of Mantis #7FBA4C
RGB
CMYK
RGB Variations
Color information
#7FBA4C (or 0x7FBA4C) is known color: Mantis. HEX triplet: 7F, BA and 4C. RGB value is (127,186,76). Sum of RGB (Red+Green+Blue) = 127+186+76=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA4C is #8045B3. Grayscale: #9C9C9C. Windows color (decimal): -8406452 or 5028479. OLE color: 5028479.
HSL color Cylindrical-coordinate representation of color #7FBA4C: hue angle of 92.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7FBA4C is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 76 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.27 |
| HSL | 92.18º | 0.44% | 0.51% | - |
| HSV(B) | 92.18º | 0.59% | 0.73% | - |
| XYZ | 27.62 | 40.15 | 13.13 | - |
| YUV | 155.82 | 82.95 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 76 | 0.32 | 0 | 0.59 | 0.27 | 92.18 | 0.44 | 0.51 |
| Hex | 7F | BA | 4C | 20 | 0 | 3B | 1B | 5C | 2C | 33 |
| Octal | 177 | 272 | 114 | 40 | 0 | 73 | 33 | 134 | 54 | 63 |
| Binary | 1111111 | 10111010 | 1001100 | 100000 | 0 | 111011 | 11011 | 1011100 | 101100 | 110011 |
Color Harmonies of #7FBA4C
Complementary color
Monochromatic Colors of #7FBA4C
Black with #7FBA4C
Text Example
Text Example
White with #7FBA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBA4C; }
p { color: rgb(127,186,76); }
H1.HeaderClassName
{
color: #7FBA4C;
}
.AnyTagClassName
{
color: #7FBA4C;
}
</style>
background-color css
<style>
a { background-color: #7FBA4C; }
a { background-color: rgb(127,186,76); }
div.DivClassName
{
background-color: #7FBA4C;
}
.BgClassName
{
background-color: #7FBA4C;
}
</style>
border-color css
<style>
span { border-color: #7FBA4C; }
span { border-color: rgb(127,186,76); }
td.TdClassName
{
border-color: #7FBA4C;
}
.TagClassName
{
border-color: #7FBA4C;
}
</style>