Shades of Lima #7FB705
Tints of Lima #7FB705
RGB
CMYK
RGB Variations
Color information
#7FB705 (or 0x7FB705) is known color: Lima. HEX triplet: 7F, B7 and 05. RGB value is (127,183,5). Sum of RGB (Red+Green+Blue) = 127+183+5=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB705 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB705 is #8048FA. Grayscale: #929292. Windows color (decimal): -8407291 or 374655. OLE color: 374655.
HSL color Cylindrical-coordinate representation of color #7FB705: hue angle of 78.88º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FB705 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 183 | 5 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.28 |
| HSL | 78.88º | 0.95% | 0.37% | - |
| HSV(B) | 78.88º | 0.97% | 0.72% | - |
| XYZ | 25.71 | 38.39 | 6.2 | - |
| YUV | 145.96 | 48.45 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 5 | 0.31 | 0 | 0.97 | 0.28 | 78.88 | 0.95 | 0.37 |
| Hex | 7F | B7 | 5 | 1F | 0 | 61 | 1C | 4F | 5F | 25 |
| Octal | 177 | 267 | 5 | 37 | 0 | 141 | 34 | 117 | 137 | 45 |
| Binary | 1111111 | 10110111 | 101 | 11111 | 0 | 1100001 | 11100 | 1001111 | 1011111 | 100101 |
Color Harmonies of #7FB705
Complementary color
Monochromatic Colors of #7FB705
Black with #7FB705
Text Example
Text Example
White with #7FB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB705; }
p { color: rgb(127,183,5); }
H1.HeaderClassName
{
color: #7FB705;
}
.AnyTagClassName
{
color: #7FB705;
}
</style>
background-color css
<style>
a { background-color: #7FB705; }
a { background-color: rgb(127,183,5); }
div.DivClassName
{
background-color: #7FB705;
}
.BgClassName
{
background-color: #7FB705;
}
</style>
border-color css
<style>
span { border-color: #7FB705; }
span { border-color: rgb(127,183,5); }
td.TdClassName
{
border-color: #7FB705;
}
.TagClassName
{
border-color: #7FB705;
}
</style>