Shades of Mantis #76C859
Tints of Mantis #76C859
RGB
CMYK
RGB Variations
Color information
#76C859 (or 0x76C859) is known color: Mantis. HEX triplet: 76, C8 and 59. RGB value is (118,200,89). Sum of RGB (Red+Green+Blue) = 118+200+89=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #76C859 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C859 is #8937A6. Grayscale: #A3A3A3. Windows color (decimal): -8992679 or 5884022. OLE color: 5884022.
HSL color Cylindrical-coordinate representation of color #76C859: hue angle of 104.32º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76C859 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 89 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.22 |
| HSL | 104.32º | 0.5% | 0.57% | - |
| HSV(B) | 104.32º | 0.56% | 0.78% | - |
| XYZ | 29.93 | 45.88 | 16.73 | - |
| YUV | 162.83 | 86.33 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 89 | 0.41 | 0 | 0.56 | 0.22 | 104.32 | 0.5 | 0.57 |
| Hex | 76 | C8 | 59 | 29 | 0 | 38 | 16 | 68 | 32 | 39 |
| Octal | 166 | 310 | 131 | 51 | 0 | 70 | 26 | 150 | 62 | 71 |
| Binary | 1110110 | 11001000 | 1011001 | 101001 | 0 | 111000 | 10110 | 1101000 | 110010 | 111001 |
Color Harmonies of #76C859
Complementary color
Monochromatic Colors of #76C859
Black with #76C859
Text Example
Text Example
White with #76C859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C859; }
p { color: rgb(118,200,89); }
H1.HeaderClassName
{
color: #76C859;
}
.AnyTagClassName
{
color: #76C859;
}
</style>
background-color css
<style>
a { background-color: #76C859; }
a { background-color: rgb(118,200,89); }
div.DivClassName
{
background-color: #76C859;
}
.BgClassName
{
background-color: #76C859;
}
</style>
border-color css
<style>
span { border-color: #76C859; }
span { border-color: rgb(118,200,89); }
td.TdClassName
{
border-color: #76C859;
}
.TagClassName
{
border-color: #76C859;
}
</style>