Shades of Lima #7DAC16
Tints of Lima #7DAC16
RGB
CMYK
RGB Variations
Color information
#7DAC16 (or 0x7DAC16) is known color: Lima. HEX triplet: 7D, AC and 16. RGB value is (125,172,22). Sum of RGB (Red+Green+Blue) = 125+172+22=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAC16 is #8253E9. Grayscale: #8D8D8D. Windows color (decimal): -8541162 or 1485949. OLE color: 1485949.
HSL color Cylindrical-coordinate representation of color #7DAC16: hue angle of 78.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7DAC16 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 22 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.33 |
| HSL | 78.8º | 0.77% | 0.38% | - |
| HSV(B) | 78.8º | 0.87% | 0.67% | - |
| XYZ | 23.35 | 33.92 | 6.08 | - |
| YUV | 140.85 | 60.93 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 22 | 0.27 | 0 | 0.87 | 0.33 | 78.8 | 0.77 | 0.38 |
| Hex | 7D | AC | 16 | 1B | 0 | 57 | 21 | 4F | 4D | 26 |
| Octal | 175 | 254 | 26 | 33 | 0 | 127 | 41 | 117 | 115 | 46 |
| Binary | 1111101 | 10101100 | 10110 | 11011 | 0 | 1010111 | 100001 | 1001111 | 1001101 | 100110 |
Color Harmonies of #7DAC16
Complementary color
Monochromatic Colors of #7DAC16
Black with #7DAC16
Text Example
Text Example
White with #7DAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC16; }
p { color: rgb(125,172,22); }
H1.HeaderClassName
{
color: #7DAC16;
}
.AnyTagClassName
{
color: #7DAC16;
}
</style>
background-color css
<style>
a { background-color: #7DAC16; }
a { background-color: rgb(125,172,22); }
div.DivClassName
{
background-color: #7DAC16;
}
.BgClassName
{
background-color: #7DAC16;
}
</style>
border-color css
<style>
span { border-color: #7DAC16; }
span { border-color: rgb(125,172,22); }
td.TdClassName
{
border-color: #7DAC16;
}
.TagClassName
{
border-color: #7DAC16;
}
</style>