Shades of Lima #7FC509
Tints of Lima #7FC509
RGB
CMYK
RGB Variations
Color information
#7FC509 (or 0x7FC509) is known color: Lima. HEX triplet: 7F, C5 and 09. RGB value is (127,197,9). Sum of RGB (Red+Green+Blue) = 127+197+9=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC509 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC509 is #803AF6. Grayscale: #9B9B9B. Windows color (decimal): -8403703 or 640383. OLE color: 640383.
HSL color Cylindrical-coordinate representation of color #7FC509: hue angle of 82.34º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7FC509 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 9 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.23 |
| HSL | 82.34º | 0.91% | 0.4% | - |
| HSV(B) | 82.34º | 0.95% | 0.77% | - |
| XYZ | 28.77 | 44.46 | 7.32 | - |
| YUV | 154.64 | 45.81 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 9 | 0.36 | 0 | 0.95 | 0.23 | 82.34 | 0.91 | 0.4 |
| Hex | 7F | C5 | 9 | 24 | 0 | 5F | 17 | 52 | 5B | 28 |
| Octal | 177 | 305 | 11 | 44 | 0 | 137 | 27 | 122 | 133 | 50 |
| Binary | 1111111 | 11000101 | 1001 | 100100 | 0 | 1011111 | 10111 | 1010010 | 1011011 | 101000 |
Color Harmonies of #7FC509
Complementary color
Monochromatic Colors of #7FC509
Black with #7FC509
Text Example
Text Example
White with #7FC509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC509; }
p { color: rgb(127,197,9); }
H1.HeaderClassName
{
color: #7FC509;
}
.AnyTagClassName
{
color: #7FC509;
}
</style>
background-color css
<style>
a { background-color: #7FC509; }
a { background-color: rgb(127,197,9); }
div.DivClassName
{
background-color: #7FC509;
}
.BgClassName
{
background-color: #7FC509;
}
</style>
border-color css
<style>
span { border-color: #7FC509; }
span { border-color: rgb(127,197,9); }
td.TdClassName
{
border-color: #7FC509;
}
.TagClassName
{
border-color: #7FC509;
}
</style>