Shades of Lima #77B539
Tints of Lima #77B539
RGB
CMYK
RGB Variations
Color information
#77B539 (or 0x77B539) is known color: Lima. HEX triplet: 77, B5 and 39. RGB value is (119,181,57). Sum of RGB (Red+Green+Blue) = 119+181+57=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #77B539 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B539 is #884AC6. Grayscale: #949494. Windows color (decimal): -8932039 or 3782007. OLE color: 3782007.
HSL color Cylindrical-coordinate representation of color #77B539: hue angle of 90º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77B539 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 181 | 57 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.29 |
| HSL | 90º | 0.52% | 0.47% | - |
| HSV(B) | 90º | 0.69% | 0.71% | - |
| XYZ | 24.87 | 37.27 | 9.75 | - |
| YUV | 148.33 | 76.46 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 57 | 0.34 | 0 | 0.69 | 0.29 | 90 | 0.52 | 0.47 |
| Hex | 77 | B5 | 39 | 22 | 0 | 45 | 1D | 5A | 34 | 2F |
| Octal | 167 | 265 | 71 | 42 | 0 | 105 | 35 | 132 | 64 | 57 |
| Binary | 1110111 | 10110101 | 111001 | 100010 | 0 | 1000101 | 11101 | 1011010 | 110100 | 101111 |
Color Harmonies of #77B539
Complementary color
Monochromatic Colors of #77B539
Black with #77B539
Text Example
Text Example
White with #77B539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B539; }
p { color: rgb(119,181,57); }
H1.HeaderClassName
{
color: #77B539;
}
.AnyTagClassName
{
color: #77B539;
}
</style>
background-color css
<style>
a { background-color: #77B539; }
a { background-color: rgb(119,181,57); }
div.DivClassName
{
background-color: #77B539;
}
.BgClassName
{
background-color: #77B539;
}
</style>
border-color css
<style>
span { border-color: #77B539; }
span { border-color: rgb(119,181,57); }
td.TdClassName
{
border-color: #77B539;
}
.TagClassName
{
border-color: #77B539;
}
</style>