Shades of Lima #7FBA36
Tints of Lima #7FBA36
RGB
CMYK
RGB Variations
Color information
#7FBA36 (or 0x7FBA36) is known color: Lima. HEX triplet: 7F, BA and 36. RGB value is (127,186,54). Sum of RGB (Red+Green+Blue) = 127+186+54=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA36 is #8045C9. Grayscale: #999999. Windows color (decimal): -8406474 or 3586687. OLE color: 3586687.
HSL color Cylindrical-coordinate representation of color #7FBA36: hue angle of 86.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7FBA36 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 54 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.27 |
| HSL | 86.82º | 0.55% | 0.47% | - |
| HSV(B) | 86.82º | 0.71% | 0.73% | - |
| XYZ | 26.98 | 39.9 | 9.77 | - |
| YUV | 153.31 | 71.95 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 54 | 0.32 | 0 | 0.71 | 0.27 | 86.82 | 0.55 | 0.47 |
| Hex | 7F | BA | 36 | 20 | 0 | 47 | 1B | 57 | 37 | 2F |
| Octal | 177 | 272 | 66 | 40 | 0 | 107 | 33 | 127 | 67 | 57 |
| Binary | 1111111 | 10111010 | 110110 | 100000 | 0 | 1000111 | 11011 | 1010111 | 110111 | 101111 |
Color Harmonies of #7FBA36
Complementary color
Monochromatic Colors of #7FBA36
Black with #7FBA36
Text Example
Text Example
White with #7FBA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBA36; }
p { color: rgb(127,186,54); }
H1.HeaderClassName
{
color: #7FBA36;
}
.AnyTagClassName
{
color: #7FBA36;
}
</style>
background-color css
<style>
a { background-color: #7FBA36; }
a { background-color: rgb(127,186,54); }
div.DivClassName
{
background-color: #7FBA36;
}
.BgClassName
{
background-color: #7FBA36;
}
</style>
border-color css
<style>
span { border-color: #7FBA36; }
span { border-color: rgb(127,186,54); }
td.TdClassName
{
border-color: #7FBA36;
}
.TagClassName
{
border-color: #7FBA36;
}
</style>