Shades of Lima #82BF0E
Tints of Lima #82BF0E
RGB
CMYK
RGB Variations
Color information
#82BF0E (or 0x82BF0E) is known color: Lima. HEX triplet: 82, BF and 0E. RGB value is (130,191,14). Sum of RGB (Red+Green+Blue) = 130+191+14=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 191 (75% from 255 or 57.01% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BF0E is #7D40F1. Grayscale: #999999. Windows color (decimal): -8208626 or 966530. OLE color: 966530.
HSL color Cylindrical-coordinate representation of color #82BF0E: hue angle of 80.68º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82BF0E is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 191 | 14 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.25 |
| HSL | 80.68º | 0.86% | 0.4% | - |
| HSV(B) | 80.68º | 0.93% | 0.75% | - |
| XYZ | 27.92 | 42.04 | 7.06 | - |
| YUV | 152.58 | 49.79 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 191 | 14 | 0.32 | 0 | 0.93 | 0.25 | 80.68 | 0.86 | 0.4 |
| Hex | 82 | BF | E | 20 | 0 | 5D | 19 | 51 | 56 | 28 |
| Octal | 202 | 277 | 16 | 40 | 0 | 135 | 31 | 121 | 126 | 50 |
| Binary | 10000010 | 10111111 | 1110 | 100000 | 0 | 1011101 | 11001 | 1010001 | 1010110 | 101000 |
Color Harmonies of #82BF0E
Complementary color
Monochromatic Colors of #82BF0E
Black with #82BF0E
Text Example
Text Example
White with #82BF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BF0E; }
p { color: rgb(130,191,14); }
H1.HeaderClassName
{
color: #82BF0E;
}
.AnyTagClassName
{
color: #82BF0E;
}
</style>
background-color css
<style>
a { background-color: #82BF0E; }
a { background-color: rgb(130,191,14); }
div.DivClassName
{
background-color: #82BF0E;
}
.BgClassName
{
background-color: #82BF0E;
}
</style>
border-color css
<style>
span { border-color: #82BF0E; }
span { border-color: rgb(130,191,14); }
td.TdClassName
{
border-color: #82BF0E;
}
.TagClassName
{
border-color: #82BF0E;
}
</style>