Shades of Mantis #77C556
Tints of Mantis #77C556
RGB
CMYK
RGB Variations
Color information
#77C556 (or 0x77C556) is known color: Mantis. HEX triplet: 77, C5 and 56. RGB value is (119,197,86). Sum of RGB (Red+Green+Blue) = 119+197+86=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #77C556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C556 is #883AA9. Grayscale: #A1A1A1. Windows color (decimal): -8927914 or 5686647. OLE color: 5686647.
HSL color Cylindrical-coordinate representation of color #77C556: hue angle of 102.16º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77C556 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 197 | 86 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.23 |
| HSL | 102.16º | 0.49% | 0.55% | - |
| HSV(B) | 102.16º | 0.56% | 0.77% | - |
| XYZ | 29.25 | 44.53 | 15.86 | - |
| YUV | 161.02 | 85.66 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 86 | 0.40 | 0 | 0.56 | 0.23 | 102.16 | 0.49 | 0.55 |
| Hex | 77 | C5 | 56 | 28 | 0 | 38 | 17 | 66 | 31 | 37 |
| Octal | 167 | 305 | 126 | 50 | 0 | 70 | 27 | 146 | 61 | 67 |
| Binary | 1110111 | 11000101 | 1010110 | 101000 | 0 | 111000 | 10111 | 1100110 | 110001 | 110111 |
Color Harmonies of #77C556
Complementary color
Monochromatic Colors of #77C556
Black with #77C556
Text Example
Text Example
White with #77C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C556; }
p { color: rgb(119,197,86); }
H1.HeaderClassName
{
color: #77C556;
}
.AnyTagClassName
{
color: #77C556;
}
</style>
background-color css
<style>
a { background-color: #77C556; }
a { background-color: rgb(119,197,86); }
div.DivClassName
{
background-color: #77C556;
}
.BgClassName
{
background-color: #77C556;
}
</style>
border-color css
<style>
span { border-color: #77C556; }
span { border-color: rgb(119,197,86); }
td.TdClassName
{
border-color: #77C556;
}
.TagClassName
{
border-color: #77C556;
}
</style>