#82C508

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

Shades of Lima #82C508

Tints of Lima #82C508

Color information

#82C508 (or 0x82C508) is unknown color: approx Lima. HEX triplet: 82, C5 and 08. RGB value is (130,197,8). Sum of RGB (Red+Green+Blue) = 130+197+8=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #82C508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C508 is #7D3AF7. Grayscale: #9C9C9C. Windows color (decimal): -8207096 or 574850. OLE color: 574850.

HSL color Cylindrical-coordinate representation of color #82C508: hue angle of 81.27º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82C508 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1301978-
CMYK0.3400.960.23
HSL81.27º92.2%40.2%-
HSV(B)81.27º95.94%77.25%-
XYZ29.2244.77.32-
YUV155.4244.8109.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 197 (77.34% from 255) = 58.81%
BLUE value IS 8 (3.52% from 255) = 2.39%
R=38.81%
G=58.81%
B=2.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13019780.3400.960.2381.2792.240.2
Hex82C582206017515c28
Octal202305104201402712113450
Binary10000010110001011000100010011000001011110100011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,197,8); }

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

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

 a { background-color: rgb(130,197,8); }

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

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

 span { border-color: rgb(130,197,8); }

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