Shades of Mantis #76D159
Tints of Mantis #76D159
RGB
CMYK
RGB Variations
Color information
#76D159 (or 0x76D159) is known color: Mantis. HEX triplet: 76, D1 and 59. RGB value is (118,209,89). Sum of RGB (Red+Green+Blue) = 118+209+89=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #76D159 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D159 is #892EA6. Grayscale: #A8A8A8. Windows color (decimal): -8990375 or 5886326. OLE color: 5886326.
HSL color Cylindrical-coordinate representation of color #76D159: hue angle of 105.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76D159 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 209 | 89 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.18 |
| HSL | 105.5º | 0.57% | 0.58% | - |
| HSV(B) | 105.5º | 0.57% | 0.82% | - |
| XYZ | 32.07 | 50.17 | 17.45 | - |
| YUV | 168.11 | 83.35 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 209 | 89 | 0.44 | 0 | 0.57 | 0.18 | 105.5 | 0.57 | 0.58 |
| Hex | 76 | D1 | 59 | 2C | 0 | 39 | 12 | 6A | 39 | 3A |
| Octal | 166 | 321 | 131 | 54 | 0 | 71 | 22 | 152 | 71 | 72 |
| Binary | 1110110 | 11010001 | 1011001 | 101100 | 0 | 111001 | 10010 | 1101010 | 111001 | 111010 |
Color Harmonies of #76D159
Complementary color
Monochromatic Colors of #76D159
Black with #76D159
Text Example
Text Example
White with #76D159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D159; }
p { color: rgb(118,209,89); }
H1.HeaderClassName
{
color: #76D159;
}
.AnyTagClassName
{
color: #76D159;
}
</style>
background-color css
<style>
a { background-color: #76D159; }
a { background-color: rgb(118,209,89); }
div.DivClassName
{
background-color: #76D159;
}
.BgClassName
{
background-color: #76D159;
}
</style>
border-color css
<style>
span { border-color: #76D159; }
span { border-color: rgb(118,209,89); }
td.TdClassName
{
border-color: #76D159;
}
.TagClassName
{
border-color: #76D159;
}
</style>