Shades of Lima #77BA37
Tints of Lima #77BA37
RGB
CMYK
RGB Variations
Color information
#77BA37 (or 0x77BA37) is known color: Lima. HEX triplet: 77, BA and 37. RGB value is (119,186,55). Sum of RGB (Red+Green+Blue) = 119+186+55=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BA37 is #8845C8. Grayscale: #979797. Windows color (decimal): -8930761 or 3652215. OLE color: 3652215.
HSL color Cylindrical-coordinate representation of color #77BA37: hue angle of 90.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77BA37 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 186 | 55 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.27 |
| HSL | 90.69º | 0.54% | 0.47% | - |
| HSV(B) | 90.69º | 0.7% | 0.73% | - |
| XYZ | 25.86 | 39.32 | 9.84 | - |
| YUV | 151.03 | 73.8 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 55 | 0.36 | 0 | 0.70 | 0.27 | 90.69 | 0.54 | 0.47 |
| Hex | 77 | BA | 37 | 24 | 0 | 46 | 1B | 5B | 36 | 2F |
| Octal | 167 | 272 | 67 | 44 | 0 | 106 | 33 | 133 | 66 | 57 |
| Binary | 1110111 | 10111010 | 110111 | 100100 | 0 | 1000110 | 11011 | 1011011 | 110110 | 101111 |
Color Harmonies of #77BA37
Complementary color
Monochromatic Colors of #77BA37
Black with #77BA37
Text Example
Text Example
White with #77BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BA37; }
p { color: rgb(119,186,55); }
H1.HeaderClassName
{
color: #77BA37;
}
.AnyTagClassName
{
color: #77BA37;
}
</style>
background-color css
<style>
a { background-color: #77BA37; }
a { background-color: rgb(119,186,55); }
div.DivClassName
{
background-color: #77BA37;
}
.BgClassName
{
background-color: #77BA37;
}
</style>
border-color css
<style>
span { border-color: #77BA37; }
span { border-color: rgb(119,186,55); }
td.TdClassName
{
border-color: #77BA37;
}
.TagClassName
{
border-color: #77BA37;
}
</style>