Shades of Mantis #7FBA51
Tints of Mantis #7FBA51
RGB
CMYK
RGB Variations
Color information
#7FBA51 (or 0x7FBA51) is known color: Mantis. HEX triplet: 7F, BA and 51. RGB value is (127,186,81). Sum of RGB (Red+Green+Blue) = 127+186+81=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBA51 is #8045AE. Grayscale: #9C9C9C. Windows color (decimal): -8406447 or 5356159. OLE color: 5356159.
HSL color Cylindrical-coordinate representation of color #7FBA51: hue angle of 93.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FBA51 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 81 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.27 |
| HSL | 93.71º | 0.43% | 0.52% | - |
| HSV(B) | 93.71º | 0.56% | 0.73% | - |
| XYZ | 27.8 | 40.22 | 14.08 | - |
| YUV | 156.39 | 85.45 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 81 | 0.32 | 0 | 0.56 | 0.27 | 93.71 | 0.43 | 0.52 |
| Hex | 7F | BA | 51 | 20 | 0 | 38 | 1B | 5E | 2B | 34 |
| Octal | 177 | 272 | 121 | 40 | 0 | 70 | 33 | 136 | 53 | 64 |
| Binary | 1111111 | 10111010 | 1010001 | 100000 | 0 | 111000 | 11011 | 1011110 | 101011 | 110100 |
Color Harmonies of #7FBA51
Complementary color
Monochromatic Colors of #7FBA51
Black with #7FBA51
Text Example
Text Example
White with #7FBA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBA51; }
p { color: rgb(127,186,81); }
H1.HeaderClassName
{
color: #7FBA51;
}
.AnyTagClassName
{
color: #7FBA51;
}
</style>
background-color css
<style>
a { background-color: #7FBA51; }
a { background-color: rgb(127,186,81); }
div.DivClassName
{
background-color: #7FBA51;
}
.BgClassName
{
background-color: #7FBA51;
}
</style>
border-color css
<style>
span { border-color: #7FBA51; }
span { border-color: rgb(127,186,81); }
td.TdClassName
{
border-color: #7FBA51;
}
.TagClassName
{
border-color: #7FBA51;
}
</style>