Shades of Lima #7CAF0D
Tints of Lima #7CAF0D
RGB
CMYK
RGB Variations
Color information
#7CAF0D (or 0x7CAF0D) is known color: Lima. HEX triplet: 7C, AF and 0D. RGB value is (124,175,13). Sum of RGB (Red+Green+Blue) = 124+175+13=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAF0D is #8350F2. Grayscale: #8D8D8D. Windows color (decimal): -8605939 or 896892. OLE color: 896892.
HSL color Cylindrical-coordinate representation of color #7CAF0D: hue angle of 78.89º degrees, saturation: 0.86, 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 #7CAF0D is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 175 | 13 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.31 |
| HSL | 78.89º | 0.86% | 0.37% | - |
| HSV(B) | 78.89º | 0.93% | 0.69% | - |
| XYZ | 23.71 | 34.97 | 5.88 | - |
| YUV | 141.28 | 55.6 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 13 | 0.29 | 0 | 0.93 | 0.31 | 78.89 | 0.86 | 0.37 |
| Hex | 7C | AF | D | 1D | 0 | 5D | 1F | 4F | 56 | 25 |
| Octal | 174 | 257 | 15 | 35 | 0 | 135 | 37 | 117 | 126 | 45 |
| Binary | 1111100 | 10101111 | 1101 | 11101 | 0 | 1011101 | 11111 | 1001111 | 1010110 | 100101 |
Color Harmonies of #7CAF0D
Complementary color
Monochromatic Colors of #7CAF0D
Black with #7CAF0D
Text Example
Text Example
White with #7CAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAF0D; }
p { color: rgb(124,175,13); }
H1.HeaderClassName
{
color: #7CAF0D;
}
.AnyTagClassName
{
color: #7CAF0D;
}
</style>
background-color css
<style>
a { background-color: #7CAF0D; }
a { background-color: rgb(124,175,13); }
div.DivClassName
{
background-color: #7CAF0D;
}
.BgClassName
{
background-color: #7CAF0D;
}
</style>
border-color css
<style>
span { border-color: #7CAF0D; }
span { border-color: rgb(124,175,13); }
td.TdClassName
{
border-color: #7CAF0D;
}
.TagClassName
{
border-color: #7CAF0D;
}
</style>