Shades of Lima #82AA04
Tints of Lima #82AA04
RGB
CMYK
RGB Variations
Color information
#82AA04 (or 0x82AA04) is known color: Lima. HEX triplet: 82, AA and 04. RGB value is (130,170,4). Sum of RGB (Red+Green+Blue) = 130+170+4=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AA04 is #7D55FB. Grayscale: #8B8B8B. Windows color (decimal): -8214012 or 305794. OLE color: 305794.
HSL color Cylindrical-coordinate representation of color #82AA04: hue angle of 74.46º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82AA04 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 4 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.33 |
| HSL | 74.46º | 0.95% | 0.34% | - |
| HSV(B) | 74.46º | 0.98% | 0.67% | - |
| XYZ | 23.6 | 33.5 | 5.34 | - |
| YUV | 139.12 | 51.75 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 4 | 0.24 | 0 | 0.98 | 0.33 | 74.46 | 0.95 | 0.34 |
| Hex | 82 | AA | 4 | 18 | 0 | 62 | 21 | 4A | 5F | 22 |
| Octal | 202 | 252 | 4 | 30 | 0 | 142 | 41 | 112 | 137 | 42 |
| Binary | 10000010 | 10101010 | 100 | 11000 | 0 | 1100010 | 100001 | 1001010 | 1011111 | 100010 |
Color Harmonies of #82AA04
Complementary color
Monochromatic Colors of #82AA04
Black with #82AA04
Text Example
Text Example
White with #82AA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA04; }
p { color: rgb(130,170,4); }
H1.HeaderClassName
{
color: #82AA04;
}
.AnyTagClassName
{
color: #82AA04;
}
</style>
background-color css
<style>
a { background-color: #82AA04; }
a { background-color: rgb(130,170,4); }
div.DivClassName
{
background-color: #82AA04;
}
.BgClassName
{
background-color: #82AA04;
}
</style>
border-color css
<style>
span { border-color: #82AA04; }
span { border-color: rgb(130,170,4); }
td.TdClassName
{
border-color: #82AA04;
}
.TagClassName
{
border-color: #82AA04;
}
</style>