Shades of Mantis #7FBA47
Tints of Mantis #7FBA47
RGB
CMYK
RGB Variations
Color information
#7FBA47 (or 0x7FBA47) is known color: Mantis. HEX triplet: 7F, BA and 47. RGB value is (127,186,71). Sum of RGB (Red+Green+Blue) = 127+186+71=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA47 is #8045B8. Grayscale: #9B9B9B. Windows color (decimal): -8406457 or 4700799. OLE color: 4700799.
HSL color Cylindrical-coordinate representation of color #7FBA47: hue angle of 90.78º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FBA47 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 71 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.27 |
| HSL | 90.78º | 0.45% | 0.5% | - |
| HSV(B) | 90.78º | 0.62% | 0.73% | - |
| XYZ | 27.45 | 40.08 | 12.25 | - |
| YUV | 155.25 | 80.45 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 71 | 0.32 | 0 | 0.62 | 0.27 | 90.78 | 0.45 | 0.5 |
| Hex | 7F | BA | 47 | 20 | 0 | 3E | 1B | 5B | 2D | 32 |
| Octal | 177 | 272 | 107 | 40 | 0 | 76 | 33 | 133 | 55 | 62 |
| Binary | 1111111 | 10111010 | 1000111 | 100000 | 0 | 111110 | 11011 | 1011011 | 101101 | 110010 |
Color Harmonies of #7FBA47
Complementary color
Monochromatic Colors of #7FBA47
Black with #7FBA47
Text Example
Text Example
White with #7FBA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBA47; }
p { color: rgb(127,186,71); }
H1.HeaderClassName
{
color: #7FBA47;
}
.AnyTagClassName
{
color: #7FBA47;
}
</style>
background-color css
<style>
a { background-color: #7FBA47; }
a { background-color: rgb(127,186,71); }
div.DivClassName
{
background-color: #7FBA47;
}
.BgClassName
{
background-color: #7FBA47;
}
</style>
border-color css
<style>
span { border-color: #7FBA47; }
span { border-color: rgb(127,186,71); }
td.TdClassName
{
border-color: #7FBA47;
}
.TagClassName
{
border-color: #7FBA47;
}
</style>