Shades of Limerick #82BD33
Tints of Limerick #82BD33
RGB
CMYK
RGB Variations
Color information
#82BD33 (or 0x82BD33) is known color: Limerick. HEX triplet: 82, BD and 33. RGB value is (130,189,51). Sum of RGB (Red+Green+Blue) = 130+189+51=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BD33 is #7D42CC. Grayscale: #9C9C9C. Windows color (decimal): -8209101 or 3390850. OLE color: 3390850.
HSL color Cylindrical-coordinate representation of color #82BD33: hue angle of 85.65º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82BD33 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 189 | 51 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.26 |
| HSL | 85.65º | 0.58% | 0.47% | - |
| HSV(B) | 85.65º | 0.73% | 0.74% | - |
| XYZ | 28 | 41.38 | 9.64 | - |
| YUV | 155.63 | 68.95 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 51 | 0.31 | 0 | 0.73 | 0.26 | 85.65 | 0.58 | 0.47 |
| Hex | 82 | BD | 33 | 1F | 0 | 49 | 1A | 56 | 3A | 2F |
| Octal | 202 | 275 | 63 | 37 | 0 | 111 | 32 | 126 | 72 | 57 |
| Binary | 10000010 | 10111101 | 110011 | 11111 | 0 | 1001001 | 11010 | 1010110 | 111010 | 101111 |
Color Harmonies of #82BD33
Complementary color
Monochromatic Colors of #82BD33
Black with #82BD33
Text Example
Text Example
White with #82BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BD33; }
p { color: rgb(130,189,51); }
H1.HeaderClassName
{
color: #82BD33;
}
.AnyTagClassName
{
color: #82BD33;
}
</style>
background-color css
<style>
a { background-color: #82BD33; }
a { background-color: rgb(130,189,51); }
div.DivClassName
{
background-color: #82BD33;
}
.BgClassName
{
background-color: #82BD33;
}
</style>
border-color css
<style>
span { border-color: #82BD33; }
span { border-color: rgb(130,189,51); }
td.TdClassName
{
border-color: #82BD33;
}
.TagClassName
{
border-color: #82BD33;
}
</style>