Shades of Lima #7FB105
Tints of Lima #7FB105
RGB
CMYK
RGB Variations
Color information
#7FB105 (or 0x7FB105) is known color: Lima. HEX triplet: 7F, B1 and 05. RGB value is (127,177,5). Sum of RGB (Red+Green+Blue) = 127+177+5=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 177 (69.53% from 255 or 57.28% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB105 is #804EFA. Grayscale: #8F8F8F. Windows color (decimal): -8408827 or 373119. OLE color: 373119.
HSL color Cylindrical-coordinate representation of color #7FB105: hue angle of 77.44º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FB105 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 177 | 5 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.31 |
| HSL | 77.44º | 0.95% | 0.36% | - |
| HSV(B) | 77.44º | 0.97% | 0.69% | - |
| XYZ | 24.5 | 35.97 | 5.79 | - |
| YUV | 142.44 | 50.44 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 177 | 5 | 0.28 | 0 | 0.97 | 0.31 | 77.44 | 0.95 | 0.36 |
| Hex | 7F | B1 | 5 | 1C | 0 | 61 | 1F | 4D | 5F | 24 |
| Octal | 177 | 261 | 5 | 34 | 0 | 141 | 37 | 115 | 137 | 44 |
| Binary | 1111111 | 10110001 | 101 | 11100 | 0 | 1100001 | 11111 | 1001101 | 1011111 | 100100 |
Color Harmonies of #7FB105
Complementary color
Monochromatic Colors of #7FB105
Black with #7FB105
Text Example
Text Example
White with #7FB105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB105; }
p { color: rgb(127,177,5); }
H1.HeaderClassName
{
color: #7FB105;
}
.AnyTagClassName
{
color: #7FB105;
}
</style>
background-color css
<style>
a { background-color: #7FB105; }
a { background-color: rgb(127,177,5); }
div.DivClassName
{
background-color: #7FB105;
}
.BgClassName
{
background-color: #7FB105;
}
</style>
border-color css
<style>
span { border-color: #7FB105; }
span { border-color: rgb(127,177,5); }
td.TdClassName
{
border-color: #7FB105;
}
.TagClassName
{
border-color: #7FB105;
}
</style>