Shades of Mantis #77C553
Tints of Mantis #77C553
RGB
CMYK
RGB Variations
Color information
#77C553 (or 0x77C553) is known color: Mantis. HEX triplet: 77, C5 and 53. RGB value is (119,197,83). Sum of RGB (Red+Green+Blue) = 119+197+83=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #77C553 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C553 is #883AAC. Grayscale: #A1A1A1. Windows color (decimal): -8927917 or 5490039. OLE color: 5490039.
HSL color Cylindrical-coordinate representation of color #77C553: hue angle of 101.05º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77C553 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 197 | 83 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.23 |
| HSL | 101.05º | 0.5% | 0.55% | - |
| HSV(B) | 101.05º | 0.58% | 0.77% | - |
| XYZ | 29.14 | 44.48 | 15.23 | - |
| YUV | 160.68 | 84.16 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 83 | 0.40 | 0 | 0.58 | 0.23 | 101.05 | 0.5 | 0.55 |
| Hex | 77 | C5 | 53 | 28 | 0 | 3A | 17 | 65 | 32 | 37 |
| Octal | 167 | 305 | 123 | 50 | 0 | 72 | 27 | 145 | 62 | 67 |
| Binary | 1110111 | 11000101 | 1010011 | 101000 | 0 | 111010 | 10111 | 1100101 | 110010 | 110111 |
Color Harmonies of #77C553
Complementary color
Monochromatic Colors of #77C553
Black with #77C553
Text Example
Text Example
White with #77C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C553; }
p { color: rgb(119,197,83); }
H1.HeaderClassName
{
color: #77C553;
}
.AnyTagClassName
{
color: #77C553;
}
</style>
background-color css
<style>
a { background-color: #77C553; }
a { background-color: rgb(119,197,83); }
div.DivClassName
{
background-color: #77C553;
}
.BgClassName
{
background-color: #77C553;
}
</style>
border-color css
<style>
span { border-color: #77C553; }
span { border-color: rgb(119,197,83); }
td.TdClassName
{
border-color: #77C553;
}
.TagClassName
{
border-color: #77C553;
}
</style>