Shades of Limerick #82AD27
Tints of Limerick #82AD27
RGB
CMYK
RGB Variations
Color information
#82AD27 (or 0x82AD27) is known color: Limerick. HEX triplet: 82, AD and 27. RGB value is (130,173,39). Sum of RGB (Red+Green+Blue) = 130+173+39=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AD27 is #7D52D8. Grayscale: #919191. Windows color (decimal): -8213209 or 2600322. OLE color: 2600322.
HSL color Cylindrical-coordinate representation of color #82AD27: hue angle of 79.25º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82AD27 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 39 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.32 |
| HSL | 79.25º | 0.63% | 0.42% | - |
| HSV(B) | 79.25º | 0.77% | 0.68% | - |
| XYZ | 24.52 | 34.78 | 7.34 | - |
| YUV | 144.87 | 68.25 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 39 | 0.25 | 0 | 0.77 | 0.32 | 79.25 | 0.63 | 0.42 |
| Hex | 82 | AD | 27 | 19 | 0 | 4D | 20 | 4F | 3F | 2A |
| Octal | 202 | 255 | 47 | 31 | 0 | 115 | 40 | 117 | 77 | 52 |
| Binary | 10000010 | 10101101 | 100111 | 11001 | 0 | 1001101 | 100000 | 1001111 | 111111 | 101010 |
Color Harmonies of #82AD27
Complementary color
Monochromatic Colors of #82AD27
Black with #82AD27
Text Example
Text Example
White with #82AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AD27; }
p { color: rgb(130,173,39); }
H1.HeaderClassName
{
color: #82AD27;
}
.AnyTagClassName
{
color: #82AD27;
}
</style>
background-color css
<style>
a { background-color: #82AD27; }
a { background-color: rgb(130,173,39); }
div.DivClassName
{
background-color: #82AD27;
}
.BgClassName
{
background-color: #82AD27;
}
</style>
border-color css
<style>
span { border-color: #82AD27; }
span { border-color: rgb(130,173,39); }
td.TdClassName
{
border-color: #82AD27;
}
.TagClassName
{
border-color: #82AD27;
}
</style>