Shades of Mantis #77DB51
Tints of Mantis #77DB51
RGB
CMYK
RGB Variations
Color information
#77DB51 (or 0x77DB51) is known color: Mantis. HEX triplet: 77, DB and 51. RGB value is (119,219,81). Sum of RGB (Red+Green+Blue) = 119+219+81=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DB51 is #8824AE. Grayscale: #ADADAD. Windows color (decimal): -8922287 or 5364599. OLE color: 5364599.
HSL color Cylindrical-coordinate representation of color #77DB51: hue angle of 103.48º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77DB51 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 81 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.14 |
| HSL | 103.48º | 0.66% | 0.59% | - |
| HSV(B) | 103.48º | 0.63% | 0.86% | - |
| XYZ | 34.42 | 55.18 | 16.62 | - |
| YUV | 173.37 | 75.87 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 81 | 0.46 | 0 | 0.63 | 0.14 | 103.48 | 0.66 | 0.59 |
| Hex | 77 | DB | 51 | 2E | 0 | 3F | E | 67 | 42 | 3B |
| Octal | 167 | 333 | 121 | 56 | 0 | 77 | 16 | 147 | 102 | 73 |
| Binary | 1110111 | 11011011 | 1010001 | 101110 | 0 | 111111 | 1110 | 1100111 | 1000010 | 111011 |
Color Harmonies of #77DB51
Complementary color
Monochromatic Colors of #77DB51
Black with #77DB51
Text Example
Text Example
White with #77DB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DB51; }
p { color: rgb(119,219,81); }
H1.HeaderClassName
{
color: #77DB51;
}
.AnyTagClassName
{
color: #77DB51;
}
</style>
background-color css
<style>
a { background-color: #77DB51; }
a { background-color: rgb(119,219,81); }
div.DivClassName
{
background-color: #77DB51;
}
.BgClassName
{
background-color: #77DB51;
}
</style>
border-color css
<style>
span { border-color: #77DB51; }
span { border-color: rgb(119,219,81); }
td.TdClassName
{
border-color: #77DB51;
}
.TagClassName
{
border-color: #77DB51;
}
</style>