Shades of Mantis #76BD57
Tints of Mantis #76BD57
RGB
CMYK
RGB Variations
Color information
#76BD57 (or 0x76BD57) is known color: Mantis. HEX triplet: 76, BD and 57. RGB value is (118,189,87). Sum of RGB (Red+Green+Blue) = 118+189+87=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BD57 is #8942A8. Grayscale: #9C9C9C. Windows color (decimal): -8995497 or 5750134. OLE color: 5750134.
HSL color Cylindrical-coordinate representation of color #76BD57: hue angle of 101.76º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76BD57 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 87 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.26 |
| HSL | 101.76º | 0.44% | 0.54% | - |
| HSV(B) | 101.76º | 0.54% | 0.74% | - |
| XYZ | 27.39 | 40.93 | 15.47 | - |
| YUV | 156.14 | 88.98 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 87 | 0.38 | 0 | 0.54 | 0.26 | 101.76 | 0.44 | 0.54 |
| Hex | 76 | BD | 57 | 26 | 0 | 36 | 1A | 66 | 2C | 36 |
| Octal | 166 | 275 | 127 | 46 | 0 | 66 | 32 | 146 | 54 | 66 |
| Binary | 1110110 | 10111101 | 1010111 | 100110 | 0 | 110110 | 11010 | 1100110 | 101100 | 110110 |
Color Harmonies of #76BD57
Complementary color
Monochromatic Colors of #76BD57
Black with #76BD57
Text Example
Text Example
White with #76BD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BD57; }
p { color: rgb(118,189,87); }
H1.HeaderClassName
{
color: #76BD57;
}
.AnyTagClassName
{
color: #76BD57;
}
</style>
background-color css
<style>
a { background-color: #76BD57; }
a { background-color: rgb(118,189,87); }
div.DivClassName
{
background-color: #76BD57;
}
.BgClassName
{
background-color: #76BD57;
}
</style>
border-color css
<style>
span { border-color: #76BD57; }
span { border-color: rgb(118,189,87); }
td.TdClassName
{
border-color: #76BD57;
}
.TagClassName
{
border-color: #76BD57;
}
</style>