Shades of Mantis #76D555
Tints of Mantis #76D555
RGB
CMYK
RGB Variations
Color information
#76D555 (or 0x76D555) is known color: Mantis. HEX triplet: 76, D5 and 55. RGB value is (118,213,85). Sum of RGB (Red+Green+Blue) = 118+213+85=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #76D555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D555 is #892AAA. Grayscale: #AAAAAA. Windows color (decimal): -8989355 or 5625206. OLE color: 5625206.
HSL color Cylindrical-coordinate representation of color #76D555: hue angle of 104.53º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76D555 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 85 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.16 |
| HSL | 104.53º | 0.6% | 0.58% | - |
| HSV(B) | 104.53º | 0.6% | 0.84% | - |
| XYZ | 32.91 | 52.1 | 16.92 | - |
| YUV | 170 | 80.03 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 85 | 0.45 | 0 | 0.60 | 0.16 | 104.53 | 0.6 | 0.58 |
| Hex | 76 | D5 | 55 | 2D | 0 | 3C | 10 | 69 | 3C | 3A |
| Octal | 166 | 325 | 125 | 55 | 0 | 74 | 20 | 151 | 74 | 72 |
| Binary | 1110110 | 11010101 | 1010101 | 101101 | 0 | 111100 | 10000 | 1101001 | 111100 | 111010 |
Color Harmonies of #76D555
Complementary color
Monochromatic Colors of #76D555
Black with #76D555
Text Example
Text Example
White with #76D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D555; }
p { color: rgb(118,213,85); }
H1.HeaderClassName
{
color: #76D555;
}
.AnyTagClassName
{
color: #76D555;
}
</style>
background-color css
<style>
a { background-color: #76D555; }
a { background-color: rgb(118,213,85); }
div.DivClassName
{
background-color: #76D555;
}
.BgClassName
{
background-color: #76D555;
}
</style>
border-color css
<style>
span { border-color: #76D555; }
span { border-color: rgb(118,213,85); }
td.TdClassName
{
border-color: #76D555;
}
.TagClassName
{
border-color: #76D555;
}
</style>