Shades of Mantis #77DA56
Tints of Mantis #77DA56
RGB
CMYK
RGB Variations
Color information
#77DA56 (or 0x77DA56) is known color: Mantis. HEX triplet: 77, DA and 56. RGB value is (119,218,86). Sum of RGB (Red+Green+Blue) = 119+218+86=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #77DA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DA56 is #8825A9. Grayscale: #ADADAD. Windows color (decimal): -8922538 or 5692023. OLE color: 5692023.
HSL color Cylindrical-coordinate representation of color #77DA56: hue angle of 105º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77DA56 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 218 | 86 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.15 |
| HSL | 105º | 0.64% | 0.6% | - |
| HSV(B) | 105º | 0.61% | 0.85% | - |
| XYZ | 34.36 | 54.74 | 17.56 | - |
| YUV | 173.35 | 78.7 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 218 | 86 | 0.45 | 0 | 0.61 | 0.15 | 105 | 0.64 | 0.6 |
| Hex | 77 | DA | 56 | 2D | 0 | 3D | F | 69 | 40 | 3C |
| Octal | 167 | 332 | 126 | 55 | 0 | 75 | 17 | 151 | 100 | 74 |
| Binary | 1110111 | 11011010 | 1010110 | 101101 | 0 | 111101 | 1111 | 1101001 | 1000000 | 111100 |
Color Harmonies of #77DA56
Complementary color
Monochromatic Colors of #77DA56
Black with #77DA56
Text Example
Text Example
White with #77DA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DA56; }
p { color: rgb(119,218,86); }
H1.HeaderClassName
{
color: #77DA56;
}
.AnyTagClassName
{
color: #77DA56;
}
</style>
background-color css
<style>
a { background-color: #77DA56; }
a { background-color: rgb(119,218,86); }
div.DivClassName
{
background-color: #77DA56;
}
.BgClassName
{
background-color: #77DA56;
}
</style>
border-color css
<style>
span { border-color: #77DA56; }
span { border-color: rgb(119,218,86); }
td.TdClassName
{
border-color: #77DA56;
}
.TagClassName
{
border-color: #77DA56;
}
</style>