Shades of Mantis #76BB58
Tints of Mantis #76BB58
RGB
CMYK
RGB Variations
Color information
#76BB58 (or 0x76BB58) is known color: Mantis. HEX triplet: 76, BB and 58. RGB value is (118,187,88). Sum of RGB (Red+Green+Blue) = 118+187+88=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BB58 is #8944A7. Grayscale: #9B9B9B. Windows color (decimal): -8996008 or 5815158. OLE color: 5815158.
HSL color Cylindrical-coordinate representation of color #76BB58: hue angle of 101.82º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76BB58 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 88 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.27 |
| HSL | 101.82º | 0.42% | 0.54% | - |
| HSV(B) | 101.82º | 0.53% | 0.73% | - |
| XYZ | 27 | 40.1 | 15.55 | - |
| YUV | 155.08 | 90.14 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 88 | 0.37 | 0 | 0.53 | 0.27 | 101.82 | 0.42 | 0.54 |
| Hex | 76 | BB | 58 | 25 | 0 | 35 | 1B | 66 | 2A | 36 |
| Octal | 166 | 273 | 130 | 45 | 0 | 65 | 33 | 146 | 52 | 66 |
| Binary | 1110110 | 10111011 | 1011000 | 100101 | 0 | 110101 | 11011 | 1100110 | 101010 | 110110 |
Color Harmonies of #76BB58
Complementary color
Monochromatic Colors of #76BB58
Black with #76BB58
Text Example
Text Example
White with #76BB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB58; }
p { color: rgb(118,187,88); }
H1.HeaderClassName
{
color: #76BB58;
}
.AnyTagClassName
{
color: #76BB58;
}
</style>
background-color css
<style>
a { background-color: #76BB58; }
a { background-color: rgb(118,187,88); }
div.DivClassName
{
background-color: #76BB58;
}
.BgClassName
{
background-color: #76BB58;
}
</style>
border-color css
<style>
span { border-color: #76BB58; }
span { border-color: rgb(118,187,88); }
td.TdClassName
{
border-color: #76BB58;
}
.TagClassName
{
border-color: #76BB58;
}
</style>