Shades of Limerick #82AF29
Tints of Limerick #82AF29
RGB
CMYK
RGB Variations
Color information
#82AF29 (or 0x82AF29) is known color: Limerick. HEX triplet: 82, AF and 29. RGB value is (130,175,41). Sum of RGB (Red+Green+Blue) = 130+175+41=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AF29 is #7D50D6. Grayscale: #929292. Windows color (decimal): -8212695 or 2731906. OLE color: 2731906.
HSL color Cylindrical-coordinate representation of color #82AF29: hue angle of 80.15º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82AF29 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 175 | 41 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.31 |
| HSL | 80.15º | 0.62% | 0.42% | - |
| HSV(B) | 80.15º | 0.77% | 0.69% | - |
| XYZ | 24.94 | 35.57 | 7.65 | - |
| YUV | 146.27 | 68.59 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 175 | 41 | 0.26 | 0 | 0.77 | 0.31 | 80.15 | 0.62 | 0.42 |
| Hex | 82 | AF | 29 | 1A | 0 | 4D | 1F | 50 | 3E | 2A |
| Octal | 202 | 257 | 51 | 32 | 0 | 115 | 37 | 120 | 76 | 52 |
| Binary | 10000010 | 10101111 | 101001 | 11010 | 0 | 1001101 | 11111 | 1010000 | 111110 | 101010 |
Color Harmonies of #82AF29
Complementary color
Monochromatic Colors of #82AF29
Black with #82AF29
Text Example
Text Example
White with #82AF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AF29; }
p { color: rgb(130,175,41); }
H1.HeaderClassName
{
color: #82AF29;
}
.AnyTagClassName
{
color: #82AF29;
}
</style>
background-color css
<style>
a { background-color: #82AF29; }
a { background-color: rgb(130,175,41); }
div.DivClassName
{
background-color: #82AF29;
}
.BgClassName
{
background-color: #82AF29;
}
</style>
border-color css
<style>
span { border-color: #82AF29; }
span { border-color: rgb(130,175,41); }
td.TdClassName
{
border-color: #82AF29;
}
.TagClassName
{
border-color: #82AF29;
}
</style>