Shades of Lima #7DAC10
Tints of Lima #7DAC10
RGB
CMYK
RGB Variations
Color information
#7DAC10 (or 0x7DAC10) is known color: Lima. HEX triplet: 7D, AC and 10. RGB value is (125,172,16). Sum of RGB (Red+Green+Blue) = 125+172+16=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAC10 is #8253EF. Grayscale: #8C8C8C. Windows color (decimal): -8541168 or 1092733. OLE color: 1092733.
HSL color Cylindrical-coordinate representation of color #7DAC10: hue angle of 78.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DAC10 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 16 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.33 |
| HSL | 78.08º | 0.83% | 0.37% | - |
| HSV(B) | 78.08º | 0.91% | 0.67% | - |
| XYZ | 23.3 | 33.9 | 5.81 | - |
| YUV | 140.16 | 57.93 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 16 | 0.27 | 0 | 0.91 | 0.33 | 78.08 | 0.83 | 0.37 |
| Hex | 7D | AC | 10 | 1B | 0 | 5B | 21 | 4E | 53 | 25 |
| Octal | 175 | 254 | 20 | 33 | 0 | 133 | 41 | 116 | 123 | 45 |
| Binary | 1111101 | 10101100 | 10000 | 11011 | 0 | 1011011 | 100001 | 1001110 | 1010011 | 100101 |
Color Harmonies of #7DAC10
Complementary color
Monochromatic Colors of #7DAC10
Black with #7DAC10
Text Example
Text Example
White with #7DAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC10; }
p { color: rgb(125,172,16); }
H1.HeaderClassName
{
color: #7DAC10;
}
.AnyTagClassName
{
color: #7DAC10;
}
</style>
background-color css
<style>
a { background-color: #7DAC10; }
a { background-color: rgb(125,172,16); }
div.DivClassName
{
background-color: #7DAC10;
}
.BgClassName
{
background-color: #7DAC10;
}
</style>
border-color css
<style>
span { border-color: #7DAC10; }
span { border-color: rgb(125,172,16); }
td.TdClassName
{
border-color: #7DAC10;
}
.TagClassName
{
border-color: #7DAC10;
}
</style>