Shades of Mantis #77D556
Tints of Mantis #77D556
RGB
CMYK
RGB Variations
Color information
#77D556 (or 0x77D556) is known color: Mantis. HEX triplet: 77, D5 and 56. RGB value is (119,213,86). Sum of RGB (Red+Green+Blue) = 119+213+86=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #77D556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D556 is #882AA9. Grayscale: #AAAAAA. Windows color (decimal): -8923818 or 5690743. OLE color: 5690743.
HSL color Cylindrical-coordinate representation of color #77D556: hue angle of 104.41º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77D556 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 213 | 86 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.16 |
| HSL | 104.41º | 0.6% | 0.59% | - |
| HSV(B) | 104.41º | 0.6% | 0.84% | - |
| XYZ | 33.08 | 52.18 | 17.13 | - |
| YUV | 170.42 | 80.36 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 213 | 86 | 0.44 | 0 | 0.60 | 0.16 | 104.41 | 0.6 | 0.59 |
| Hex | 77 | D5 | 56 | 2C | 0 | 3C | 10 | 68 | 3C | 3B |
| Octal | 167 | 325 | 126 | 54 | 0 | 74 | 20 | 150 | 74 | 73 |
| Binary | 1110111 | 11010101 | 1010110 | 101100 | 0 | 111100 | 10000 | 1101000 | 111100 | 111011 |
Color Harmonies of #77D556
Complementary color
Monochromatic Colors of #77D556
Black with #77D556
Text Example
Text Example
White with #77D556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D556; }
p { color: rgb(119,213,86); }
H1.HeaderClassName
{
color: #77D556;
}
.AnyTagClassName
{
color: #77D556;
}
</style>
background-color css
<style>
a { background-color: #77D556; }
a { background-color: rgb(119,213,86); }
div.DivClassName
{
background-color: #77D556;
}
.BgClassName
{
background-color: #77D556;
}
</style>
border-color css
<style>
span { border-color: #77D556; }
span { border-color: rgb(119,213,86); }
td.TdClassName
{
border-color: #77D556;
}
.TagClassName
{
border-color: #77D556;
}
</style>