Shades of Lima #7DAC26
Tints of Lima #7DAC26
RGB
CMYK
RGB Variations
Color information
#7DAC26 (or 0x7DAC26) is known color: Lima. HEX triplet: 7D, AC and 26. RGB value is (125,172,38). Sum of RGB (Red+Green+Blue) = 125+172+38=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC26 is #8253D9. Grayscale: #8F8F8F. Windows color (decimal): -8541146 or 2534525. OLE color: 2534525.
HSL color Cylindrical-coordinate representation of color #7DAC26: hue angle of 81.04º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7DAC26 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 38 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.33 |
| HSL | 81.04º | 0.64% | 0.41% | - |
| HSV(B) | 81.04º | 0.78% | 0.67% | - |
| XYZ | 23.56 | 34 | 7.16 | - |
| YUV | 142.67 | 68.93 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 38 | 0.27 | 0 | 0.78 | 0.33 | 81.04 | 0.64 | 0.41 |
| Hex | 7D | AC | 26 | 1B | 0 | 4E | 21 | 51 | 40 | 29 |
| Octal | 175 | 254 | 46 | 33 | 0 | 116 | 41 | 121 | 100 | 51 |
| Binary | 1111101 | 10101100 | 100110 | 11011 | 0 | 1001110 | 100001 | 1010001 | 1000000 | 101001 |
Color Harmonies of #7DAC26
Complementary color
Monochromatic Colors of #7DAC26
Black with #7DAC26
Text Example
Text Example
White with #7DAC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC26; }
p { color: rgb(125,172,38); }
H1.HeaderClassName
{
color: #7DAC26;
}
.AnyTagClassName
{
color: #7DAC26;
}
</style>
background-color css
<style>
a { background-color: #7DAC26; }
a { background-color: rgb(125,172,38); }
div.DivClassName
{
background-color: #7DAC26;
}
.BgClassName
{
background-color: #7DAC26;
}
</style>
border-color css
<style>
span { border-color: #7DAC26; }
span { border-color: rgb(125,172,38); }
td.TdClassName
{
border-color: #7DAC26;
}
.TagClassName
{
border-color: #7DAC26;
}
</style>