Shades of Mantis #7FBA58
Tints of Mantis #7FBA58
RGB
CMYK
RGB Variations
Color information
#7FBA58 (or 0x7FBA58) is known color: Mantis. HEX triplet: 7F, BA and 58. RGB value is (127,186,88). Sum of RGB (Red+Green+Blue) = 127+186+88=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBA58 is #8045A7. Grayscale: #9D9D9D. Windows color (decimal): -8406440 or 5814911. OLE color: 5814911.
HSL color Cylindrical-coordinate representation of color #7FBA58: hue angle of 96.12º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FBA58 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 88 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.27 |
| HSL | 96.12º | 0.42% | 0.54% | - |
| HSV(B) | 96.12º | 0.53% | 0.73% | - |
| XYZ | 28.07 | 40.33 | 15.54 | - |
| YUV | 157.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 88 | 0.32 | 0 | 0.53 | 0.27 | 96.12 | 0.42 | 0.54 |
| Hex | 7F | BA | 58 | 20 | 0 | 35 | 1B | 60 | 2A | 36 |
| Octal | 177 | 272 | 130 | 40 | 0 | 65 | 33 | 140 | 52 | 66 |
| Binary | 1111111 | 10111010 | 1011000 | 100000 | 0 | 110101 | 11011 | 1100000 | 101010 | 110110 |
Color Harmonies of #7FBA58
Complementary color
Monochromatic Colors of #7FBA58
Black with #7FBA58
Text Example
Text Example
White with #7FBA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBA58; }
p { color: rgb(127,186,88); }
H1.HeaderClassName
{
color: #7FBA58;
}
.AnyTagClassName
{
color: #7FBA58;
}
</style>
background-color css
<style>
a { background-color: #7FBA58; }
a { background-color: rgb(127,186,88); }
div.DivClassName
{
background-color: #7FBA58;
}
.BgClassName
{
background-color: #7FBA58;
}
</style>
border-color css
<style>
span { border-color: #7FBA58; }
span { border-color: rgb(127,186,88); }
td.TdClassName
{
border-color: #7FBA58;
}
.TagClassName
{
border-color: #7FBA58;
}
</style>