Shades of Lima #7DAF1D
Tints of Lima #7DAF1D
RGB
CMYK
RGB Variations
Color information
#7DAF1D (or 0x7DAF1D) is known color: Lima. HEX triplet: 7D, AF and 1D. RGB value is (125,175,29). Sum of RGB (Red+Green+Blue) = 125+175+29=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAF1D is #8250E2. Grayscale: #8F8F8F. Windows color (decimal): -8540387 or 1945469. OLE color: 1945469.
HSL color Cylindrical-coordinate representation of color #7DAF1D: hue angle of 80.55º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DAF1D is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 175 | 29 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.31 |
| HSL | 80.55º | 0.72% | 0.4% | - |
| HSV(B) | 80.55º | 0.83% | 0.69% | - |
| XYZ | 24.01 | 35.11 | 6.67 | - |
| YUV | 143.41 | 63.44 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 175 | 29 | 0.29 | 0 | 0.83 | 0.31 | 80.55 | 0.72 | 0.4 |
| Hex | 7D | AF | 1D | 1D | 0 | 53 | 1F | 51 | 48 | 28 |
| Octal | 175 | 257 | 35 | 35 | 0 | 123 | 37 | 121 | 110 | 50 |
| Binary | 1111101 | 10101111 | 11101 | 11101 | 0 | 1010011 | 11111 | 1010001 | 1001000 | 101000 |
Color Harmonies of #7DAF1D
Complementary color
Monochromatic Colors of #7DAF1D
Black with #7DAF1D
Text Example
Text Example
White with #7DAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAF1D; }
p { color: rgb(125,175,29); }
H1.HeaderClassName
{
color: #7DAF1D;
}
.AnyTagClassName
{
color: #7DAF1D;
}
</style>
background-color css
<style>
a { background-color: #7DAF1D; }
a { background-color: rgb(125,175,29); }
div.DivClassName
{
background-color: #7DAF1D;
}
.BgClassName
{
background-color: #7DAF1D;
}
</style>
border-color css
<style>
span { border-color: #7DAF1D; }
span { border-color: rgb(125,175,29); }
td.TdClassName
{
border-color: #7DAF1D;
}
.TagClassName
{
border-color: #7DAF1D;
}
</style>