Shades of Lima #82BF10
Tints of Lima #82BF10
RGB
CMYK
RGB Variations
Color information
#82BF10 (or 0x82BF10) is known color: Lima. HEX triplet: 82, BF and 10. RGB value is (130,191,16). Sum of RGB (Red+Green+Blue) = 130+191+16=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BF10 is #7D40EF. Grayscale: #999999. Windows color (decimal): -8208624 or 1097602. OLE color: 1097602.
HSL color Cylindrical-coordinate representation of color #82BF10: hue angle of 80.91º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82BF10 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 191 | 16 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.25 |
| HSL | 80.91º | 0.85% | 0.41% | - |
| HSV(B) | 80.91º | 0.92% | 0.75% | - |
| XYZ | 27.93 | 42.04 | 7.13 | - |
| YUV | 152.81 | 50.79 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 191 | 16 | 0.32 | 0 | 0.92 | 0.25 | 80.91 | 0.85 | 0.41 |
| Hex | 82 | BF | 10 | 20 | 0 | 5C | 19 | 51 | 55 | 29 |
| Octal | 202 | 277 | 20 | 40 | 0 | 134 | 31 | 121 | 125 | 51 |
| Binary | 10000010 | 10111111 | 10000 | 100000 | 0 | 1011100 | 11001 | 1010001 | 1010101 | 101001 |
Color Harmonies of #82BF10
Complementary color
Monochromatic Colors of #82BF10
Black with #82BF10
Text Example
Text Example
White with #82BF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BF10; }
p { color: rgb(130,191,16); }
H1.HeaderClassName
{
color: #82BF10;
}
.AnyTagClassName
{
color: #82BF10;
}
</style>
background-color css
<style>
a { background-color: #82BF10; }
a { background-color: rgb(130,191,16); }
div.DivClassName
{
background-color: #82BF10;
}
.BgClassName
{
background-color: #82BF10;
}
</style>
border-color css
<style>
span { border-color: #82BF10; }
span { border-color: rgb(130,191,16); }
td.TdClassName
{
border-color: #82BF10;
}
.TagClassName
{
border-color: #82BF10;
}
</style>