Shades of Lima #7CAF0F
Tints of Lima #7CAF0F
RGB
CMYK
RGB Variations
Color information
#7CAF0F (or 0x7CAF0F) is known color: Lima. HEX triplet: 7C, AF and 0F. RGB value is (124,175,15). Sum of RGB (Red+Green+Blue) = 124+175+15=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAF0F is #8350F0. Grayscale: #8E8E8E. Windows color (decimal): -8605937 or 1027964. OLE color: 1027964.
HSL color Cylindrical-coordinate representation of color #7CAF0F: hue angle of 79.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CAF0F is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 175 | 15 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.31 |
| HSL | 79.13º | 0.84% | 0.37% | - |
| HSV(B) | 79.13º | 0.91% | 0.69% | - |
| XYZ | 23.73 | 34.98 | 5.95 | - |
| YUV | 141.51 | 56.6 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 15 | 0.29 | 0 | 0.91 | 0.31 | 79.13 | 0.84 | 0.37 |
| Hex | 7C | AF | F | 1D | 0 | 5B | 1F | 4F | 54 | 25 |
| Octal | 174 | 257 | 17 | 35 | 0 | 133 | 37 | 117 | 124 | 45 |
| Binary | 1111100 | 10101111 | 1111 | 11101 | 0 | 1011011 | 11111 | 1001111 | 1010100 | 100101 |
Color Harmonies of #7CAF0F
Complementary color
Monochromatic Colors of #7CAF0F
Black with #7CAF0F
Text Example
Text Example
White with #7CAF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAF0F; }
p { color: rgb(124,175,15); }
H1.HeaderClassName
{
color: #7CAF0F;
}
.AnyTagClassName
{
color: #7CAF0F;
}
</style>
background-color css
<style>
a { background-color: #7CAF0F; }
a { background-color: rgb(124,175,15); }
div.DivClassName
{
background-color: #7CAF0F;
}
.BgClassName
{
background-color: #7CAF0F;
}
</style>
border-color css
<style>
span { border-color: #7CAF0F; }
span { border-color: rgb(124,175,15); }
td.TdClassName
{
border-color: #7CAF0F;
}
.TagClassName
{
border-color: #7CAF0F;
}
</style>