Shades of Limerick #82B73C
Tints of Limerick #82B73C
RGB
CMYK
RGB Variations
Color information
#82B73C (or 0x82B73C) is known color: Limerick. HEX triplet: 82, B7 and 3C. RGB value is (130,183,60). Sum of RGB (Red+Green+Blue) = 130+183+60=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #82B73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B73C is #7D48C3. Grayscale: #999999. Windows color (decimal): -8210628 or 3979138. OLE color: 3979138.
HSL color Cylindrical-coordinate representation of color #82B73C: hue angle of 85.85º degrees, saturation: 0.51, 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 #82B73C is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 183 | 60 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.28 |
| HSL | 85.85º | 0.51% | 0.48% | - |
| HSV(B) | 85.85º | 0.67% | 0.72% | - |
| XYZ | 26.96 | 38.94 | 10.37 | - |
| YUV | 153.13 | 75.44 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 183 | 60 | 0.29 | 0 | 0.67 | 0.28 | 85.85 | 0.51 | 0.48 |
| Hex | 82 | B7 | 3C | 1D | 0 | 43 | 1C | 56 | 33 | 30 |
| Octal | 202 | 267 | 74 | 35 | 0 | 103 | 34 | 126 | 63 | 60 |
| Binary | 10000010 | 10110111 | 111100 | 11101 | 0 | 1000011 | 11100 | 1010110 | 110011 | 110000 |
Color Harmonies of #82B73C
Complementary color
Monochromatic Colors of #82B73C
Black with #82B73C
Text Example
Text Example
White with #82B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B73C; }
p { color: rgb(130,183,60); }
H1.HeaderClassName
{
color: #82B73C;
}
.AnyTagClassName
{
color: #82B73C;
}
</style>
background-color css
<style>
a { background-color: #82B73C; }
a { background-color: rgb(130,183,60); }
div.DivClassName
{
background-color: #82B73C;
}
.BgClassName
{
background-color: #82B73C;
}
</style>
border-color css
<style>
span { border-color: #82B73C; }
span { border-color: rgb(130,183,60); }
td.TdClassName
{
border-color: #82B73C;
}
.TagClassName
{
border-color: #82B73C;
}
</style>