Shades of Lima #82A403
Tints of Lima #82A403
RGB
CMYK
RGB Variations
Color information
#82A403 (or 0x82A403) is known color: Lima. HEX triplet: 82, A4 and 03. RGB value is (130,164,3). Sum of RGB (Red+Green+Blue) = 130+164+3=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 164 (64.45% from 255 or 55.22% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 164 - color contains mainly: green. Hex color #82A403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A403 is #7D5BFC. Grayscale: #888888. Windows color (decimal): -8215549 or 238722. OLE color: 238722.
HSL color Cylindrical-coordinate representation of color #82A403: hue angle of 72.67º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82A403 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 164 | 3 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.36 |
| HSL | 72.67º | 0.96% | 0.33% | - |
| HSV(B) | 72.67º | 0.98% | 0.64% | - |
| XYZ | 22.5 | 31.3 | 4.94 | - |
| YUV | 135.48 | 53.24 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 164 | 3 | 0.21 | 0 | 0.98 | 0.36 | 72.67 | 0.96 | 0.33 |
| Hex | 82 | A4 | 3 | 15 | 0 | 62 | 24 | 49 | 60 | 21 |
| Octal | 202 | 244 | 3 | 25 | 0 | 142 | 44 | 111 | 140 | 41 |
| Binary | 10000010 | 10100100 | 11 | 10101 | 0 | 1100010 | 100100 | 1001001 | 1100000 | 100001 |
Color Harmonies of #82A403
Complementary color
Monochromatic Colors of #82A403
Black with #82A403
Text Example
Text Example
White with #82A403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A403; }
p { color: rgb(130,164,3); }
H1.HeaderClassName
{
color: #82A403;
}
.AnyTagClassName
{
color: #82A403;
}
</style>
background-color css
<style>
a { background-color: #82A403; }
a { background-color: rgb(130,164,3); }
div.DivClassName
{
background-color: #82A403;
}
.BgClassName
{
background-color: #82A403;
}
</style>
border-color css
<style>
span { border-color: #82A403; }
span { border-color: rgb(130,164,3); }
td.TdClassName
{
border-color: #82A403;
}
.TagClassName
{
border-color: #82A403;
}
</style>