Shades of Mantis #76BA51
Tints of Mantis #76BA51
RGB
CMYK
RGB Variations
Color information
#76BA51 (or 0x76BA51) is known color: Mantis. HEX triplet: 76, BA and 51. RGB value is (118,186,81). Sum of RGB (Red+Green+Blue) = 118+186+81=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BA51 is #8945AE. Grayscale: #9A9A9A. Windows color (decimal): -8996271 or 5356150. OLE color: 5356150.
HSL color Cylindrical-coordinate representation of color #76BA51: hue angle of 98.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76BA51 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 81 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.27 |
| HSL | 98.86º | 0.43% | 0.52% | - |
| HSV(B) | 98.86º | 0.56% | 0.73% | - |
| XYZ | 26.52 | 39.56 | 14.02 | - |
| YUV | 153.7 | 86.97 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 81 | 0.37 | 0 | 0.56 | 0.27 | 98.86 | 0.43 | 0.52 |
| Hex | 76 | BA | 51 | 25 | 0 | 38 | 1B | 63 | 2B | 34 |
| Octal | 166 | 272 | 121 | 45 | 0 | 70 | 33 | 143 | 53 | 64 |
| Binary | 1110110 | 10111010 | 1010001 | 100101 | 0 | 111000 | 11011 | 1100011 | 101011 | 110100 |
Color Harmonies of #76BA51
Complementary color
Monochromatic Colors of #76BA51
Black with #76BA51
Text Example
Text Example
White with #76BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA51; }
p { color: rgb(118,186,81); }
H1.HeaderClassName
{
color: #76BA51;
}
.AnyTagClassName
{
color: #76BA51;
}
</style>
background-color css
<style>
a { background-color: #76BA51; }
a { background-color: rgb(118,186,81); }
div.DivClassName
{
background-color: #76BA51;
}
.BgClassName
{
background-color: #76BA51;
}
</style>
border-color css
<style>
span { border-color: #76BA51; }
span { border-color: rgb(118,186,81); }
td.TdClassName
{
border-color: #76BA51;
}
.TagClassName
{
border-color: #76BA51;
}
</style>