Shades of Lima #77AB27
Tints of Lima #77AB27
RGB
CMYK
RGB Variations
Color information
#77AB27 (or 0x77AB27) is known color: Lima. HEX triplet: 77, AB and 27. RGB value is (119,171,39). Sum of RGB (Red+Green+Blue) = 119+171+39=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AB27 is #8854D8. Grayscale: #8C8C8C. Windows color (decimal): -8934617 or 2599799. OLE color: 2599799.
HSL color Cylindrical-coordinate representation of color #77AB27: hue angle of 83.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77AB27 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 171 | 39 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.33 |
| HSL | 83.64º | 0.63% | 0.41% | - |
| HSV(B) | 83.64º | 0.77% | 0.67% | - |
| XYZ | 22.54 | 33.19 | 7.14 | - |
| YUV | 140.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 39 | 0.30 | 0 | 0.77 | 0.33 | 83.64 | 0.63 | 0.41 |
| Hex | 77 | AB | 27 | 1E | 0 | 4D | 21 | 54 | 3F | 29 |
| Octal | 167 | 253 | 47 | 36 | 0 | 115 | 41 | 124 | 77 | 51 |
| Binary | 1110111 | 10101011 | 100111 | 11110 | 0 | 1001101 | 100001 | 1010100 | 111111 | 101001 |
Color Harmonies of #77AB27
Complementary color
Monochromatic Colors of #77AB27
Black with #77AB27
Text Example
Text Example
White with #77AB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AB27; }
p { color: rgb(119,171,39); }
H1.HeaderClassName
{
color: #77AB27;
}
.AnyTagClassName
{
color: #77AB27;
}
</style>
background-color css
<style>
a { background-color: #77AB27; }
a { background-color: rgb(119,171,39); }
div.DivClassName
{
background-color: #77AB27;
}
.BgClassName
{
background-color: #77AB27;
}
</style>
border-color css
<style>
span { border-color: #77AB27; }
span { border-color: rgb(119,171,39); }
td.TdClassName
{
border-color: #77AB27;
}
.TagClassName
{
border-color: #77AB27;
}
</style>