#82C131

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

Shades of Lima #82C131

Tints of Lima #82C131

Color information

#82C131 (or 0x82C131) is unknown color: approx Lima. HEX triplet: 82, C1 and 31. RGB value is (130,193,49). Sum of RGB (Red+Green+Blue) = 130+193+49=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #82C131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C131 is #7D3ECE. Grayscale: #9E9E9E. Windows color (decimal): -8208079 or 3260802. OLE color: 3260802.

HSL color Cylindrical-coordinate representation of color #82C131: hue angle of 86.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82C131 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB13019349-
CMYK0.3300.750.24
HSL86.25º59.5%47.45%-
HSV(B)86.25º74.61%75.69%-
XYZ28.8343.119.71-
YUV157.7566.63108.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 193 (75.78% from 255) = 51.88%
BLUE value IS 49 (19.53% from 255) = 13.17%
R=34.95%
G=51.88%
B=13.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130193490.3300.750.2486.2559.547.45
Hex82C1312104B18563c2f
Octal20230161410113301267457
Binary100000101100000111000110000101001011110001010110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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