Shades of Lima #7DAD10
Tints of Lima #7DAD10
RGB
CMYK
RGB Variations
Color information
#7DAD10 (or 0x7DAD10) is known color: Lima. HEX triplet: 7D, AD and 10. RGB value is (125,173,16). Sum of RGB (Red+Green+Blue) = 125+173+16=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAD10 is #8252EF. Grayscale: #8D8D8D. Windows color (decimal): -8540912 or 1092989. OLE color: 1092989.
HSL color Cylindrical-coordinate representation of color #7DAD10: hue angle of 78.34º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DAD10 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 16 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.32 |
| HSL | 78.34º | 0.83% | 0.37% | - |
| HSV(B) | 78.34º | 0.91% | 0.68% | - |
| XYZ | 23.49 | 34.28 | 5.87 | - |
| YUV | 140.75 | 57.6 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 16 | 0.28 | 0 | 0.91 | 0.32 | 78.34 | 0.83 | 0.37 |
| Hex | 7D | AD | 10 | 1C | 0 | 5B | 20 | 4E | 53 | 25 |
| Octal | 175 | 255 | 20 | 34 | 0 | 133 | 40 | 116 | 123 | 45 |
| Binary | 1111101 | 10101101 | 10000 | 11100 | 0 | 1011011 | 100000 | 1001110 | 1010011 | 100101 |
Color Harmonies of #7DAD10
Complementary color
Monochromatic Colors of #7DAD10
Black with #7DAD10
Text Example
Text Example
White with #7DAD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAD10; }
p { color: rgb(125,173,16); }
H1.HeaderClassName
{
color: #7DAD10;
}
.AnyTagClassName
{
color: #7DAD10;
}
</style>
background-color css
<style>
a { background-color: #7DAD10; }
a { background-color: rgb(125,173,16); }
div.DivClassName
{
background-color: #7DAD10;
}
.BgClassName
{
background-color: #7DAD10;
}
</style>
border-color css
<style>
span { border-color: #7DAD10; }
span { border-color: rgb(125,173,16); }
td.TdClassName
{
border-color: #7DAD10;
}
.TagClassName
{
border-color: #7DAD10;
}
</style>