Shades of Lima #77AB1F
Tints of Lima #77AB1F
RGB
CMYK
RGB Variations
Color information
#77AB1F (or 0x77AB1F) is known color: Lima. HEX triplet: 77, AB and 1F. RGB value is (119,171,31). Sum of RGB (Red+Green+Blue) = 119+171+31=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AB1F is #8854E0. Grayscale: #8C8C8C. Windows color (decimal): -8934625 or 2075511. OLE color: 2075511.
HSL color Cylindrical-coordinate representation of color #77AB1F: hue angle of 82.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77AB1F is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 171 | 31 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.33 |
| HSL | 82.29º | 0.69% | 0.4% | - |
| HSV(B) | 82.29º | 0.82% | 0.67% | - |
| XYZ | 22.42 | 33.15 | 6.51 | - |
| YUV | 139.49 | 66.77 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 31 | 0.30 | 0 | 0.82 | 0.33 | 82.29 | 0.69 | 0.4 |
| Hex | 77 | AB | 1F | 1E | 0 | 52 | 21 | 52 | 45 | 28 |
| Octal | 167 | 253 | 37 | 36 | 0 | 122 | 41 | 122 | 105 | 50 |
| Binary | 1110111 | 10101011 | 11111 | 11110 | 0 | 1010010 | 100001 | 1010010 | 1000101 | 101000 |
Color Harmonies of #77AB1F
Complementary color
Monochromatic Colors of #77AB1F
Black with #77AB1F
Text Example
Text Example
White with #77AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AB1F; }
p { color: rgb(119,171,31); }
H1.HeaderClassName
{
color: #77AB1F;
}
.AnyTagClassName
{
color: #77AB1F;
}
</style>
background-color css
<style>
a { background-color: #77AB1F; }
a { background-color: rgb(119,171,31); }
div.DivClassName
{
background-color: #77AB1F;
}
.BgClassName
{
background-color: #77AB1F;
}
</style>
border-color css
<style>
span { border-color: #77AB1F; }
span { border-color: rgb(119,171,31); }
td.TdClassName
{
border-color: #77AB1F;
}
.TagClassName
{
border-color: #77AB1F;
}
</style>