Shades of Mantis #77BA57
Tints of Mantis #77BA57
RGB
CMYK
RGB Variations
Color information
#77BA57 (or 0x77BA57) is known color: Mantis. HEX triplet: 77, BA and 57. RGB value is (119,186,87). Sum of RGB (Red+Green+Blue) = 119+186+87=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BA57 is #8845A8. Grayscale: #9B9B9B. Windows color (decimal): -8930729 or 5749367. OLE color: 5749367.
HSL color Cylindrical-coordinate representation of color #77BA57: hue angle of 100.61º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77BA57 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 186 | 87 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.27 |
| HSL | 100.61º | 0.42% | 0.54% | - |
| HSV(B) | 100.61º | 0.53% | 0.73% | - |
| XYZ | 26.89 | 39.73 | 15.27 | - |
| YUV | 154.68 | 89.8 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 87 | 0.36 | 0 | 0.53 | 0.27 | 100.61 | 0.42 | 0.54 |
| Hex | 77 | BA | 57 | 24 | 0 | 35 | 1B | 65 | 2A | 36 |
| Octal | 167 | 272 | 127 | 44 | 0 | 65 | 33 | 145 | 52 | 66 |
| Binary | 1110111 | 10111010 | 1010111 | 100100 | 0 | 110101 | 11011 | 1100101 | 101010 | 110110 |
Color Harmonies of #77BA57
Complementary color
Monochromatic Colors of #77BA57
Black with #77BA57
Text Example
Text Example
White with #77BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BA57; }
p { color: rgb(119,186,87); }
H1.HeaderClassName
{
color: #77BA57;
}
.AnyTagClassName
{
color: #77BA57;
}
</style>
background-color css
<style>
a { background-color: #77BA57; }
a { background-color: rgb(119,186,87); }
div.DivClassName
{
background-color: #77BA57;
}
.BgClassName
{
background-color: #77BA57;
}
</style>
border-color css
<style>
span { border-color: #77BA57; }
span { border-color: rgb(119,186,87); }
td.TdClassName
{
border-color: #77BA57;
}
.TagClassName
{
border-color: #77BA57;
}
</style>