#82C515

Color #82C515 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #82C515

Tints of Lima #82C515

Color information

#82C515 (or 0x82C515) is unknown color: approx Lima. HEX triplet: 82, C5 and 15. RGB value is (130,197,21). Sum of RGB (Red+Green+Blue) = 130+197+21=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 197 (77.34% from 255 or 56.61% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 197 - color contains mainly: green. Hex color #82C515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C515 is #7D3AEA. Grayscale: #9D9D9D. Windows color (decimal): -8207083 or 1426818. OLE color: 1426818.

HSL color Cylindrical-coordinate representation of color #82C515: hue angle of 82.84º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82C515 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB13019721-
CMYK0.3400.890.23
HSL82.84º80.73%42.75%-
HSV(B)82.84º89.34%77.25%-
XYZ29.3144.737.8-
YUV156.951.3108.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 197 (77.34% from 255) = 56.61%
BLUE value IS 21 (8.59% from 255) = 6.03%
R=37.36%
G=56.61%
B=6.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal130197210.3400.890.2382.8480.7342.75
Hex82C515220591753512b
Octal202305254201312712312153
Binary100000101100010110101100010010110011011110100111010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82C515; }

 p { color: rgb(130,197,21); }

 H1.HeaderClassName
 {
   color: #82C515;
 }
 .AnyTagClassName
 {
   color: #82C515;
 }
</style>
background-color css

<style>
 a { background-color: #82C515; }

 a { background-color: rgb(130,197,21); }

 div.DivClassName
 {
   background-color: #82C515;
 }
 .BgClassName
 {
   background-color: #82C515;
 }
</style>
border-color css

<style>
 span { border-color: #82C515; }

 span { border-color: rgb(130,197,21); }

 td.TdClassName
 {
   border-color: #82C515;
 }
 .TagClassName
 {
   border-color: #82C515;
 }
</style>