#82C113

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

Shades of Lima #82C113

Tints of Lima #82C113

Color information

#82C113 (or 0x82C113) is unknown color: approx Lima. HEX triplet: 82, C1 and 13. RGB value is (130,193,19). Sum of RGB (Red+Green+Blue) = 130+193+19=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #82C113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C113 is #7D3EEC. Grayscale: #9A9A9A. Windows color (decimal): -8208109 or 1294722. OLE color: 1294722.

HSL color Cylindrical-coordinate representation of color #82C113: hue angle of 81.72º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82C113 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB13019319-
CMYK0.3300.900.24
HSL81.72º82.08%41.57%-
HSV(B)81.72º90.16%75.69%-
XYZ28.3942.937.41-
YUV154.3351.63110.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 193 (75.78% from 255) = 56.43%
BLUE value IS 19 (7.81% from 255) = 5.56%
R=38.01%
G=56.43%
B=5.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130193190.3300.900.2481.7282.0841.57
Hex82C1132105A1852522a
Octal202301234101323012212252
Binary100000101100000110011100001010110101100010100101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,193,19); }

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

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

 a { background-color: rgb(130,193,19); }

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

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

 span { border-color: rgb(130,193,19); }

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