Shades of Lima #7DAC20
Tints of Lima #7DAC20
RGB
CMYK
RGB Variations
Color information
#7DAC20 (or 0x7DAC20) is known color: Lima. HEX triplet: 7D, AC and 20. RGB value is (125,172,32). Sum of RGB (Red+Green+Blue) = 125+172+32=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC20 is #8253DF. Grayscale: #8E8E8E. Windows color (decimal): -8541152 or 2141309. OLE color: 2141309.
HSL color Cylindrical-coordinate representation of color #7DAC20: hue angle of 80.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DAC20 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 32 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.33 |
| HSL | 80.14º | 0.69% | 0.4% | - |
| HSV(B) | 80.14º | 0.81% | 0.67% | - |
| XYZ | 23.47 | 33.97 | 6.69 | - |
| YUV | 141.99 | 65.93 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 32 | 0.27 | 0 | 0.81 | 0.33 | 80.14 | 0.69 | 0.4 |
| Hex | 7D | AC | 20 | 1B | 0 | 51 | 21 | 50 | 45 | 28 |
| Octal | 175 | 254 | 40 | 33 | 0 | 121 | 41 | 120 | 105 | 50 |
| Binary | 1111101 | 10101100 | 100000 | 11011 | 0 | 1010001 | 100001 | 1010000 | 1000101 | 101000 |
Color Harmonies of #7DAC20
Complementary color
Monochromatic Colors of #7DAC20
Black with #7DAC20
Text Example
Text Example
White with #7DAC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC20; }
p { color: rgb(125,172,32); }
H1.HeaderClassName
{
color: #7DAC20;
}
.AnyTagClassName
{
color: #7DAC20;
}
</style>
background-color css
<style>
a { background-color: #7DAC20; }
a { background-color: rgb(125,172,32); }
div.DivClassName
{
background-color: #7DAC20;
}
.BgClassName
{
background-color: #7DAC20;
}
</style>
border-color css
<style>
span { border-color: #7DAC20; }
span { border-color: rgb(125,172,32); }
td.TdClassName
{
border-color: #7DAC20;
}
.TagClassName
{
border-color: #7DAC20;
}
</style>