Shades of Mantis #7FBA42
Tints of Mantis #7FBA42
RGB
CMYK
RGB Variations
Color information
#7FBA42 (or 0x7FBA42) is known color: Mantis. HEX triplet: 7F, BA and 42. RGB value is (127,186,66). Sum of RGB (Red+Green+Blue) = 127+186+66=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA42 is #8045BD. Grayscale: #9B9B9B. Windows color (decimal): -8406462 or 4373119. OLE color: 4373119.
HSL color Cylindrical-coordinate representation of color #7FBA42: hue angle of 89.5º 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 #7FBA42 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 66 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.27 |
| HSL | 89.5º | 0.48% | 0.49% | - |
| HSV(B) | 89.5º | 0.65% | 0.73% | - |
| XYZ | 27.29 | 40.02 | 11.44 | - |
| YUV | 154.68 | 77.95 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 66 | 0.32 | 0 | 0.65 | 0.27 | 89.5 | 0.48 | 0.49 |
| Hex | 7F | BA | 42 | 20 | 0 | 41 | 1B | 5A | 30 | 31 |
| Octal | 177 | 272 | 102 | 40 | 0 | 101 | 33 | 132 | 60 | 61 |
| Binary | 1111111 | 10111010 | 1000010 | 100000 | 0 | 1000001 | 11011 | 1011010 | 110000 | 110001 |
Color Harmonies of #7FBA42
Complementary color
Monochromatic Colors of #7FBA42
Black with #7FBA42
Text Example
Text Example
White with #7FBA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBA42; }
p { color: rgb(127,186,66); }
H1.HeaderClassName
{
color: #7FBA42;
}
.AnyTagClassName
{
color: #7FBA42;
}
</style>
background-color css
<style>
a { background-color: #7FBA42; }
a { background-color: rgb(127,186,66); }
div.DivClassName
{
background-color: #7FBA42;
}
.BgClassName
{
background-color: #7FBA42;
}
</style>
border-color css
<style>
span { border-color: #7FBA42; }
span { border-color: rgb(127,186,66); }
td.TdClassName
{
border-color: #7FBA42;
}
.TagClassName
{
border-color: #7FBA42;
}
</style>