Shades of Mantis #77DB4D
Tints of Mantis #77DB4D
RGB
CMYK
RGB Variations
Color information
#77DB4D (or 0x77DB4D) is known color: Mantis. HEX triplet: 77, DB and 4D. RGB value is (119,219,77). Sum of RGB (Red+Green+Blue) = 119+219+77=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DB4D is #8824B2. Grayscale: #ADADAD. Windows color (decimal): -8922291 or 5102455. OLE color: 5102455.
HSL color Cylindrical-coordinate representation of color #77DB4D: hue angle of 102.25º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77DB4D is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 77 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.14 |
| HSL | 102.25º | 0.66% | 0.58% | - |
| HSV(B) | 102.25º | 0.65% | 0.86% | - |
| XYZ | 34.28 | 55.12 | 15.85 | - |
| YUV | 172.91 | 73.87 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 77 | 0.46 | 0 | 0.65 | 0.14 | 102.25 | 0.66 | 0.58 |
| Hex | 77 | DB | 4D | 2E | 0 | 41 | E | 66 | 42 | 3A |
| Octal | 167 | 333 | 115 | 56 | 0 | 101 | 16 | 146 | 102 | 72 |
| Binary | 1110111 | 11011011 | 1001101 | 101110 | 0 | 1000001 | 1110 | 1100110 | 1000010 | 111010 |
Color Harmonies of #77DB4D
Complementary color
Monochromatic Colors of #77DB4D
Black with #77DB4D
Text Example
Text Example
White with #77DB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DB4D; }
p { color: rgb(119,219,77); }
H1.HeaderClassName
{
color: #77DB4D;
}
.AnyTagClassName
{
color: #77DB4D;
}
</style>
background-color css
<style>
a { background-color: #77DB4D; }
a { background-color: rgb(119,219,77); }
div.DivClassName
{
background-color: #77DB4D;
}
.BgClassName
{
background-color: #77DB4D;
}
</style>
border-color css
<style>
span { border-color: #77DB4D; }
span { border-color: rgb(119,219,77); }
td.TdClassName
{
border-color: #77DB4D;
}
.TagClassName
{
border-color: #77DB4D;
}
</style>