Shades of Mantis #77DA55
Tints of Mantis #77DA55
RGB
CMYK
RGB Variations
Color information
#77DA55 (or 0x77DA55) is known color: Mantis. HEX triplet: 77, DA and 55. RGB value is (119,218,85). Sum of RGB (Red+Green+Blue) = 119+218+85=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #77DA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DA55 is #8825AA. Grayscale: #ADADAD. Windows color (decimal): -8922539 or 5626487. OLE color: 5626487.
HSL color Cylindrical-coordinate representation of color #77DA55: hue angle of 104.66º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77DA55 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 218 | 85 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.15 |
| HSL | 104.66º | 0.64% | 0.59% | - |
| HSV(B) | 104.66º | 0.61% | 0.85% | - |
| XYZ | 34.32 | 54.72 | 17.35 | - |
| YUV | 173.24 | 78.2 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 218 | 85 | 0.45 | 0 | 0.61 | 0.15 | 104.66 | 0.64 | 0.59 |
| Hex | 77 | DA | 55 | 2D | 0 | 3D | F | 69 | 40 | 3B |
| Octal | 167 | 332 | 125 | 55 | 0 | 75 | 17 | 151 | 100 | 73 |
| Binary | 1110111 | 11011010 | 1010101 | 101101 | 0 | 111101 | 1111 | 1101001 | 1000000 | 111011 |
Color Harmonies of #77DA55
Complementary color
Monochromatic Colors of #77DA55
Black with #77DA55
Text Example
Text Example
White with #77DA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DA55; }
p { color: rgb(119,218,85); }
H1.HeaderClassName
{
color: #77DA55;
}
.AnyTagClassName
{
color: #77DA55;
}
</style>
background-color css
<style>
a { background-color: #77DA55; }
a { background-color: rgb(119,218,85); }
div.DivClassName
{
background-color: #77DA55;
}
.BgClassName
{
background-color: #77DA55;
}
</style>
border-color css
<style>
span { border-color: #77DA55; }
span { border-color: rgb(119,218,85); }
td.TdClassName
{
border-color: #77DA55;
}
.TagClassName
{
border-color: #77DA55;
}
</style>