Shades of Mantis #76D856
Tints of Mantis #76D856
RGB
CMYK
RGB Variations
Color information
#76D856 (or 0x76D856) is known color: Mantis. HEX triplet: 76, D8 and 56. RGB value is (118,216,86). Sum of RGB (Red+Green+Blue) = 118+216+86=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #76D856 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D856 is #8927A9. Grayscale: #ACACAC. Windows color (decimal): -8988586 or 5691510. OLE color: 5691510.
HSL color Cylindrical-coordinate representation of color #76D856: hue angle of 105.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76D856 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 216 | 86 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.15 |
| HSL | 105.23º | 0.63% | 0.59% | - |
| HSV(B) | 105.23º | 0.6% | 0.85% | - |
| XYZ | 33.71 | 53.64 | 17.38 | - |
| YUV | 171.88 | 79.53 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 216 | 86 | 0.45 | 0 | 0.60 | 0.15 | 105.23 | 0.63 | 0.59 |
| Hex | 76 | D8 | 56 | 2D | 0 | 3C | F | 69 | 3E | 3B |
| Octal | 166 | 330 | 126 | 55 | 0 | 74 | 17 | 151 | 76 | 73 |
| Binary | 1110110 | 11011000 | 1010110 | 101101 | 0 | 111100 | 1111 | 1101001 | 111110 | 111011 |
Color Harmonies of #76D856
Complementary color
Monochromatic Colors of #76D856
Black with #76D856
Text Example
Text Example
White with #76D856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D856; }
p { color: rgb(118,216,86); }
H1.HeaderClassName
{
color: #76D856;
}
.AnyTagClassName
{
color: #76D856;
}
</style>
background-color css
<style>
a { background-color: #76D856; }
a { background-color: rgb(118,216,86); }
div.DivClassName
{
background-color: #76D856;
}
.BgClassName
{
background-color: #76D856;
}
</style>
border-color css
<style>
span { border-color: #76D856; }
span { border-color: rgb(118,216,86); }
td.TdClassName
{
border-color: #76D856;
}
.TagClassName
{
border-color: #76D856;
}
</style>