Shades of Limerick #84B52D
Tints of Limerick #84B52D
RGB
CMYK
RGB Variations
Color information
#84B52D (or 0x84B52D) is known color: Limerick. HEX triplet: 84, B5 and 2D. RGB value is (132,181,45). Sum of RGB (Red+Green+Blue) = 132+181+45=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #84B52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B52D is #7B4AD2. Grayscale: #979797. Windows color (decimal): -8080083 or 2995588. OLE color: 2995588.
HSL color Cylindrical-coordinate representation of color #84B52D: hue angle of 81.62º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84B52D is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 181 | 45 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.29 |
| HSL | 81.62º | 0.6% | 0.44% | - |
| HSV(B) | 81.62º | 0.75% | 0.71% | - |
| XYZ | 26.51 | 38.14 | 8.45 | - |
| YUV | 150.85 | 68.27 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 45 | 0.27 | 0 | 0.75 | 0.29 | 81.62 | 0.6 | 0.44 |
| Hex | 84 | B5 | 2D | 1B | 0 | 4B | 1D | 52 | 3C | 2C |
| Octal | 204 | 265 | 55 | 33 | 0 | 113 | 35 | 122 | 74 | 54 |
| Binary | 10000100 | 10110101 | 101101 | 11011 | 0 | 1001011 | 11101 | 1010010 | 111100 | 101100 |
Color Harmonies of #84B52D
Complementary color
Monochromatic Colors of #84B52D
Black with #84B52D
Text Example
Text Example
White with #84B52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B52D; }
p { color: rgb(132,181,45); }
H1.HeaderClassName
{
color: #84B52D;
}
.AnyTagClassName
{
color: #84B52D;
}
</style>
background-color css
<style>
a { background-color: #84B52D; }
a { background-color: rgb(132,181,45); }
div.DivClassName
{
background-color: #84B52D;
}
.BgClassName
{
background-color: #84B52D;
}
</style>
border-color css
<style>
span { border-color: #84B52D; }
span { border-color: rgb(132,181,45); }
td.TdClassName
{
border-color: #84B52D;
}
.TagClassName
{
border-color: #84B52D;
}
</style>