Shades of Mantis #77DB49
Tints of Mantis #77DB49
RGB
CMYK
RGB Variations
Color information
#77DB49 (or 0x77DB49) is known color: Mantis. HEX triplet: 77, DB and 49. RGB value is (119,219,73). Sum of RGB (Red+Green+Blue) = 119+219+73=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77DB49 is #8824B6. Grayscale: #ACACAC. Windows color (decimal): -8922295 or 4840311. OLE color: 4840311.
HSL color Cylindrical-coordinate representation of color #77DB49: hue angle of 101.1º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77DB49 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 73 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.14 |
| HSL | 101.1º | 0.67% | 0.57% | - |
| HSV(B) | 101.1º | 0.67% | 0.86% | - |
| XYZ | 34.14 | 55.07 | 15.13 | - |
| YUV | 172.46 | 71.87 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 73 | 0.46 | 0 | 0.67 | 0.14 | 101.1 | 0.67 | 0.57 |
| Hex | 77 | DB | 49 | 2E | 0 | 43 | E | 65 | 43 | 39 |
| Octal | 167 | 333 | 111 | 56 | 0 | 103 | 16 | 145 | 103 | 71 |
| Binary | 1110111 | 11011011 | 1001001 | 101110 | 0 | 1000011 | 1110 | 1100101 | 1000011 | 111001 |
Color Harmonies of #77DB49
Complementary color
Monochromatic Colors of #77DB49
Black with #77DB49
Text Example
Text Example
White with #77DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DB49; }
p { color: rgb(119,219,73); }
H1.HeaderClassName
{
color: #77DB49;
}
.AnyTagClassName
{
color: #77DB49;
}
</style>
background-color css
<style>
a { background-color: #77DB49; }
a { background-color: rgb(119,219,73); }
div.DivClassName
{
background-color: #77DB49;
}
.BgClassName
{
background-color: #77DB49;
}
</style>
border-color css
<style>
span { border-color: #77DB49; }
span { border-color: rgb(119,219,73); }
td.TdClassName
{
border-color: #77DB49;
}
.TagClassName
{
border-color: #77DB49;
}
</style>