Shades of Mantis #77C558
Tints of Mantis #77C558
RGB
CMYK
RGB Variations
Color information
#77C558 (or 0x77C558) is known color: Mantis. HEX triplet: 77, C5 and 58. RGB value is (119,197,88). Sum of RGB (Red+Green+Blue) = 119+197+88=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #77C558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C558 is #883AA7. Grayscale: #A1A1A1. Windows color (decimal): -8927912 or 5817719. OLE color: 5817719.
HSL color Cylindrical-coordinate representation of color #77C558: hue angle of 102.94º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77C558 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 197 | 88 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.23 |
| HSL | 102.94º | 0.48% | 0.56% | - |
| HSV(B) | 102.94º | 0.55% | 0.77% | - |
| XYZ | 29.34 | 44.56 | 16.29 | - |
| YUV | 161.25 | 86.66 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 88 | 0.40 | 0 | 0.55 | 0.23 | 102.94 | 0.48 | 0.56 |
| Hex | 77 | C5 | 58 | 28 | 0 | 37 | 17 | 67 | 30 | 38 |
| Octal | 167 | 305 | 130 | 50 | 0 | 67 | 27 | 147 | 60 | 70 |
| Binary | 1110111 | 11000101 | 1011000 | 101000 | 0 | 110111 | 10111 | 1100111 | 110000 | 111000 |
Color Harmonies of #77C558
Complementary color
Monochromatic Colors of #77C558
Black with #77C558
Text Example
Text Example
White with #77C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C558; }
p { color: rgb(119,197,88); }
H1.HeaderClassName
{
color: #77C558;
}
.AnyTagClassName
{
color: #77C558;
}
</style>
background-color css
<style>
a { background-color: #77C558; }
a { background-color: rgb(119,197,88); }
div.DivClassName
{
background-color: #77C558;
}
.BgClassName
{
background-color: #77C558;
}
</style>
border-color css
<style>
span { border-color: #77C558; }
span { border-color: rgb(119,197,88); }
td.TdClassName
{
border-color: #77C558;
}
.TagClassName
{
border-color: #77C558;
}
</style>