Shades of Lima #7FA121
Tints of Lima #7FA121
RGB
CMYK
RGB Variations
Color information
#7FA121 (or 0x7FA121) is known color: Lima. HEX triplet: 7F, A1 and 21. RGB value is (127,161,33). Sum of RGB (Red+Green+Blue) = 127+161+33=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA121 is #805EDE. Grayscale: #888888. Windows color (decimal): -8412895 or 2204031. OLE color: 2204031.
HSL color Cylindrical-coordinate representation of color #7FA121: hue angle of 75.94º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7FA121 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 161 | 33 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.37 |
| HSL | 75.94º | 0.66% | 0.38% | - |
| HSV(B) | 75.94º | 0.8% | 0.63% | - |
| XYZ | 21.77 | 30.11 | 6.1 | - |
| YUV | 136.24 | 69.74 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 33 | 0.21 | 0 | 0.80 | 0.37 | 75.94 | 0.66 | 0.38 |
| Hex | 7F | A1 | 21 | 15 | 0 | 50 | 25 | 4C | 42 | 26 |
| Octal | 177 | 241 | 41 | 25 | 0 | 120 | 45 | 114 | 102 | 46 |
| Binary | 1111111 | 10100001 | 100001 | 10101 | 0 | 1010000 | 100101 | 1001100 | 1000010 | 100110 |
Color Harmonies of #7FA121
Complementary color
Monochromatic Colors of #7FA121
Black with #7FA121
Text Example
Text Example
White with #7FA121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA121; }
p { color: rgb(127,161,33); }
H1.HeaderClassName
{
color: #7FA121;
}
.AnyTagClassName
{
color: #7FA121;
}
</style>
background-color css
<style>
a { background-color: #7FA121; }
a { background-color: rgb(127,161,33); }
div.DivClassName
{
background-color: #7FA121;
}
.BgClassName
{
background-color: #7FA121;
}
</style>
border-color css
<style>
span { border-color: #7FA121; }
span { border-color: rgb(127,161,33); }
td.TdClassName
{
border-color: #7FA121;
}
.TagClassName
{
border-color: #7FA121;
}
</style>