Shades of Lima #82B729
Tints of Lima #82B729
RGB
CMYK
RGB Variations
Color information
#82B729 (or 0x82B729) is known color: Lima. HEX triplet: 82, B7 and 29. RGB value is (130,183,41). Sum of RGB (Red+Green+Blue) = 130+183+41=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #82B729 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B729 is #7D48D6. Grayscale: #979797. Windows color (decimal): -8210647 or 2733954. OLE color: 2733954.
HSL color Cylindrical-coordinate representation of color #82B729: hue angle of 82.39º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82B729 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 183 | 41 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.28 |
| HSL | 82.39º | 0.63% | 0.44% | - |
| HSV(B) | 82.39º | 0.78% | 0.72% | - |
| XYZ | 26.54 | 38.77 | 8.18 | - |
| YUV | 150.97 | 65.94 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 183 | 41 | 0.29 | 0 | 0.78 | 0.28 | 82.39 | 0.63 | 0.44 |
| Hex | 82 | B7 | 29 | 1D | 0 | 4E | 1C | 52 | 3F | 2C |
| Octal | 202 | 267 | 51 | 35 | 0 | 116 | 34 | 122 | 77 | 54 |
| Binary | 10000010 | 10110111 | 101001 | 11101 | 0 | 1001110 | 11100 | 1010010 | 111111 | 101100 |
Color Harmonies of #82B729
Complementary color
Monochromatic Colors of #82B729
Black with #82B729
Text Example
Text Example
White with #82B729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B729; }
p { color: rgb(130,183,41); }
H1.HeaderClassName
{
color: #82B729;
}
.AnyTagClassName
{
color: #82B729;
}
</style>
background-color css
<style>
a { background-color: #82B729; }
a { background-color: rgb(130,183,41); }
div.DivClassName
{
background-color: #82B729;
}
.BgClassName
{
background-color: #82B729;
}
</style>
border-color css
<style>
span { border-color: #82B729; }
span { border-color: rgb(130,183,41); }
td.TdClassName
{
border-color: #82B729;
}
.TagClassName
{
border-color: #82B729;
}
</style>