Shades of Lima #77AB2B
Tints of Lima #77AB2B
RGB
CMYK
RGB Variations
Color information
#77AB2B (or 0x77AB2B) is known color: Lima. HEX triplet: 77, AB and 2B. RGB value is (119,171,43). Sum of RGB (Red+Green+Blue) = 119+171+43=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AB2B is #8854D4. Grayscale: #8D8D8D. Windows color (decimal): -8934613 or 2861943. OLE color: 2861943.
HSL color Cylindrical-coordinate representation of color #77AB2B: hue angle of 84.38º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77AB2B is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 171 | 43 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.33 |
| HSL | 84.38º | 0.6% | 0.42% | - |
| HSV(B) | 84.38º | 0.75% | 0.67% | - |
| XYZ | 22.61 | 33.22 | 7.51 | - |
| YUV | 140.86 | 72.77 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 43 | 0.30 | 0 | 0.75 | 0.33 | 84.38 | 0.6 | 0.42 |
| Hex | 77 | AB | 2B | 1E | 0 | 4B | 21 | 54 | 3C | 2A |
| Octal | 167 | 253 | 53 | 36 | 0 | 113 | 41 | 124 | 74 | 52 |
| Binary | 1110111 | 10101011 | 101011 | 11110 | 0 | 1001011 | 100001 | 1010100 | 111100 | 101010 |
Color Harmonies of #77AB2B
Complementary color
Monochromatic Colors of #77AB2B
Black with #77AB2B
Text Example
Text Example
White with #77AB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AB2B; }
p { color: rgb(119,171,43); }
H1.HeaderClassName
{
color: #77AB2B;
}
.AnyTagClassName
{
color: #77AB2B;
}
</style>
background-color css
<style>
a { background-color: #77AB2B; }
a { background-color: rgb(119,171,43); }
div.DivClassName
{
background-color: #77AB2B;
}
.BgClassName
{
background-color: #77AB2B;
}
</style>
border-color css
<style>
span { border-color: #77AB2B; }
span { border-color: rgb(119,171,43); }
td.TdClassName
{
border-color: #77AB2B;
}
.TagClassName
{
border-color: #77AB2B;
}
</style>