Shades of Lima #7FBA32
Tints of Lima #7FBA32
RGB
CMYK
RGB Variations
Color information
#7FBA32 (or 0x7FBA32) is known color: Lima. HEX triplet: 7F, BA and 32. RGB value is (127,186,50). Sum of RGB (Red+Green+Blue) = 127+186+50=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA32 is #8045CD. Grayscale: #999999. Windows color (decimal): -8406478 or 3324543. OLE color: 3324543.
HSL color Cylindrical-coordinate representation of color #7FBA32: hue angle of 86.03º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FBA32 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 50 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.27 |
| HSL | 86.03º | 0.58% | 0.46% | - |
| HSV(B) | 86.03º | 0.73% | 0.73% | - |
| XYZ | 26.89 | 39.86 | 9.29 | - |
| YUV | 152.86 | 69.95 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 50 | 0.32 | 0 | 0.73 | 0.27 | 86.03 | 0.58 | 0.46 |
| Hex | 7F | BA | 32 | 20 | 0 | 49 | 1B | 56 | 3A | 2E |
| Octal | 177 | 272 | 62 | 40 | 0 | 111 | 33 | 126 | 72 | 56 |
| Binary | 1111111 | 10111010 | 110010 | 100000 | 0 | 1001001 | 11011 | 1010110 | 111010 | 101110 |
Color Harmonies of #7FBA32
Complementary color
Monochromatic Colors of #7FBA32
Black with #7FBA32
Text Example
Text Example
White with #7FBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBA32; }
p { color: rgb(127,186,50); }
H1.HeaderClassName
{
color: #7FBA32;
}
.AnyTagClassName
{
color: #7FBA32;
}
</style>
background-color css
<style>
a { background-color: #7FBA32; }
a { background-color: rgb(127,186,50); }
div.DivClassName
{
background-color: #7FBA32;
}
.BgClassName
{
background-color: #7FBA32;
}
</style>
border-color css
<style>
span { border-color: #7FBA32; }
span { border-color: rgb(127,186,50); }
td.TdClassName
{
border-color: #7FBA32;
}
.TagClassName
{
border-color: #7FBA32;
}
</style>