Shades of Mantis #76BB52
Tints of Mantis #76BB52
RGB
CMYK
RGB Variations
Color information
#76BB52 (or 0x76BB52) is known color: Mantis. HEX triplet: 76, BB and 52. RGB value is (118,187,82). Sum of RGB (Red+Green+Blue) = 118+187+82=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BB52 is #8944AD. Grayscale: #9A9A9A. Windows color (decimal): -8996014 or 5421942. OLE color: 5421942.
HSL color Cylindrical-coordinate representation of color #76BB52: hue angle of 99.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76BB52 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 82 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.27 |
| HSL | 99.43º | 0.44% | 0.53% | - |
| HSV(B) | 99.43º | 0.56% | 0.73% | - |
| XYZ | 26.76 | 40 | 14.29 | - |
| YUV | 154.4 | 87.14 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 82 | 0.37 | 0 | 0.56 | 0.27 | 99.43 | 0.44 | 0.53 |
| Hex | 76 | BB | 52 | 25 | 0 | 38 | 1B | 63 | 2C | 35 |
| Octal | 166 | 273 | 122 | 45 | 0 | 70 | 33 | 143 | 54 | 65 |
| Binary | 1110110 | 10111011 | 1010010 | 100101 | 0 | 111000 | 11011 | 1100011 | 101100 | 110101 |
Color Harmonies of #76BB52
Complementary color
Monochromatic Colors of #76BB52
Black with #76BB52
Text Example
Text Example
White with #76BB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB52; }
p { color: rgb(118,187,82); }
H1.HeaderClassName
{
color: #76BB52;
}
.AnyTagClassName
{
color: #76BB52;
}
</style>
background-color css
<style>
a { background-color: #76BB52; }
a { background-color: rgb(118,187,82); }
div.DivClassName
{
background-color: #76BB52;
}
.BgClassName
{
background-color: #76BB52;
}
</style>
border-color css
<style>
span { border-color: #76BB52; }
span { border-color: rgb(118,187,82); }
td.TdClassName
{
border-color: #76BB52;
}
.TagClassName
{
border-color: #76BB52;
}
</style>