Shades of Mantis #77DA57
Tints of Mantis #77DA57
RGB
CMYK
RGB Variations
Color information
#77DA57 (or 0x77DA57) is known color: Mantis. HEX triplet: 77, DA and 57. RGB value is (119,218,87). Sum of RGB (Red+Green+Blue) = 119+218+87=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #77DA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DA57 is #8825A8. Grayscale: #ADADAD. Windows color (decimal): -8922537 or 5757559. OLE color: 5757559.
HSL color Cylindrical-coordinate representation of color #77DA57: hue angle of 105.34º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77DA57 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 218 | 87 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.15 |
| HSL | 105.34º | 0.64% | 0.6% | - |
| HSV(B) | 105.34º | 0.6% | 0.85% | - |
| XYZ | 34.4 | 54.75 | 17.77 | - |
| YUV | 173.47 | 79.2 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 218 | 87 | 0.45 | 0 | 0.60 | 0.15 | 105.34 | 0.64 | 0.6 |
| Hex | 77 | DA | 57 | 2D | 0 | 3C | F | 69 | 40 | 3C |
| Octal | 167 | 332 | 127 | 55 | 0 | 74 | 17 | 151 | 100 | 74 |
| Binary | 1110111 | 11011010 | 1010111 | 101101 | 0 | 111100 | 1111 | 1101001 | 1000000 | 111100 |
Color Harmonies of #77DA57
Complementary color
Monochromatic Colors of #77DA57
Black with #77DA57
Text Example
Text Example
White with #77DA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DA57; }
p { color: rgb(119,218,87); }
H1.HeaderClassName
{
color: #77DA57;
}
.AnyTagClassName
{
color: #77DA57;
}
</style>
background-color css
<style>
a { background-color: #77DA57; }
a { background-color: rgb(119,218,87); }
div.DivClassName
{
background-color: #77DA57;
}
.BgClassName
{
background-color: #77DA57;
}
</style>
border-color css
<style>
span { border-color: #77DA57; }
span { border-color: rgb(119,218,87); }
td.TdClassName
{
border-color: #77DA57;
}
.TagClassName
{
border-color: #77DA57;
}
</style>