Shades of Mantis #77DA4D
Tints of Mantis #77DA4D
RGB
CMYK
RGB Variations
Color information
#77DA4D (or 0x77DA4D) is known color: Mantis. HEX triplet: 77, DA and 4D. RGB value is (119,218,77). Sum of RGB (Red+Green+Blue) = 119+218+77=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #77DA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DA4D is #8825B2. Grayscale: #ACACAC. Windows color (decimal): -8922547 or 5102199. OLE color: 5102199.
HSL color Cylindrical-coordinate representation of color #77DA4D: hue angle of 102.13º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77DA4D is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 218 | 77 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.15 |
| HSL | 102.13º | 0.66% | 0.58% | - |
| HSV(B) | 102.13º | 0.65% | 0.85% | - |
| XYZ | 34.02 | 54.6 | 15.77 | - |
| YUV | 172.33 | 74.2 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 218 | 77 | 0.45 | 0 | 0.65 | 0.15 | 102.13 | 0.66 | 0.58 |
| Hex | 77 | DA | 4D | 2D | 0 | 41 | F | 66 | 42 | 3A |
| Octal | 167 | 332 | 115 | 55 | 0 | 101 | 17 | 146 | 102 | 72 |
| Binary | 1110111 | 11011010 | 1001101 | 101101 | 0 | 1000001 | 1111 | 1100110 | 1000010 | 111010 |
Color Harmonies of #77DA4D
Complementary color
Monochromatic Colors of #77DA4D
Black with #77DA4D
Text Example
Text Example
White with #77DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DA4D; }
p { color: rgb(119,218,77); }
H1.HeaderClassName
{
color: #77DA4D;
}
.AnyTagClassName
{
color: #77DA4D;
}
</style>
background-color css
<style>
a { background-color: #77DA4D; }
a { background-color: rgb(119,218,77); }
div.DivClassName
{
background-color: #77DA4D;
}
.BgClassName
{
background-color: #77DA4D;
}
</style>
border-color css
<style>
span { border-color: #77DA4D; }
span { border-color: rgb(119,218,77); }
td.TdClassName
{
border-color: #77DA4D;
}
.TagClassName
{
border-color: #77DA4D;
}
</style>