Shades of Mantis #76BA54
Tints of Mantis #76BA54
RGB
CMYK
RGB Variations
Color information
#76BA54 (or 0x76BA54) is known color: Mantis. HEX triplet: 76, BA and 54. RGB value is (118,186,84). Sum of RGB (Red+Green+Blue) = 118+186+84=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BA54 is #8945AB. Grayscale: #9A9A9A. Windows color (decimal): -8996268 or 5552758. OLE color: 5552758.
HSL color Cylindrical-coordinate representation of color #76BA54: hue angle of 100º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76BA54 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 84 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.27 |
| HSL | 100º | 0.43% | 0.53% | - |
| HSV(B) | 100º | 0.55% | 0.73% | - |
| XYZ | 26.63 | 39.61 | 14.63 | - |
| YUV | 154.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 84 | 0.37 | 0 | 0.55 | 0.27 | 100 | 0.43 | 0.53 |
| Hex | 76 | BA | 54 | 25 | 0 | 37 | 1B | 64 | 2A | 35 |
| Octal | 166 | 272 | 124 | 45 | 0 | 67 | 33 | 144 | 52 | 65 |
| Binary | 1110110 | 10111010 | 1010100 | 100101 | 0 | 110111 | 11011 | 1100100 | 101010 | 110101 |
Color Harmonies of #76BA54
Complementary color
Monochromatic Colors of #76BA54
Black with #76BA54
Text Example
Text Example
White with #76BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA54; }
p { color: rgb(118,186,84); }
H1.HeaderClassName
{
color: #76BA54;
}
.AnyTagClassName
{
color: #76BA54;
}
</style>
background-color css
<style>
a { background-color: #76BA54; }
a { background-color: rgb(118,186,84); }
div.DivClassName
{
background-color: #76BA54;
}
.BgClassName
{
background-color: #76BA54;
}
</style>
border-color css
<style>
span { border-color: #76BA54; }
span { border-color: rgb(118,186,84); }
td.TdClassName
{
border-color: #76BA54;
}
.TagClassName
{
border-color: #76BA54;
}
</style>