Shades of Mantis #76C451
Tints of Mantis #76C451
RGB
CMYK
RGB Variations
Color information
#76C451 (or 0x76C451) is known color: Mantis. HEX triplet: 76, C4 and 51. RGB value is (118,196,81). Sum of RGB (Red+Green+Blue) = 118+196+81=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #76C451 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C451 is #893BAE. Grayscale: #9F9F9F. Windows color (decimal): -8993711 or 5358710. OLE color: 5358710.
HSL color Cylindrical-coordinate representation of color #76C451: hue angle of 100.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76C451 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 196 | 81 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.23 |
| HSL | 100.7º | 0.49% | 0.54% | - |
| HSV(B) | 100.7º | 0.59% | 0.77% | - |
| XYZ | 28.7 | 43.93 | 14.75 | - |
| YUV | 159.57 | 83.66 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 196 | 81 | 0.40 | 0 | 0.59 | 0.23 | 100.7 | 0.49 | 0.54 |
| Hex | 76 | C4 | 51 | 28 | 0 | 3B | 17 | 65 | 31 | 36 |
| Octal | 166 | 304 | 121 | 50 | 0 | 73 | 27 | 145 | 61 | 66 |
| Binary | 1110110 | 11000100 | 1010001 | 101000 | 0 | 111011 | 10111 | 1100101 | 110001 | 110110 |
Color Harmonies of #76C451
Complementary color
Monochromatic Colors of #76C451
Black with #76C451
Text Example
Text Example
White with #76C451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C451; }
p { color: rgb(118,196,81); }
H1.HeaderClassName
{
color: #76C451;
}
.AnyTagClassName
{
color: #76C451;
}
</style>
background-color css
<style>
a { background-color: #76C451; }
a { background-color: rgb(118,196,81); }
div.DivClassName
{
background-color: #76C451;
}
.BgClassName
{
background-color: #76C451;
}
</style>
border-color css
<style>
span { border-color: #76C451; }
span { border-color: rgb(118,196,81); }
td.TdClassName
{
border-color: #76C451;
}
.TagClassName
{
border-color: #76C451;
}
</style>