Shades of Limerick #82B83F
Tints of Limerick #82B83F
RGB
CMYK
RGB Variations
Color information
#82B83F (or 0x82B83F) is known color: Limerick. HEX triplet: 82, B8 and 3F. RGB value is (130,184,63). Sum of RGB (Red+Green+Blue) = 130+184+63=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #82B83F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B83F is #7D47C0. Grayscale: #9A9A9A. Windows color (decimal): -8210369 or 4176002. OLE color: 4176002.
HSL color Cylindrical-coordinate representation of color #82B83F: hue angle of 86.78º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82B83F is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 184 | 63 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.28 |
| HSL | 86.78º | 0.49% | 0.48% | - |
| HSV(B) | 86.78º | 0.66% | 0.72% | - |
| XYZ | 27.24 | 39.39 | 10.87 | - |
| YUV | 154.06 | 76.61 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 184 | 63 | 0.29 | 0 | 0.66 | 0.28 | 86.78 | 0.49 | 0.48 |
| Hex | 82 | B8 | 3F | 1D | 0 | 42 | 1C | 57 | 31 | 30 |
| Octal | 202 | 270 | 77 | 35 | 0 | 102 | 34 | 127 | 61 | 60 |
| Binary | 10000010 | 10111000 | 111111 | 11101 | 0 | 1000010 | 11100 | 1010111 | 110001 | 110000 |
Color Harmonies of #82B83F
Complementary color
Monochromatic Colors of #82B83F
Black with #82B83F
Text Example
Text Example
White with #82B83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B83F; }
p { color: rgb(130,184,63); }
H1.HeaderClassName
{
color: #82B83F;
}
.AnyTagClassName
{
color: #82B83F;
}
</style>
background-color css
<style>
a { background-color: #82B83F; }
a { background-color: rgb(130,184,63); }
div.DivClassName
{
background-color: #82B83F;
}
.BgClassName
{
background-color: #82B83F;
}
</style>
border-color css
<style>
span { border-color: #82B83F; }
span { border-color: rgb(130,184,63); }
td.TdClassName
{
border-color: #82B83F;
}
.TagClassName
{
border-color: #82B83F;
}
</style>