Shades of Lima #7DAF1C
Tints of Lima #7DAF1C
RGB
CMYK
RGB Variations
Color information
#7DAF1C (or 0x7DAF1C) is known color: Lima. HEX triplet: 7D, AF and 1C. RGB value is (125,175,28). Sum of RGB (Red+Green+Blue) = 125+175+28=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAF1C is #8250E3. Grayscale: #8F8F8F. Windows color (decimal): -8540388 or 1879933. OLE color: 1879933.
HSL color Cylindrical-coordinate representation of color #7DAF1C: hue angle of 80.41º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DAF1C is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 175 | 28 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.31 |
| HSL | 80.41º | 0.72% | 0.4% | - |
| HSV(B) | 80.41º | 0.84% | 0.69% | - |
| XYZ | 24 | 35.1 | 6.61 | - |
| YUV | 143.29 | 62.94 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 175 | 28 | 0.29 | 0 | 0.84 | 0.31 | 80.41 | 0.72 | 0.4 |
| Hex | 7D | AF | 1C | 1D | 0 | 54 | 1F | 50 | 48 | 28 |
| Octal | 175 | 257 | 34 | 35 | 0 | 124 | 37 | 120 | 110 | 50 |
| Binary | 1111101 | 10101111 | 11100 | 11101 | 0 | 1010100 | 11111 | 1010000 | 1001000 | 101000 |
Color Harmonies of #7DAF1C
Complementary color
Monochromatic Colors of #7DAF1C
Black with #7DAF1C
Text Example
Text Example
White with #7DAF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAF1C; }
p { color: rgb(125,175,28); }
H1.HeaderClassName
{
color: #7DAF1C;
}
.AnyTagClassName
{
color: #7DAF1C;
}
</style>
background-color css
<style>
a { background-color: #7DAF1C; }
a { background-color: rgb(125,175,28); }
div.DivClassName
{
background-color: #7DAF1C;
}
.BgClassName
{
background-color: #7DAF1C;
}
</style>
border-color css
<style>
span { border-color: #7DAF1C; }
span { border-color: rgb(125,175,28); }
td.TdClassName
{
border-color: #7DAF1C;
}
.TagClassName
{
border-color: #7DAF1C;
}
</style>