Shades of Lima #7DAF0C
Tints of Lima #7DAF0C
RGB
CMYK
RGB Variations
Color information
#7DAF0C (or 0x7DAF0C) is known color: Lima. HEX triplet: 7D, AF and 0C. RGB value is (125,175,12). Sum of RGB (Red+Green+Blue) = 125+175+12=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAF0C is #8250F3. Grayscale: #8E8E8E. Windows color (decimal): -8540404 or 831357. OLE color: 831357.
HSL color Cylindrical-coordinate representation of color #7DAF0C: hue angle of 78.4º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DAF0C is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 175 | 12 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.31 |
| HSL | 78.4º | 0.87% | 0.37% | - |
| HSV(B) | 78.4º | 0.93% | 0.69% | - |
| XYZ | 23.85 | 35.05 | 5.86 | - |
| YUV | 141.47 | 54.94 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 175 | 12 | 0.29 | 0 | 0.93 | 0.31 | 78.4 | 0.87 | 0.37 |
| Hex | 7D | AF | C | 1D | 0 | 5D | 1F | 4E | 57 | 25 |
| Octal | 175 | 257 | 14 | 35 | 0 | 135 | 37 | 116 | 127 | 45 |
| Binary | 1111101 | 10101111 | 1100 | 11101 | 0 | 1011101 | 11111 | 1001110 | 1010111 | 100101 |
Color Harmonies of #7DAF0C
Complementary color
Monochromatic Colors of #7DAF0C
Black with #7DAF0C
Text Example
Text Example
White with #7DAF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAF0C; }
p { color: rgb(125,175,12); }
H1.HeaderClassName
{
color: #7DAF0C;
}
.AnyTagClassName
{
color: #7DAF0C;
}
</style>
background-color css
<style>
a { background-color: #7DAF0C; }
a { background-color: rgb(125,175,12); }
div.DivClassName
{
background-color: #7DAF0C;
}
.BgClassName
{
background-color: #7DAF0C;
}
</style>
border-color css
<style>
span { border-color: #7DAF0C; }
span { border-color: rgb(125,175,12); }
td.TdClassName
{
border-color: #7DAF0C;
}
.TagClassName
{
border-color: #7DAF0C;
}
</style>