Shades of Lima #82AD22
Tints of Lima #82AD22
RGB
CMYK
RGB Variations
Color information
#82AD22 (or 0x82AD22) is known color: Lima. HEX triplet: 82, AD and 22. RGB value is (130,173,34). Sum of RGB (Red+Green+Blue) = 130+173+34=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AD22 is #7D52DD. Grayscale: #909090. Windows color (decimal): -8213214 or 2272642. OLE color: 2272642.
HSL color Cylindrical-coordinate representation of color #82AD22: hue angle of 78.56º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82AD22 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 34 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.32 |
| HSL | 78.56º | 0.67% | 0.41% | - |
| HSV(B) | 78.56º | 0.8% | 0.68% | - |
| XYZ | 24.44 | 34.75 | 6.93 | - |
| YUV | 144.3 | 65.75 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 34 | 0.25 | 0 | 0.80 | 0.32 | 78.56 | 0.67 | 0.41 |
| Hex | 82 | AD | 22 | 19 | 0 | 50 | 20 | 4F | 43 | 29 |
| Octal | 202 | 255 | 42 | 31 | 0 | 120 | 40 | 117 | 103 | 51 |
| Binary | 10000010 | 10101101 | 100010 | 11001 | 0 | 1010000 | 100000 | 1001111 | 1000011 | 101001 |
Color Harmonies of #82AD22
Complementary color
Monochromatic Colors of #82AD22
Black with #82AD22
Text Example
Text Example
White with #82AD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AD22; }
p { color: rgb(130,173,34); }
H1.HeaderClassName
{
color: #82AD22;
}
.AnyTagClassName
{
color: #82AD22;
}
</style>
background-color css
<style>
a { background-color: #82AD22; }
a { background-color: rgb(130,173,34); }
div.DivClassName
{
background-color: #82AD22;
}
.BgClassName
{
background-color: #82AD22;
}
</style>
border-color css
<style>
span { border-color: #82AD22; }
span { border-color: rgb(130,173,34); }
td.TdClassName
{
border-color: #82AD22;
}
.TagClassName
{
border-color: #82AD22;
}
</style>