Shades of Mantis #77BF51
Tints of Mantis #77BF51
RGB
CMYK
RGB Variations
Color information
#77BF51 (or 0x77BF51) is known color: Mantis. HEX triplet: 77, BF and 51. RGB value is (119,191,81). Sum of RGB (Red+Green+Blue) = 119+191+81=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BF51 is #8840AE. Grayscale: #9D9D9D. Windows color (decimal): -8929455 or 5357431. OLE color: 5357431.
HSL color Cylindrical-coordinate representation of color #77BF51: hue angle of 99.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77BF51 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 191 | 81 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.25 |
| HSL | 99.27º | 0.46% | 0.53% | - |
| HSV(B) | 99.27º | 0.58% | 0.75% | - |
| XYZ | 27.72 | 41.78 | 14.39 | - |
| YUV | 156.93 | 85.15 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 81 | 0.38 | 0 | 0.58 | 0.25 | 99.27 | 0.46 | 0.53 |
| Hex | 77 | BF | 51 | 26 | 0 | 3A | 19 | 63 | 2E | 35 |
| Octal | 167 | 277 | 121 | 46 | 0 | 72 | 31 | 143 | 56 | 65 |
| Binary | 1110111 | 10111111 | 1010001 | 100110 | 0 | 111010 | 11001 | 1100011 | 101110 | 110101 |
Color Harmonies of #77BF51
Complementary color
Monochromatic Colors of #77BF51
Black with #77BF51
Text Example
Text Example
White with #77BF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BF51; }
p { color: rgb(119,191,81); }
H1.HeaderClassName
{
color: #77BF51;
}
.AnyTagClassName
{
color: #77BF51;
}
</style>
background-color css
<style>
a { background-color: #77BF51; }
a { background-color: rgb(119,191,81); }
div.DivClassName
{
background-color: #77BF51;
}
.BgClassName
{
background-color: #77BF51;
}
</style>
border-color css
<style>
span { border-color: #77BF51; }
span { border-color: rgb(119,191,81); }
td.TdClassName
{
border-color: #77BF51;
}
.TagClassName
{
border-color: #77BF51;
}
</style>