Shades of Mantis #77BA50
Tints of Mantis #77BA50
RGB
CMYK
RGB Variations
Color information
#77BA50 (or 0x77BA50) is known color: Mantis. HEX triplet: 77, BA and 50. RGB value is (119,186,80). Sum of RGB (Red+Green+Blue) = 119+186+80=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BA50 is #8845AF. Grayscale: #9A9A9A. Windows color (decimal): -8930736 or 5290615. OLE color: 5290615.
HSL color Cylindrical-coordinate representation of color #77BA50: hue angle of 97.92º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77BA50 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 186 | 80 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.27 |
| HSL | 97.92º | 0.43% | 0.52% | - |
| HSV(B) | 97.92º | 0.57% | 0.73% | - |
| XYZ | 26.61 | 39.62 | 13.83 | - |
| YUV | 153.88 | 86.3 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 80 | 0.36 | 0 | 0.57 | 0.27 | 97.92 | 0.43 | 0.52 |
| Hex | 77 | BA | 50 | 24 | 0 | 39 | 1B | 62 | 2B | 34 |
| Octal | 167 | 272 | 120 | 44 | 0 | 71 | 33 | 142 | 53 | 64 |
| Binary | 1110111 | 10111010 | 1010000 | 100100 | 0 | 111001 | 11011 | 1100010 | 101011 | 110100 |
Color Harmonies of #77BA50
Complementary color
Monochromatic Colors of #77BA50
Black with #77BA50
Text Example
Text Example
White with #77BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BA50; }
p { color: rgb(119,186,80); }
H1.HeaderClassName
{
color: #77BA50;
}
.AnyTagClassName
{
color: #77BA50;
}
</style>
background-color css
<style>
a { background-color: #77BA50; }
a { background-color: rgb(119,186,80); }
div.DivClassName
{
background-color: #77BA50;
}
.BgClassName
{
background-color: #77BA50;
}
</style>
border-color css
<style>
span { border-color: #77BA50; }
span { border-color: rgb(119,186,80); }
td.TdClassName
{
border-color: #77BA50;
}
.TagClassName
{
border-color: #77BA50;
}
</style>