Shades of Limerick #82B73E
Tints of Limerick #82B73E
RGB
CMYK
RGB Variations
Color information
#82B73E (or 0x82B73E) is known color: Limerick. HEX triplet: 82, B7 and 3E. RGB value is (130,183,62). Sum of RGB (Red+Green+Blue) = 130+183+62=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #82B73E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B73E is #7D48C1. Grayscale: #999999. Windows color (decimal): -8210626 or 4110210. OLE color: 4110210.
HSL color Cylindrical-coordinate representation of color #82B73E: hue angle of 86.28º 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 #82B73E is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 183 | 62 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.28 |
| HSL | 86.28º | 0.49% | 0.48% | - |
| HSV(B) | 86.28º | 0.66% | 0.72% | - |
| XYZ | 27.01 | 38.96 | 10.65 | - |
| YUV | 153.36 | 76.44 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 183 | 62 | 0.29 | 0 | 0.66 | 0.28 | 86.28 | 0.49 | 0.48 |
| Hex | 82 | B7 | 3E | 1D | 0 | 42 | 1C | 56 | 31 | 30 |
| Octal | 202 | 267 | 76 | 35 | 0 | 102 | 34 | 126 | 61 | 60 |
| Binary | 10000010 | 10110111 | 111110 | 11101 | 0 | 1000010 | 11100 | 1010110 | 110001 | 110000 |
Color Harmonies of #82B73E
Complementary color
Monochromatic Colors of #82B73E
Black with #82B73E
Text Example
Text Example
White with #82B73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B73E; }
p { color: rgb(130,183,62); }
H1.HeaderClassName
{
color: #82B73E;
}
.AnyTagClassName
{
color: #82B73E;
}
</style>
background-color css
<style>
a { background-color: #82B73E; }
a { background-color: rgb(130,183,62); }
div.DivClassName
{
background-color: #82B73E;
}
.BgClassName
{
background-color: #82B73E;
}
</style>
border-color css
<style>
span { border-color: #82B73E; }
span { border-color: rgb(130,183,62); }
td.TdClassName
{
border-color: #82B73E;
}
.TagClassName
{
border-color: #82B73E;
}
</style>