Shades of Lima #7FA40F
Tints of Lima #7FA40F
RGB
CMYK
RGB Variations
Color information
#7FA40F (or 0x7FA40F) is known color: Lima. HEX triplet: 7F, A4 and 0F. RGB value is (127,164,15). Sum of RGB (Red+Green+Blue) = 127+164+15=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA40F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA40F is #805BF0. Grayscale: #888888. Windows color (decimal): -8412145 or 1025151. OLE color: 1025151.
HSL color Cylindrical-coordinate representation of color #7FA40F: hue angle of 74.9º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FA40F is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 164 | 15 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.36 |
| HSL | 74.9º | 0.83% | 0.35% | - |
| HSV(B) | 74.9º | 0.91% | 0.64% | - |
| XYZ | 22.11 | 31.1 | 5.29 | - |
| YUV | 135.95 | 59.74 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 164 | 15 | 0.23 | 0 | 0.91 | 0.36 | 74.9 | 0.83 | 0.35 |
| Hex | 7F | A4 | F | 17 | 0 | 5B | 24 | 4B | 53 | 23 |
| Octal | 177 | 244 | 17 | 27 | 0 | 133 | 44 | 113 | 123 | 43 |
| Binary | 1111111 | 10100100 | 1111 | 10111 | 0 | 1011011 | 100100 | 1001011 | 1010011 | 100011 |
Color Harmonies of #7FA40F
Complementary color
Monochromatic Colors of #7FA40F
Black with #7FA40F
Text Example
Text Example
White with #7FA40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA40F; }
p { color: rgb(127,164,15); }
H1.HeaderClassName
{
color: #7FA40F;
}
.AnyTagClassName
{
color: #7FA40F;
}
</style>
background-color css
<style>
a { background-color: #7FA40F; }
a { background-color: rgb(127,164,15); }
div.DivClassName
{
background-color: #7FA40F;
}
.BgClassName
{
background-color: #7FA40F;
}
</style>
border-color css
<style>
span { border-color: #7FA40F; }
span { border-color: rgb(127,164,15); }
td.TdClassName
{
border-color: #7FA40F;
}
.TagClassName
{
border-color: #7FA40F;
}
</style>