Shades of Mantis #7FBA44
Tints of Mantis #7FBA44
RGB
CMYK
RGB Variations
Color information
#7FBA44 (or 0x7FBA44) is known color: Mantis. HEX triplet: 7F, BA and 44. RGB value is (127,186,68). Sum of RGB (Red+Green+Blue) = 127+186+68=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA44 is #8045BB. Grayscale: #9B9B9B. Windows color (decimal): -8406460 or 4504191. OLE color: 4504191.
HSL color Cylindrical-coordinate representation of color #7FBA44: hue angle of 90º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FBA44 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 68 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.27 |
| HSL | 90º | 0.46% | 0.5% | - |
| HSV(B) | 90º | 0.63% | 0.73% | - |
| XYZ | 27.35 | 40.05 | 11.76 | - |
| YUV | 154.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 68 | 0.32 | 0 | 0.63 | 0.27 | 90 | 0.46 | 0.5 |
| Hex | 7F | BA | 44 | 20 | 0 | 3F | 1B | 5A | 2E | 32 |
| Octal | 177 | 272 | 104 | 40 | 0 | 77 | 33 | 132 | 56 | 62 |
| Binary | 1111111 | 10111010 | 1000100 | 100000 | 0 | 111111 | 11011 | 1011010 | 101110 | 110010 |
Color Harmonies of #7FBA44
Complementary color
Monochromatic Colors of #7FBA44
Black with #7FBA44
Text Example
Text Example
White with #7FBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBA44; }
p { color: rgb(127,186,68); }
H1.HeaderClassName
{
color: #7FBA44;
}
.AnyTagClassName
{
color: #7FBA44;
}
</style>
background-color css
<style>
a { background-color: #7FBA44; }
a { background-color: rgb(127,186,68); }
div.DivClassName
{
background-color: #7FBA44;
}
.BgClassName
{
background-color: #7FBA44;
}
</style>
border-color css
<style>
span { border-color: #7FBA44; }
span { border-color: rgb(127,186,68); }
td.TdClassName
{
border-color: #7FBA44;
}
.TagClassName
{
border-color: #7FBA44;
}
</style>