#82C12C

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

Shades of Lima #82C12C

Tints of Lima #82C12C

Color information

#82C12C (or 0x82C12C) is unknown color: approx Lima. HEX triplet: 82, C1 and 2C. RGB value is (130,193,44). Sum of RGB (Red+Green+Blue) = 130+193+44=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #82C12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C12C is #7D3ED3. Grayscale: #9D9D9D. Windows color (decimal): -8208084 or 2933122. OLE color: 2933122.

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

Color convert

RGB13019344-
CMYK0.3300.770.24
HSL85.37º62.87%46.47%-
HSV(B)85.37º77.2%75.69%-
XYZ28.7343.079.18-
YUV157.1864.13108.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 193 (75.78% from 255) = 52.59%
BLUE value IS 44 (17.58% from 255) = 11.99%
R=35.42%
G=52.59%
B=11.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130193440.3300.770.2485.3762.8746.47
Hex82C12C2104D18553f2e
Octal20230154410115301257756
Binary100000101100000110110010000101001101110001010101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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