Shades of Mantis #77D84D
Tints of Mantis #77D84D
RGB
CMYK
RGB Variations
Color information
#77D84D (or 0x77D84D) is known color: Mantis. HEX triplet: 77, D8 and 4D. RGB value is (119,216,77). Sum of RGB (Red+Green+Blue) = 119+216+77=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #77D84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D84D is #8827B2. Grayscale: #ABABAB. Windows color (decimal): -8923059 or 5101687. OLE color: 5101687.
HSL color Cylindrical-coordinate representation of color #77D84D: hue angle of 101.87º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77D84D is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 216 | 77 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.15 |
| HSL | 101.87º | 0.64% | 0.57% | - |
| HSV(B) | 101.87º | 0.64% | 0.85% | - |
| XYZ | 33.5 | 53.57 | 15.6 | - |
| YUV | 171.15 | 74.86 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 216 | 77 | 0.45 | 0 | 0.64 | 0.15 | 101.87 | 0.64 | 0.57 |
| Hex | 77 | D8 | 4D | 2D | 0 | 40 | F | 66 | 40 | 39 |
| Octal | 167 | 330 | 115 | 55 | 0 | 100 | 17 | 146 | 100 | 71 |
| Binary | 1110111 | 11011000 | 1001101 | 101101 | 0 | 1000000 | 1111 | 1100110 | 1000000 | 111001 |
Color Harmonies of #77D84D
Complementary color
Monochromatic Colors of #77D84D
Black with #77D84D
Text Example
Text Example
White with #77D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D84D; }
p { color: rgb(119,216,77); }
H1.HeaderClassName
{
color: #77D84D;
}
.AnyTagClassName
{
color: #77D84D;
}
</style>
background-color css
<style>
a { background-color: #77D84D; }
a { background-color: rgb(119,216,77); }
div.DivClassName
{
background-color: #77D84D;
}
.BgClassName
{
background-color: #77D84D;
}
</style>
border-color css
<style>
span { border-color: #77D84D; }
span { border-color: rgb(119,216,77); }
td.TdClassName
{
border-color: #77D84D;
}
.TagClassName
{
border-color: #77D84D;
}
</style>