Shades of Lima #82AD21
Tints of Lima #82AD21
RGB
CMYK
RGB Variations
Color information
#82AD21 (or 0x82AD21) is known color: Lima. HEX triplet: 82, AD and 21. RGB value is (130,173,33). Sum of RGB (Red+Green+Blue) = 130+173+33=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AD21 is #7D52DE. Grayscale: #909090. Windows color (decimal): -8213215 or 2207106. OLE color: 2207106.
HSL color Cylindrical-coordinate representation of color #82AD21: hue angle of 78.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82AD21 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 33 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.32 |
| HSL | 78.43º | 0.68% | 0.4% | - |
| HSV(B) | 78.43º | 0.81% | 0.68% | - |
| XYZ | 24.42 | 34.74 | 6.86 | - |
| YUV | 144.18 | 65.25 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 33 | 0.25 | 0 | 0.81 | 0.32 | 78.43 | 0.68 | 0.4 |
| Hex | 82 | AD | 21 | 19 | 0 | 51 | 20 | 4E | 44 | 28 |
| Octal | 202 | 255 | 41 | 31 | 0 | 121 | 40 | 116 | 104 | 50 |
| Binary | 10000010 | 10101101 | 100001 | 11001 | 0 | 1010001 | 100000 | 1001110 | 1000100 | 101000 |
Color Harmonies of #82AD21
Complementary color
Monochromatic Colors of #82AD21
Black with #82AD21
Text Example
Text Example
White with #82AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AD21; }
p { color: rgb(130,173,33); }
H1.HeaderClassName
{
color: #82AD21;
}
.AnyTagClassName
{
color: #82AD21;
}
</style>
background-color css
<style>
a { background-color: #82AD21; }
a { background-color: rgb(130,173,33); }
div.DivClassName
{
background-color: #82AD21;
}
.BgClassName
{
background-color: #82AD21;
}
</style>
border-color css
<style>
span { border-color: #82AD21; }
span { border-color: rgb(130,173,33); }
td.TdClassName
{
border-color: #82AD21;
}
.TagClassName
{
border-color: #82AD21;
}
</style>