Shades of Limerick #82B63D
Tints of Limerick #82B63D
RGB
CMYK
RGB Variations
Color information
#82B63D (or 0x82B63D) is known color: Limerick. HEX triplet: 82, B6 and 3D. RGB value is (130,182,61). Sum of RGB (Red+Green+Blue) = 130+182+61=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #82B63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B63D is #7D49C2. Grayscale: #999999. Windows color (decimal): -8210883 or 4044418. OLE color: 4044418.
HSL color Cylindrical-coordinate representation of color #82B63D: hue angle of 85.79º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82B63D is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 182 | 61 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.29 |
| HSL | 85.79º | 0.5% | 0.48% | - |
| HSV(B) | 85.79º | 0.66% | 0.71% | - |
| XYZ | 26.78 | 38.54 | 10.44 | - |
| YUV | 152.66 | 76.27 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 182 | 61 | 0.29 | 0 | 0.66 | 0.29 | 85.79 | 0.5 | 0.48 |
| Hex | 82 | B6 | 3D | 1D | 0 | 42 | 1D | 56 | 32 | 30 |
| Octal | 202 | 266 | 75 | 35 | 0 | 102 | 35 | 126 | 62 | 60 |
| Binary | 10000010 | 10110110 | 111101 | 11101 | 0 | 1000010 | 11101 | 1010110 | 110010 | 110000 |
Color Harmonies of #82B63D
Complementary color
Monochromatic Colors of #82B63D
Black with #82B63D
Text Example
Text Example
White with #82B63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B63D; }
p { color: rgb(130,182,61); }
H1.HeaderClassName
{
color: #82B63D;
}
.AnyTagClassName
{
color: #82B63D;
}
</style>
background-color css
<style>
a { background-color: #82B63D; }
a { background-color: rgb(130,182,61); }
div.DivClassName
{
background-color: #82B63D;
}
.BgClassName
{
background-color: #82B63D;
}
</style>
border-color css
<style>
span { border-color: #82B63D; }
span { border-color: rgb(130,182,61); }
td.TdClassName
{
border-color: #82B63D;
}
.TagClassName
{
border-color: #82B63D;
}
</style>