Shades of Limerick #82AD31
Tints of Limerick #82AD31
RGB
CMYK
RGB Variations
Color information
#82AD31 (or 0x82AD31) is known color: Limerick. HEX triplet: 82, AD and 31. RGB value is (130,173,49). Sum of RGB (Red+Green+Blue) = 130+173+49=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AD31 is #7D52CE. Grayscale: #929292. Windows color (decimal): -8213199 or 3255682. OLE color: 3255682.
HSL color Cylindrical-coordinate representation of color #82AD31: hue angle of 80.81º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82AD31 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 49 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.32 |
| HSL | 80.81º | 0.56% | 0.44% | - |
| HSV(B) | 80.81º | 0.72% | 0.68% | - |
| XYZ | 24.7 | 34.85 | 8.33 | - |
| YUV | 146.01 | 73.25 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 49 | 0.25 | 0 | 0.72 | 0.32 | 80.81 | 0.56 | 0.44 |
| Hex | 82 | AD | 31 | 19 | 0 | 48 | 20 | 51 | 38 | 2C |
| Octal | 202 | 255 | 61 | 31 | 0 | 110 | 40 | 121 | 70 | 54 |
| Binary | 10000010 | 10101101 | 110001 | 11001 | 0 | 1001000 | 100000 | 1010001 | 111000 | 101100 |
Color Harmonies of #82AD31
Complementary color
Monochromatic Colors of #82AD31
Black with #82AD31
Text Example
Text Example
White with #82AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AD31; }
p { color: rgb(130,173,49); }
H1.HeaderClassName
{
color: #82AD31;
}
.AnyTagClassName
{
color: #82AD31;
}
</style>
background-color css
<style>
a { background-color: #82AD31; }
a { background-color: rgb(130,173,49); }
div.DivClassName
{
background-color: #82AD31;
}
.BgClassName
{
background-color: #82AD31;
}
</style>
border-color css
<style>
span { border-color: #82AD31; }
span { border-color: rgb(130,173,49); }
td.TdClassName
{
border-color: #82AD31;
}
.TagClassName
{
border-color: #82AD31;
}
</style>