Shades of Limerick #82B83D
Tints of Limerick #82B83D
RGB
CMYK
RGB Variations
Color information
#82B83D (or 0x82B83D) is known color: Limerick. HEX triplet: 82, B8 and 3D. RGB value is (130,184,61). Sum of RGB (Red+Green+Blue) = 130+184+61=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #82B83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B83D is #7D47C2. Grayscale: #9A9A9A. Windows color (decimal): -8210371 or 4044930. OLE color: 4044930.
HSL color Cylindrical-coordinate representation of color #82B83D: hue angle of 86.34º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82B83D is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 184 | 61 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.28 |
| HSL | 86.34º | 0.5% | 0.48% | - |
| HSV(B) | 86.34º | 0.67% | 0.72% | - |
| XYZ | 27.19 | 39.36 | 10.58 | - |
| YUV | 153.83 | 75.61 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 184 | 61 | 0.29 | 0 | 0.67 | 0.28 | 86.34 | 0.5 | 0.48 |
| Hex | 82 | B8 | 3D | 1D | 0 | 43 | 1C | 56 | 32 | 30 |
| Octal | 202 | 270 | 75 | 35 | 0 | 103 | 34 | 126 | 62 | 60 |
| Binary | 10000010 | 10111000 | 111101 | 11101 | 0 | 1000011 | 11100 | 1010110 | 110010 | 110000 |
Color Harmonies of #82B83D
Complementary color
Monochromatic Colors of #82B83D
Black with #82B83D
Text Example
Text Example
White with #82B83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B83D; }
p { color: rgb(130,184,61); }
H1.HeaderClassName
{
color: #82B83D;
}
.AnyTagClassName
{
color: #82B83D;
}
</style>
background-color css
<style>
a { background-color: #82B83D; }
a { background-color: rgb(130,184,61); }
div.DivClassName
{
background-color: #82B83D;
}
.BgClassName
{
background-color: #82B83D;
}
</style>
border-color css
<style>
span { border-color: #82B83D; }
span { border-color: rgb(130,184,61); }
td.TdClassName
{
border-color: #82B83D;
}
.TagClassName
{
border-color: #82B83D;
}
</style>