Shades of Limerick #82AF33
Tints of Limerick #82AF33
RGB
CMYK
RGB Variations
Color information
#82AF33 (or 0x82AF33) is known color: Limerick. HEX triplet: 82, AF and 33. RGB value is (130,175,51). Sum of RGB (Red+Green+Blue) = 130+175+51=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AF33 is #7D50CC. Grayscale: #939393. Windows color (decimal): -8212685 or 3387266. OLE color: 3387266.
HSL color Cylindrical-coordinate representation of color #82AF33: hue angle of 81.77º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82AF33 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 175 | 51 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.31 |
| HSL | 81.77º | 0.55% | 0.44% | - |
| HSV(B) | 81.77º | 0.71% | 0.69% | - |
| XYZ | 25.13 | 35.64 | 8.69 | - |
| YUV | 147.41 | 73.59 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 175 | 51 | 0.26 | 0 | 0.71 | 0.31 | 81.77 | 0.55 | 0.44 |
| Hex | 82 | AF | 33 | 1A | 0 | 47 | 1F | 52 | 37 | 2C |
| Octal | 202 | 257 | 63 | 32 | 0 | 107 | 37 | 122 | 67 | 54 |
| Binary | 10000010 | 10101111 | 110011 | 11010 | 0 | 1000111 | 11111 | 1010010 | 110111 | 101100 |
Color Harmonies of #82AF33
Complementary color
Monochromatic Colors of #82AF33
Black with #82AF33
Text Example
Text Example
White with #82AF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AF33; }
p { color: rgb(130,175,51); }
H1.HeaderClassName
{
color: #82AF33;
}
.AnyTagClassName
{
color: #82AF33;
}
</style>
background-color css
<style>
a { background-color: #82AF33; }
a { background-color: rgb(130,175,51); }
div.DivClassName
{
background-color: #82AF33;
}
.BgClassName
{
background-color: #82AF33;
}
</style>
border-color css
<style>
span { border-color: #82AF33; }
span { border-color: rgb(130,175,51); }
td.TdClassName
{
border-color: #82AF33;
}
.TagClassName
{
border-color: #82AF33;
}
</style>