Shades of Limerick #82B52D
Tints of Limerick #82B52D
RGB
CMYK
RGB Variations
Color information
#82B52D (or 0x82B52D) is known color: Limerick. HEX triplet: 82, B5 and 2D. RGB value is (130,181,45). Sum of RGB (Red+Green+Blue) = 130+181+45=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #82B52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B52D is #7D4AD2. Grayscale: #969696. Windows color (decimal): -8211155 or 2995586. OLE color: 2995586.
HSL color Cylindrical-coordinate representation of color #82B52D: hue angle of 82.5º 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 #82B52D is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 181 | 45 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.29 |
| HSL | 82.5º | 0.6% | 0.44% | - |
| HSV(B) | 82.5º | 0.75% | 0.71% | - |
| XYZ | 26.2 | 37.98 | 8.43 | - |
| YUV | 150.25 | 68.6 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 181 | 45 | 0.28 | 0 | 0.75 | 0.29 | 82.5 | 0.6 | 0.44 |
| Hex | 82 | B5 | 2D | 1C | 0 | 4B | 1D | 52 | 3C | 2C |
| Octal | 202 | 265 | 55 | 34 | 0 | 113 | 35 | 122 | 74 | 54 |
| Binary | 10000010 | 10110101 | 101101 | 11100 | 0 | 1001011 | 11101 | 1010010 | 111100 | 101100 |
Color Harmonies of #82B52D
Complementary color
Monochromatic Colors of #82B52D
Black with #82B52D
Text Example
Text Example
White with #82B52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B52D; }
p { color: rgb(130,181,45); }
H1.HeaderClassName
{
color: #82B52D;
}
.AnyTagClassName
{
color: #82B52D;
}
</style>
background-color css
<style>
a { background-color: #82B52D; }
a { background-color: rgb(130,181,45); }
div.DivClassName
{
background-color: #82B52D;
}
.BgClassName
{
background-color: #82B52D;
}
</style>
border-color css
<style>
span { border-color: #82B52D; }
span { border-color: rgb(130,181,45); }
td.TdClassName
{
border-color: #82B52D;
}
.TagClassName
{
border-color: #82B52D;
}
</style>