Shades of Mantis #7FBA41
Tints of Mantis #7FBA41
RGB
CMYK
RGB Variations
Color information
#7FBA41 (or 0x7FBA41) is known color: Mantis. HEX triplet: 7F, BA and 41. RGB value is (127,186,65). Sum of RGB (Red+Green+Blue) = 127+186+65=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA41 is #8045BE. Grayscale: #9A9A9A. Windows color (decimal): -8406463 or 4307583. OLE color: 4307583.
HSL color Cylindrical-coordinate representation of color #7FBA41: hue angle of 89.26º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FBA41 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 65 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.27 |
| HSL | 89.26º | 0.48% | 0.49% | - |
| HSV(B) | 89.26º | 0.65% | 0.73% | - |
| XYZ | 27.27 | 40.01 | 11.29 | - |
| YUV | 154.57 | 77.45 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 65 | 0.32 | 0 | 0.65 | 0.27 | 89.26 | 0.48 | 0.49 |
| Hex | 7F | BA | 41 | 20 | 0 | 41 | 1B | 59 | 30 | 31 |
| Octal | 177 | 272 | 101 | 40 | 0 | 101 | 33 | 131 | 60 | 61 |
| Binary | 1111111 | 10111010 | 1000001 | 100000 | 0 | 1000001 | 11011 | 1011001 | 110000 | 110001 |
Color Harmonies of #7FBA41
Complementary color
Monochromatic Colors of #7FBA41
Black with #7FBA41
Text Example
Text Example
White with #7FBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBA41; }
p { color: rgb(127,186,65); }
H1.HeaderClassName
{
color: #7FBA41;
}
.AnyTagClassName
{
color: #7FBA41;
}
</style>
background-color css
<style>
a { background-color: #7FBA41; }
a { background-color: rgb(127,186,65); }
div.DivClassName
{
background-color: #7FBA41;
}
.BgClassName
{
background-color: #7FBA41;
}
</style>
border-color css
<style>
span { border-color: #7FBA41; }
span { border-color: rgb(127,186,65); }
td.TdClassName
{
border-color: #7FBA41;
}
.TagClassName
{
border-color: #7FBA41;
}
</style>