Shades of Lima #77B531
Tints of Lima #77B531
RGB
CMYK
RGB Variations
Color information
#77B531 (or 0x77B531) is known color: Lima. HEX triplet: 77, B5 and 31. RGB value is (119,181,49). Sum of RGB (Red+Green+Blue) = 119+181+49=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #77B531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B531 is #884ACE. Grayscale: #939393. Windows color (decimal): -8932047 or 3257719. OLE color: 3257719.
HSL color Cylindrical-coordinate representation of color #77B531: hue angle of 88.18º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77B531 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 181 | 49 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.29 |
| HSL | 88.18º | 0.57% | 0.45% | - |
| HSV(B) | 88.18º | 0.73% | 0.71% | - |
| XYZ | 24.69 | 37.19 | 8.78 | - |
| YUV | 147.41 | 72.46 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 49 | 0.34 | 0 | 0.73 | 0.29 | 88.18 | 0.57 | 0.45 |
| Hex | 77 | B5 | 31 | 22 | 0 | 49 | 1D | 58 | 39 | 2D |
| Octal | 167 | 265 | 61 | 42 | 0 | 111 | 35 | 130 | 71 | 55 |
| Binary | 1110111 | 10110101 | 110001 | 100010 | 0 | 1001001 | 11101 | 1011000 | 111001 | 101101 |
Color Harmonies of #77B531
Complementary color
Monochromatic Colors of #77B531
Black with #77B531
Text Example
Text Example
White with #77B531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B531; }
p { color: rgb(119,181,49); }
H1.HeaderClassName
{
color: #77B531;
}
.AnyTagClassName
{
color: #77B531;
}
</style>
background-color css
<style>
a { background-color: #77B531; }
a { background-color: rgb(119,181,49); }
div.DivClassName
{
background-color: #77B531;
}
.BgClassName
{
background-color: #77B531;
}
</style>
border-color css
<style>
span { border-color: #77B531; }
span { border-color: rgb(119,181,49); }
td.TdClassName
{
border-color: #77B531;
}
.TagClassName
{
border-color: #77B531;
}
</style>