Shades of Lima #7DAD16
Tints of Lima #7DAD16
RGB
CMYK
RGB Variations
Color information
#7DAD16 (or 0x7DAD16) is known color: Lima. HEX triplet: 7D, AD and 16. RGB value is (125,173,22). Sum of RGB (Red+Green+Blue) = 125+173+22=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAD16 is #8252E9. Grayscale: #8D8D8D. Windows color (decimal): -8540906 or 1486205. OLE color: 1486205.
HSL color Cylindrical-coordinate representation of color #7DAD16: hue angle of 79.07º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7DAD16 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 22 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.32 |
| HSL | 79.07º | 0.77% | 0.38% | - |
| HSV(B) | 79.07º | 0.87% | 0.68% | - |
| XYZ | 23.55 | 34.31 | 6.14 | - |
| YUV | 141.43 | 60.6 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 22 | 0.28 | 0 | 0.87 | 0.32 | 79.07 | 0.77 | 0.38 |
| Hex | 7D | AD | 16 | 1C | 0 | 57 | 20 | 4F | 4D | 26 |
| Octal | 175 | 255 | 26 | 34 | 0 | 127 | 40 | 117 | 115 | 46 |
| Binary | 1111101 | 10101101 | 10110 | 11100 | 0 | 1010111 | 100000 | 1001111 | 1001101 | 100110 |
Color Harmonies of #7DAD16
Complementary color
Monochromatic Colors of #7DAD16
Black with #7DAD16
Text Example
Text Example
White with #7DAD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAD16; }
p { color: rgb(125,173,22); }
H1.HeaderClassName
{
color: #7DAD16;
}
.AnyTagClassName
{
color: #7DAD16;
}
</style>
background-color css
<style>
a { background-color: #7DAD16; }
a { background-color: rgb(125,173,22); }
div.DivClassName
{
background-color: #7DAD16;
}
.BgClassName
{
background-color: #7DAD16;
}
</style>
border-color css
<style>
span { border-color: #7DAD16; }
span { border-color: rgb(125,173,22); }
td.TdClassName
{
border-color: #7DAD16;
}
.TagClassName
{
border-color: #7DAD16;
}
</style>