Shades of Lima #7FA71D
Tints of Lima #7FA71D
RGB
CMYK
RGB Variations
Color information
#7FA71D (or 0x7FA71D) is known color: Lima. HEX triplet: 7F, A7 and 1D. RGB value is (127,167,29). Sum of RGB (Red+Green+Blue) = 127+167+29=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 167 (65.62% from 255 or 51.70% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 167 - color contains mainly: green. Hex color #7FA71D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA71D is #8058E2. Grayscale: #8B8B8B. Windows color (decimal): -8411363 or 1943423. OLE color: 1943423.
HSL color Cylindrical-coordinate representation of color #7FA71D: hue angle of 77.39º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7FA71D is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 167 | 29 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.35 |
| HSL | 77.39º | 0.7% | 0.38% | - |
| HSV(B) | 77.39º | 0.83% | 0.65% | - |
| XYZ | 22.79 | 32.24 | 6.18 | - |
| YUV | 139.31 | 65.75 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 167 | 29 | 0.24 | 0 | 0.83 | 0.35 | 77.39 | 0.7 | 0.38 |
| Hex | 7F | A7 | 1D | 18 | 0 | 53 | 23 | 4D | 46 | 26 |
| Octal | 177 | 247 | 35 | 30 | 0 | 123 | 43 | 115 | 106 | 46 |
| Binary | 1111111 | 10100111 | 11101 | 11000 | 0 | 1010011 | 100011 | 1001101 | 1000110 | 100110 |
Color Harmonies of #7FA71D
Complementary color
Monochromatic Colors of #7FA71D
Black with #7FA71D
Text Example
Text Example
White with #7FA71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA71D; }
p { color: rgb(127,167,29); }
H1.HeaderClassName
{
color: #7FA71D;
}
.AnyTagClassName
{
color: #7FA71D;
}
</style>
background-color css
<style>
a { background-color: #7FA71D; }
a { background-color: rgb(127,167,29); }
div.DivClassName
{
background-color: #7FA71D;
}
.BgClassName
{
background-color: #7FA71D;
}
</style>
border-color css
<style>
span { border-color: #7FA71D; }
span { border-color: rgb(127,167,29); }
td.TdClassName
{
border-color: #7FA71D;
}
.TagClassName
{
border-color: #7FA71D;
}
</style>