#82C809

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

Shades of Lima #82C809

Tints of Lima #82C809

Color information

#82C809 (or 0x82C809) is unknown color: approx Lima. HEX triplet: 82, C8 and 09. RGB value is (130,200,9). Sum of RGB (Red+Green+Blue) = 130+200+9=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #82C809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C809 is #7D37F6. Grayscale: #9D9D9D. Windows color (decimal): -8206327 or 641154. OLE color: 641154.

HSL color Cylindrical-coordinate representation of color #82C809: hue angle of 81.99º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82C809 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1302009-
CMYK0.3500.960.22
HSL81.99º91.39%40.98%-
HSV(B)81.99º95.5%78.43%-
XYZ29.9146.077.58-
YUV157.344.31108.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 200 (78.52% from 255) = 59.00%
BLUE value IS 9 (3.91% from 255) = 2.65%
R=38.35%
G=59.00%
B=2.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal13020090.3500.960.2281.9991.3940.98
Hex82C892306016525b29
Octal202310114301402612213351
Binary10000010110010001001100011011000001011010100101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,200,9); }

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

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

 a { background-color: rgb(130,200,9); }

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

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

 span { border-color: rgb(130,200,9); }

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