Shades of Mantis #7FBA40
Tints of Mantis #7FBA40
RGB
CMYK
RGB Variations
Color information
#7FBA40 (or 0x7FBA40) is known color: Mantis. HEX triplet: 7F, BA and 40. RGB value is (127,186,64). Sum of RGB (Red+Green+Blue) = 127+186+64=377 (49% of max value = 765). Red value is 127 (50% from 255 or 33.69% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA40 is #8045BF. Grayscale: #9A9A9A. Windows color (decimal): -8406464 or 4242047. OLE color: 4242047.
HSL color Cylindrical-coordinate representation of color #7FBA40: hue angle of 89.02º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FBA40 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 64 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.27 |
| HSL | 89.02º | 0.49% | 0.49% | - |
| HSV(B) | 89.02º | 0.66% | 0.73% | - |
| XYZ | 27.24 | 40 | 11.14 | - |
| YUV | 154.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 64 | 0.32 | 0 | 0.66 | 0.27 | 89.02 | 0.49 | 0.49 |
| Hex | 7F | BA | 40 | 20 | 0 | 42 | 1B | 59 | 31 | 31 |
| Octal | 177 | 272 | 100 | 40 | 0 | 102 | 33 | 131 | 61 | 61 |
| Binary | 1111111 | 10111010 | 1000000 | 100000 | 0 | 1000010 | 11011 | 1011001 | 110001 | 110001 |
Color Harmonies of #7FBA40
Complementary color
Monochromatic Colors of #7FBA40
Black with #7FBA40
Text Example
Text Example
White with #7FBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBA40; }
p { color: rgb(127,186,64); }
H1.HeaderClassName
{
color: #7FBA40;
}
.AnyTagClassName
{
color: #7FBA40;
}
</style>
background-color css
<style>
a { background-color: #7FBA40; }
a { background-color: rgb(127,186,64); }
div.DivClassName
{
background-color: #7FBA40;
}
.BgClassName
{
background-color: #7FBA40;
}
</style>
border-color css
<style>
span { border-color: #7FBA40; }
span { border-color: rgb(127,186,64); }
td.TdClassName
{
border-color: #7FBA40;
}
.TagClassName
{
border-color: #7FBA40;
}
</style>