Shades of Lima #77AF20
Tints of Lima #77AF20
RGB
CMYK
RGB Variations
Color information
#77AF20 (or 0x77AF20) is known color: Lima. HEX triplet: 77, AF and 20. RGB value is (119,175,32). Sum of RGB (Red+Green+Blue) = 119+175+32=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AF20 is #8850DF. Grayscale: #8E8E8E. Windows color (decimal): -8933600 or 2142071. OLE color: 2142071.
HSL color Cylindrical-coordinate representation of color #77AF20: hue angle of 83.5º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77AF20 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 32 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.31 |
| HSL | 83.5º | 0.69% | 0.41% | - |
| HSV(B) | 83.5º | 0.82% | 0.69% | - |
| XYZ | 23.2 | 34.69 | 6.84 | - |
| YUV | 141.95 | 65.95 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 32 | 0.32 | 0 | 0.82 | 0.31 | 83.5 | 0.69 | 0.41 |
| Hex | 77 | AF | 20 | 20 | 0 | 52 | 1F | 53 | 45 | 29 |
| Octal | 167 | 257 | 40 | 40 | 0 | 122 | 37 | 123 | 105 | 51 |
| Binary | 1110111 | 10101111 | 100000 | 100000 | 0 | 1010010 | 11111 | 1010011 | 1000101 | 101001 |
Color Harmonies of #77AF20
Complementary color
Monochromatic Colors of #77AF20
Black with #77AF20
Text Example
Text Example
White with #77AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AF20; }
p { color: rgb(119,175,32); }
H1.HeaderClassName
{
color: #77AF20;
}
.AnyTagClassName
{
color: #77AF20;
}
</style>
background-color css
<style>
a { background-color: #77AF20; }
a { background-color: rgb(119,175,32); }
div.DivClassName
{
background-color: #77AF20;
}
.BgClassName
{
background-color: #77AF20;
}
</style>
border-color css
<style>
span { border-color: #77AF20; }
span { border-color: rgb(119,175,32); }
td.TdClassName
{
border-color: #77AF20;
}
.TagClassName
{
border-color: #77AF20;
}
</style>