#82CC09

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

Shades of Lima #82CC09

Tints of Lima #82CC09

Color information

#82CC09 (or 0x82CC09) is unknown color: approx Lima. HEX triplet: 82, CC and 09. RGB value is (130,204,9). Sum of RGB (Red+Green+Blue) = 130+204+9=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 204 (80.08% from 255 or 59.48% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CC09 is #7D33F6. Grayscale: #A0A0A0. Windows color (decimal): -8205303 or 642178. OLE color: 642178.

HSL color Cylindrical-coordinate representation of color #82CC09: hue angle of 82.77º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82CC09 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB1302049-
CMYK0.3600.960.2
HSL82.77º91.55%41.76%-
HSV(B)82.77º95.59%80%-
XYZ30.8547.957.89-
YUV159.6442.98106.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 204 (80.08% from 255) = 59.48%
BLUE value IS 9 (3.91% from 255) = 2.62%
R=37.90%
G=59.48%
B=2.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal13020490.3600.960.282.7791.5541.76
Hex82CC92406014535c2a
Octal202314114401402412313452
Binary10000010110011001001100100011000001010010100111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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