Shades of Lima #76AF20
Tints of Lima #76AF20
RGB
CMYK
RGB Variations
Color information
#76AF20 (or 0x76AF20) is known color: Lima. HEX triplet: 76, AF and 20. RGB value is (118,175,32). Sum of RGB (Red+Green+Blue) = 118+175+32=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AF20 is #8950DF. Grayscale: #8E8E8E. Windows color (decimal): -8999136 or 2142070. OLE color: 2142070.
HSL color Cylindrical-coordinate representation of color #76AF20: hue angle of 83.92º 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 #76AF20 is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 32 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.31 |
| HSL | 83.92º | 0.69% | 0.41% | - |
| HSV(B) | 83.92º | 0.82% | 0.69% | - |
| XYZ | 23.06 | 34.62 | 6.83 | - |
| YUV | 141.66 | 66.12 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 32 | 0.33 | 0 | 0.82 | 0.31 | 83.92 | 0.69 | 0.41 |
| Hex | 76 | AF | 20 | 21 | 0 | 52 | 1F | 54 | 45 | 29 |
| Octal | 166 | 257 | 40 | 41 | 0 | 122 | 37 | 124 | 105 | 51 |
| Binary | 1110110 | 10101111 | 100000 | 100001 | 0 | 1010010 | 11111 | 1010100 | 1000101 | 101001 |
Color Harmonies of #76AF20
Complementary color
Monochromatic Colors of #76AF20
Black with #76AF20
Text Example
Text Example
White with #76AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AF20; }
p { color: rgb(118,175,32); }
H1.HeaderClassName
{
color: #76AF20;
}
.AnyTagClassName
{
color: #76AF20;
}
</style>
background-color css
<style>
a { background-color: #76AF20; }
a { background-color: rgb(118,175,32); }
div.DivClassName
{
background-color: #76AF20;
}
.BgClassName
{
background-color: #76AF20;
}
</style>
border-color css
<style>
span { border-color: #76AF20; }
span { border-color: rgb(118,175,32); }
td.TdClassName
{
border-color: #76AF20;
}
.TagClassName
{
border-color: #76AF20;
}
</style>