Shades of Lima #82BE0F
Tints of Lima #82BE0F
RGB
CMYK
RGB Variations
Color information
#82BE0F (or 0x82BE0F) is known color: Lima. HEX triplet: 82, BE and 0F. RGB value is (130,190,15). Sum of RGB (Red+Green+Blue) = 130+190+15=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BE0F is #7D41F0. Grayscale: #989898. Windows color (decimal): -8208881 or 1031810. OLE color: 1031810.
HSL color Cylindrical-coordinate representation of color #82BE0F: hue angle of 80.57º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82BE0F is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 15 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.25 |
| HSL | 80.57º | 0.85% | 0.4% | - |
| HSV(B) | 80.57º | 0.92% | 0.75% | - |
| XYZ | 27.71 | 41.61 | 7.02 | - |
| YUV | 152.11 | 50.62 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 15 | 0.32 | 0 | 0.92 | 0.25 | 80.57 | 0.85 | 0.4 |
| Hex | 82 | BE | F | 20 | 0 | 5C | 19 | 51 | 55 | 28 |
| Octal | 202 | 276 | 17 | 40 | 0 | 134 | 31 | 121 | 125 | 50 |
| Binary | 10000010 | 10111110 | 1111 | 100000 | 0 | 1011100 | 11001 | 1010001 | 1010101 | 101000 |
Color Harmonies of #82BE0F
Complementary color
Monochromatic Colors of #82BE0F
Black with #82BE0F
Text Example
Text Example
White with #82BE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE0F; }
p { color: rgb(130,190,15); }
H1.HeaderClassName
{
color: #82BE0F;
}
.AnyTagClassName
{
color: #82BE0F;
}
</style>
background-color css
<style>
a { background-color: #82BE0F; }
a { background-color: rgb(130,190,15); }
div.DivClassName
{
background-color: #82BE0F;
}
.BgClassName
{
background-color: #82BE0F;
}
</style>
border-color css
<style>
span { border-color: #82BE0F; }
span { border-color: rgb(130,190,15); }
td.TdClassName
{
border-color: #82BE0F;
}
.TagClassName
{
border-color: #82BE0F;
}
</style>