Shades of Lima #7DAD11
Tints of Lima #7DAD11
RGB
CMYK
RGB Variations
Color information
#7DAD11 (or 0x7DAD11) is known color: Lima. HEX triplet: 7D, AD and 11. RGB value is (125,173,17). Sum of RGB (Red+Green+Blue) = 125+173+17=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAD11 is #8252EE. Grayscale: #8D8D8D. Windows color (decimal): -8540911 or 1158525. OLE color: 1158525.
HSL color Cylindrical-coordinate representation of color #7DAD11: hue angle of 78.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DAD11 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 17 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.32 |
| HSL | 78.46º | 0.82% | 0.37% | - |
| HSV(B) | 78.46º | 0.9% | 0.68% | - |
| XYZ | 23.5 | 34.29 | 5.91 | - |
| YUV | 140.86 | 58.1 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 17 | 0.28 | 0 | 0.90 | 0.32 | 78.46 | 0.82 | 0.37 |
| Hex | 7D | AD | 11 | 1C | 0 | 5A | 20 | 4E | 52 | 25 |
| Octal | 175 | 255 | 21 | 34 | 0 | 132 | 40 | 116 | 122 | 45 |
| Binary | 1111101 | 10101101 | 10001 | 11100 | 0 | 1011010 | 100000 | 1001110 | 1010010 | 100101 |
Color Harmonies of #7DAD11
Complementary color
Monochromatic Colors of #7DAD11
Black with #7DAD11
Text Example
Text Example
White with #7DAD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAD11; }
p { color: rgb(125,173,17); }
H1.HeaderClassName
{
color: #7DAD11;
}
.AnyTagClassName
{
color: #7DAD11;
}
</style>
background-color css
<style>
a { background-color: #7DAD11; }
a { background-color: rgb(125,173,17); }
div.DivClassName
{
background-color: #7DAD11;
}
.BgClassName
{
background-color: #7DAD11;
}
</style>
border-color css
<style>
span { border-color: #7DAD11; }
span { border-color: rgb(125,173,17); }
td.TdClassName
{
border-color: #7DAD11;
}
.TagClassName
{
border-color: #7DAD11;
}
</style>