Shades of Mantis #77D845
Tints of Mantis #77D845
RGB
CMYK
RGB Variations
Color information
#77D845 (or 0x77D845) is known color: Mantis. HEX triplet: 77, D8 and 45. RGB value is (119,216,69). Sum of RGB (Red+Green+Blue) = 119+216+69=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #77D845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D845 is #8827BA. Grayscale: #AAAAAA. Windows color (decimal): -8923067 or 4577399. OLE color: 4577399.
HSL color Cylindrical-coordinate representation of color #77D845: hue angle of 99.59º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77D845 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 216 | 69 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.15 |
| HSL | 99.59º | 0.65% | 0.56% | - |
| HSV(B) | 99.59º | 0.68% | 0.85% | - |
| XYZ | 33.24 | 53.46 | 14.2 | - |
| YUV | 170.24 | 70.86 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 216 | 69 | 0.45 | 0 | 0.68 | 0.15 | 99.59 | 0.65 | 0.56 |
| Hex | 77 | D8 | 45 | 2D | 0 | 44 | F | 64 | 41 | 38 |
| Octal | 167 | 330 | 105 | 55 | 0 | 104 | 17 | 144 | 101 | 70 |
| Binary | 1110111 | 11011000 | 1000101 | 101101 | 0 | 1000100 | 1111 | 1100100 | 1000001 | 111000 |
Color Harmonies of #77D845
Complementary color
Monochromatic Colors of #77D845
Black with #77D845
Text Example
Text Example
White with #77D845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D845; }
p { color: rgb(119,216,69); }
H1.HeaderClassName
{
color: #77D845;
}
.AnyTagClassName
{
color: #77D845;
}
</style>
background-color css
<style>
a { background-color: #77D845; }
a { background-color: rgb(119,216,69); }
div.DivClassName
{
background-color: #77D845;
}
.BgClassName
{
background-color: #77D845;
}
</style>
border-color css
<style>
span { border-color: #77D845; }
span { border-color: rgb(119,216,69); }
td.TdClassName
{
border-color: #77D845;
}
.TagClassName
{
border-color: #77D845;
}
</style>