Shades of Lima #77AF29
Tints of Lima #77AF29
RGB
CMYK
RGB Variations
Color information
#77AF29 (or 0x77AF29) is known color: Lima. HEX triplet: 77, AF and 29. RGB value is (119,175,41). Sum of RGB (Red+Green+Blue) = 119+175+41=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AF29 is #8850D6. Grayscale: #8F8F8F. Windows color (decimal): -8933591 or 2731895. OLE color: 2731895.
HSL color Cylindrical-coordinate representation of color #77AF29: hue angle of 85.07º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77AF29 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 41 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.31 |
| HSL | 85.07º | 0.62% | 0.42% | - |
| HSV(B) | 85.07º | 0.77% | 0.69% | - |
| XYZ | 23.34 | 34.74 | 7.57 | - |
| YUV | 142.98 | 70.45 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 41 | 0.32 | 0 | 0.77 | 0.31 | 85.07 | 0.62 | 0.42 |
| Hex | 77 | AF | 29 | 20 | 0 | 4D | 1F | 55 | 3E | 2A |
| Octal | 167 | 257 | 51 | 40 | 0 | 115 | 37 | 125 | 76 | 52 |
| Binary | 1110111 | 10101111 | 101001 | 100000 | 0 | 1001101 | 11111 | 1010101 | 111110 | 101010 |
Color Harmonies of #77AF29
Complementary color
Monochromatic Colors of #77AF29
Black with #77AF29
Text Example
Text Example
White with #77AF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AF29; }
p { color: rgb(119,175,41); }
H1.HeaderClassName
{
color: #77AF29;
}
.AnyTagClassName
{
color: #77AF29;
}
</style>
background-color css
<style>
a { background-color: #77AF29; }
a { background-color: rgb(119,175,41); }
div.DivClassName
{
background-color: #77AF29;
}
.BgClassName
{
background-color: #77AF29;
}
</style>
border-color css
<style>
span { border-color: #77AF29; }
span { border-color: rgb(119,175,41); }
td.TdClassName
{
border-color: #77AF29;
}
.TagClassName
{
border-color: #77AF29;
}
</style>