Shades of Lima #7DAD1F
Tints of Lima #7DAD1F
RGB
CMYK
RGB Variations
Color information
#7DAD1F (or 0x7DAD1F) is known color: Lima. HEX triplet: 7D, AD and 1F. RGB value is (125,173,31). Sum of RGB (Red+Green+Blue) = 125+173+31=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAD1F is #8252E0. Grayscale: #8E8E8E. Windows color (decimal): -8540897 or 2076029. OLE color: 2076029.
HSL color Cylindrical-coordinate representation of color #7DAD1F: hue angle of 80.28º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DAD1F is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 31 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.32 |
| HSL | 80.28º | 0.7% | 0.4% | - |
| HSV(B) | 80.28º | 0.82% | 0.68% | - |
| XYZ | 23.65 | 34.35 | 6.68 | - |
| YUV | 142.46 | 65.1 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 31 | 0.28 | 0 | 0.82 | 0.32 | 80.28 | 0.7 | 0.4 |
| Hex | 7D | AD | 1F | 1C | 0 | 52 | 20 | 50 | 46 | 28 |
| Octal | 175 | 255 | 37 | 34 | 0 | 122 | 40 | 120 | 106 | 50 |
| Binary | 1111101 | 10101101 | 11111 | 11100 | 0 | 1010010 | 100000 | 1010000 | 1000110 | 101000 |
Color Harmonies of #7DAD1F
Complementary color
Monochromatic Colors of #7DAD1F
Black with #7DAD1F
Text Example
Text Example
White with #7DAD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAD1F; }
p { color: rgb(125,173,31); }
H1.HeaderClassName
{
color: #7DAD1F;
}
.AnyTagClassName
{
color: #7DAD1F;
}
</style>
background-color css
<style>
a { background-color: #7DAD1F; }
a { background-color: rgb(125,173,31); }
div.DivClassName
{
background-color: #7DAD1F;
}
.BgClassName
{
background-color: #7DAD1F;
}
</style>
border-color css
<style>
span { border-color: #7DAD1F; }
span { border-color: rgb(125,173,31); }
td.TdClassName
{
border-color: #7DAD1F;
}
.TagClassName
{
border-color: #7DAD1F;
}
</style>