Shades of Mantis #76C257
Tints of Mantis #76C257
RGB
CMYK
RGB Variations
Color information
#76C257 (or 0x76C257) is known color: Mantis. HEX triplet: 76, C2 and 57. RGB value is (118,194,87). Sum of RGB (Red+Green+Blue) = 118+194+87=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #76C257 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C257 is #893DA8. Grayscale: #9F9F9F. Windows color (decimal): -8994217 or 5751414. OLE color: 5751414.
HSL color Cylindrical-coordinate representation of color #76C257: hue angle of 102.62º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76C257 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 87 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.24 |
| HSL | 102.62º | 0.47% | 0.55% | - |
| HSV(B) | 102.62º | 0.55% | 0.76% | - |
| XYZ | 28.48 | 43.12 | 15.84 | - |
| YUV | 159.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 87 | 0.39 | 0 | 0.55 | 0.24 | 102.62 | 0.47 | 0.55 |
| Hex | 76 | C2 | 57 | 27 | 0 | 37 | 18 | 67 | 2F | 37 |
| Octal | 166 | 302 | 127 | 47 | 0 | 67 | 30 | 147 | 57 | 67 |
| Binary | 1110110 | 11000010 | 1010111 | 100111 | 0 | 110111 | 11000 | 1100111 | 101111 | 110111 |
Color Harmonies of #76C257
Complementary color
Monochromatic Colors of #76C257
Black with #76C257
Text Example
Text Example
White with #76C257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C257; }
p { color: rgb(118,194,87); }
H1.HeaderClassName
{
color: #76C257;
}
.AnyTagClassName
{
color: #76C257;
}
</style>
background-color css
<style>
a { background-color: #76C257; }
a { background-color: rgb(118,194,87); }
div.DivClassName
{
background-color: #76C257;
}
.BgClassName
{
background-color: #76C257;
}
</style>
border-color css
<style>
span { border-color: #76C257; }
span { border-color: rgb(118,194,87); }
td.TdClassName
{
border-color: #76C257;
}
.TagClassName
{
border-color: #76C257;
}
</style>