Shades of Mantis #76E156
Tints of Mantis #76E156
RGB
CMYK
RGB Variations
Color information
#76E156 (or 0x76E156) is known color: Mantis. HEX triplet: 76, E1 and 56. RGB value is (118,225,86). Sum of RGB (Red+Green+Blue) = 118+225+86=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #76E156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76E156 is #891EA9. Grayscale: #B1B1B1. Windows color (decimal): -8986282 or 5693814. OLE color: 5693814.
HSL color Cylindrical-coordinate representation of color #76E156: hue angle of 106.19º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76E156 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 225 | 86 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.12 |
| HSL | 106.19º | 0.7% | 0.61% | - |
| HSV(B) | 106.19º | 0.62% | 0.88% | - |
| XYZ | 36.08 | 58.37 | 18.17 | - |
| YUV | 177.16 | 76.55 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 225 | 86 | 0.48 | 0 | 0.62 | 0.12 | 106.19 | 0.7 | 0.61 |
| Hex | 76 | E1 | 56 | 30 | 0 | 3E | C | 6A | 46 | 3D |
| Octal | 166 | 341 | 126 | 60 | 0 | 76 | 14 | 152 | 106 | 75 |
| Binary | 1110110 | 11100001 | 1010110 | 110000 | 0 | 111110 | 1100 | 1101010 | 1000110 | 111101 |
Color Harmonies of #76E156
Complementary color
Monochromatic Colors of #76E156
Black with #76E156
Text Example
Text Example
White with #76E156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E156; }
p { color: rgb(118,225,86); }
H1.HeaderClassName
{
color: #76E156;
}
.AnyTagClassName
{
color: #76E156;
}
</style>
background-color css
<style>
a { background-color: #76E156; }
a { background-color: rgb(118,225,86); }
div.DivClassName
{
background-color: #76E156;
}
.BgClassName
{
background-color: #76E156;
}
</style>
border-color css
<style>
span { border-color: #76E156; }
span { border-color: rgb(118,225,86); }
td.TdClassName
{
border-color: #76E156;
}
.TagClassName
{
border-color: #76E156;
}
</style>