Shades of Mantis #77D844
Tints of Mantis #77D844
RGB
CMYK
RGB Variations
Color information
#77D844 (or 0x77D844) is known color: Mantis. HEX triplet: 77, D8 and 44. RGB value is (119,216,68). Sum of RGB (Red+Green+Blue) = 119+216+68=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #77D844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D844 is #8827BB. Grayscale: #AAAAAA. Windows color (decimal): -8923068 or 4511863. OLE color: 4511863.
HSL color Cylindrical-coordinate representation of color #77D844: hue angle of 99.32º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77D844 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 216 | 68 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.15 |
| HSL | 99.32º | 0.65% | 0.56% | - |
| HSV(B) | 99.32º | 0.69% | 0.85% | - |
| XYZ | 33.21 | 53.45 | 14.04 | - |
| YUV | 170.13 | 70.36 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 216 | 68 | 0.45 | 0 | 0.69 | 0.15 | 99.32 | 0.65 | 0.56 |
| Hex | 77 | D8 | 44 | 2D | 0 | 45 | F | 63 | 41 | 38 |
| Octal | 167 | 330 | 104 | 55 | 0 | 105 | 17 | 143 | 101 | 70 |
| Binary | 1110111 | 11011000 | 1000100 | 101101 | 0 | 1000101 | 1111 | 1100011 | 1000001 | 111000 |
Color Harmonies of #77D844
Complementary color
Monochromatic Colors of #77D844
Black with #77D844
Text Example
Text Example
White with #77D844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D844; }
p { color: rgb(119,216,68); }
H1.HeaderClassName
{
color: #77D844;
}
.AnyTagClassName
{
color: #77D844;
}
</style>
background-color css
<style>
a { background-color: #77D844; }
a { background-color: rgb(119,216,68); }
div.DivClassName
{
background-color: #77D844;
}
.BgClassName
{
background-color: #77D844;
}
</style>
border-color css
<style>
span { border-color: #77D844; }
span { border-color: rgb(119,216,68); }
td.TdClassName
{
border-color: #77D844;
}
.TagClassName
{
border-color: #77D844;
}
</style>