Shades of Mantis #76C150
Tints of Mantis #76C150
RGB
CMYK
RGB Variations
Color information
#76C150 (or 0x76C150) is known color: Mantis. HEX triplet: 76, C1 and 50. RGB value is (118,193,80). Sum of RGB (Red+Green+Blue) = 118+193+80=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #76C150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C150 is #893EAF. Grayscale: #9E9E9E. Windows color (decimal): -8994480 or 5292406. OLE color: 5292406.
HSL color Cylindrical-coordinate representation of color #76C150: hue angle of 99.82º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76C150 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 80 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.24 |
| HSL | 99.82º | 0.48% | 0.54% | - |
| HSV(B) | 99.82º | 0.59% | 0.76% | - |
| XYZ | 27.99 | 42.57 | 14.33 | - |
| YUV | 157.69 | 84.15 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 80 | 0.39 | 0 | 0.59 | 0.24 | 99.82 | 0.48 | 0.54 |
| Hex | 76 | C1 | 50 | 27 | 0 | 3B | 18 | 64 | 30 | 36 |
| Octal | 166 | 301 | 120 | 47 | 0 | 73 | 30 | 144 | 60 | 66 |
| Binary | 1110110 | 11000001 | 1010000 | 100111 | 0 | 111011 | 11000 | 1100100 | 110000 | 110110 |
Color Harmonies of #76C150
Complementary color
Monochromatic Colors of #76C150
Black with #76C150
Text Example
Text Example
White with #76C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C150; }
p { color: rgb(118,193,80); }
H1.HeaderClassName
{
color: #76C150;
}
.AnyTagClassName
{
color: #76C150;
}
</style>
background-color css
<style>
a { background-color: #76C150; }
a { background-color: rgb(118,193,80); }
div.DivClassName
{
background-color: #76C150;
}
.BgClassName
{
background-color: #76C150;
}
</style>
border-color css
<style>
span { border-color: #76C150; }
span { border-color: rgb(118,193,80); }
td.TdClassName
{
border-color: #76C150;
}
.TagClassName
{
border-color: #76C150;
}
</style>