Shades of Mantis #77C555
Tints of Mantis #77C555
RGB
CMYK
RGB Variations
Color information
#77C555 (or 0x77C555) is known color: Mantis. HEX triplet: 77, C5 and 55. RGB value is (119,197,85). Sum of RGB (Red+Green+Blue) = 119+197+85=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #77C555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C555 is #883AAA. Grayscale: #A1A1A1. Windows color (decimal): -8927915 or 5621111. OLE color: 5621111.
HSL color Cylindrical-coordinate representation of color #77C555: hue angle of 101.79º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77C555 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 197 | 85 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.23 |
| HSL | 101.79º | 0.49% | 0.55% | - |
| HSV(B) | 101.79º | 0.57% | 0.77% | - |
| XYZ | 29.21 | 44.51 | 15.65 | - |
| YUV | 160.91 | 85.16 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 85 | 0.40 | 0 | 0.57 | 0.23 | 101.79 | 0.49 | 0.55 |
| Hex | 77 | C5 | 55 | 28 | 0 | 39 | 17 | 66 | 31 | 37 |
| Octal | 167 | 305 | 125 | 50 | 0 | 71 | 27 | 146 | 61 | 67 |
| Binary | 1110111 | 11000101 | 1010101 | 101000 | 0 | 111001 | 10111 | 1100110 | 110001 | 110111 |
Color Harmonies of #77C555
Complementary color
Monochromatic Colors of #77C555
Black with #77C555
Text Example
Text Example
White with #77C555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C555; }
p { color: rgb(119,197,85); }
H1.HeaderClassName
{
color: #77C555;
}
.AnyTagClassName
{
color: #77C555;
}
</style>
background-color css
<style>
a { background-color: #77C555; }
a { background-color: rgb(119,197,85); }
div.DivClassName
{
background-color: #77C555;
}
.BgClassName
{
background-color: #77C555;
}
</style>
border-color css
<style>
span { border-color: #77C555; }
span { border-color: rgb(119,197,85); }
td.TdClassName
{
border-color: #77C555;
}
.TagClassName
{
border-color: #77C555;
}
</style>