Shades of Limerick #7FBA3D
Tints of Limerick #7FBA3D
RGB
CMYK
RGB Variations
Color information
#7FBA3D (or 0x7FBA3D) is known color: Limerick. HEX triplet: 7F, BA and 3D. RGB value is (127,186,61). Sum of RGB (Red+Green+Blue) = 127+186+61=374 (49% of max value = 765). Red value is 127 (50% from 255 or 33.96% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA3D is #8045C2. Grayscale: #9A9A9A. Windows color (decimal): -8406467 or 4045439. OLE color: 4045439.
HSL color Cylindrical-coordinate representation of color #7FBA3D: hue angle of 88.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FBA3D is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 61 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.27 |
| HSL | 88.32º | 0.51% | 0.48% | - |
| HSV(B) | 88.32º | 0.67% | 0.73% | - |
| XYZ | 27.15 | 39.97 | 10.7 | - |
| YUV | 154.11 | 75.45 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 61 | 0.32 | 0 | 0.67 | 0.27 | 88.32 | 0.51 | 0.48 |
| Hex | 7F | BA | 3D | 20 | 0 | 43 | 1B | 58 | 33 | 30 |
| Octal | 177 | 272 | 75 | 40 | 0 | 103 | 33 | 130 | 63 | 60 |
| Binary | 1111111 | 10111010 | 111101 | 100000 | 0 | 1000011 | 11011 | 1011000 | 110011 | 110000 |
Color Harmonies of #7FBA3D
Complementary color
Monochromatic Colors of #7FBA3D
Black with #7FBA3D
Text Example
Text Example
White with #7FBA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBA3D; }
p { color: rgb(127,186,61); }
H1.HeaderClassName
{
color: #7FBA3D;
}
.AnyTagClassName
{
color: #7FBA3D;
}
</style>
background-color css
<style>
a { background-color: #7FBA3D; }
a { background-color: rgb(127,186,61); }
div.DivClassName
{
background-color: #7FBA3D;
}
.BgClassName
{
background-color: #7FBA3D;
}
</style>
border-color css
<style>
span { border-color: #7FBA3D; }
span { border-color: rgb(127,186,61); }
td.TdClassName
{
border-color: #7FBA3D;
}
.TagClassName
{
border-color: #7FBA3D;
}
</style>