Shades of Lima #7DAC29
Tints of Lima #7DAC29
RGB
CMYK
RGB Variations
Color information
#7DAC29 (or 0x7DAC29) is known color: Lima. HEX triplet: 7D, AC and 29. RGB value is (125,172,41). Sum of RGB (Red+Green+Blue) = 125+172+41=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC29 is #8253D6. Grayscale: #8F8F8F. Windows color (decimal): -8541143 or 2731133. OLE color: 2731133.
HSL color Cylindrical-coordinate representation of color #7DAC29: hue angle of 81.53º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DAC29 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 41 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.33 |
| HSL | 81.53º | 0.62% | 0.42% | - |
| HSV(B) | 81.53º | 0.76% | 0.67% | - |
| XYZ | 23.61 | 34.03 | 7.42 | - |
| YUV | 143.01 | 70.43 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 41 | 0.27 | 0 | 0.76 | 0.33 | 81.53 | 0.62 | 0.42 |
| Hex | 7D | AC | 29 | 1B | 0 | 4C | 21 | 52 | 3E | 2A |
| Octal | 175 | 254 | 51 | 33 | 0 | 114 | 41 | 122 | 76 | 52 |
| Binary | 1111101 | 10101100 | 101001 | 11011 | 0 | 1001100 | 100001 | 1010010 | 111110 | 101010 |
Color Harmonies of #7DAC29
Complementary color
Monochromatic Colors of #7DAC29
Black with #7DAC29
Text Example
Text Example
White with #7DAC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC29; }
p { color: rgb(125,172,41); }
H1.HeaderClassName
{
color: #7DAC29;
}
.AnyTagClassName
{
color: #7DAC29;
}
</style>
background-color css
<style>
a { background-color: #7DAC29; }
a { background-color: rgb(125,172,41); }
div.DivClassName
{
background-color: #7DAC29;
}
.BgClassName
{
background-color: #7DAC29;
}
</style>
border-color css
<style>
span { border-color: #7DAC29; }
span { border-color: rgb(125,172,41); }
td.TdClassName
{
border-color: #7DAC29;
}
.TagClassName
{
border-color: #7DAC29;
}
</style>