Shades of Lima #82C509
Tints of Lima #82C509
RGB
CMYK
RGB Variations
Color information
#82C509 (or 0x82C509) is known color: Lima. HEX triplet: 82, C5 and 09. RGB value is (130,197,9). Sum of RGB (Red+Green+Blue) = 130+197+9=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 197 (77.34% from 255 or 58.63% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 197 - color contains mainly: green. Hex color #82C509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C509 is #7D3AF6. Grayscale: #9C9C9C. Windows color (decimal): -8207095 or 640386. OLE color: 640386.
HSL color Cylindrical-coordinate representation of color #82C509: hue angle of 81.38º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82C509 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 197 | 9 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.23 |
| HSL | 81.38º | 0.91% | 0.4% | - |
| HSV(B) | 81.38º | 0.95% | 0.77% | - |
| XYZ | 29.22 | 44.7 | 7.35 | - |
| YUV | 155.54 | 45.3 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 197 | 9 | 0.34 | 0 | 0.95 | 0.23 | 81.38 | 0.91 | 0.4 |
| Hex | 82 | C5 | 9 | 22 | 0 | 5F | 17 | 51 | 5B | 28 |
| Octal | 202 | 305 | 11 | 42 | 0 | 137 | 27 | 121 | 133 | 50 |
| Binary | 10000010 | 11000101 | 1001 | 100010 | 0 | 1011111 | 10111 | 1010001 | 1011011 | 101000 |
Color Harmonies of #82C509
Complementary color
Monochromatic Colors of #82C509
Black with #82C509
Text Example
Text Example
White with #82C509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C509; }
p { color: rgb(130,197,9); }
H1.HeaderClassName
{
color: #82C509;
}
.AnyTagClassName
{
color: #82C509;
}
</style>
background-color css
<style>
a { background-color: #82C509; }
a { background-color: rgb(130,197,9); }
div.DivClassName
{
background-color: #82C509;
}
.BgClassName
{
background-color: #82C509;
}
</style>
border-color css
<style>
span { border-color: #82C509; }
span { border-color: rgb(130,197,9); }
td.TdClassName
{
border-color: #82C509;
}
.TagClassName
{
border-color: #82C509;
}
</style>