#82c61c

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

Shades of Lima #82C61C

Tints of Lima #82C61C

Color information

#82C61C (or 0x82C61C) is unknown color: approx Lima. HEX triplet: 82, C6 and 1C. RGB value is (130,198,28). Sum of RGB (Red+Green+Blue) = 130+198+28=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #82C61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C61C is #7D39E3. Grayscale: #9E9E9E. Windows color (decimal): -8206820 or 1885826. OLE color: 1885826.

HSL color Cylindrical-coordinate representation of color #82C61C: hue angle of 84º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82C61C is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB13019828-
CMYK0.3400.860.22
HSL84º75.22%44.31%-
HSV(B)84º85.86%77.65%-
XYZ29.6145.228.27-
YUV158.2954.47107.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 198 (77.73% from 255) = 55.62%
BLUE value IS 28 (11.33% from 255) = 7.87%
R=36.52%
G=55.62%
B=7.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130198280.3400.860.228475.2244.31
Hex82C61C2205616544b2c
Octal202306344201262612411354
Binary100000101100011011100100010010101101011010101001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82c61c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,198,28); }

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

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

 a { background-color: rgb(130,198,28); }

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

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

 span { border-color: rgb(130,198,28); }

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