#82C522

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

Shades of Lima #82C522

Tints of Lima #82C522

Color information

#82C522 (or 0x82C522) is unknown color: approx Lima. HEX triplet: 82, C5 and 22. RGB value is (130,197,34). Sum of RGB (Red+Green+Blue) = 130+197+34=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #82C522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C522 is #7D3ADD. Grayscale: #9E9E9E. Windows color (decimal): -8207070 or 2278786. OLE color: 2278786.

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

Color convert

RGB13019734-
CMYK0.3400.830.23
HSL84.66º70.56%45.29%-
HSV(B)84.66º82.74%77.25%-
XYZ29.4644.798.61-
YUV158.3857.8107.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 197 (77.34% from 255) = 54.57%
BLUE value IS 34 (13.67% from 255) = 9.42%
R=36.01%
G=54.57%
B=9.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal130197340.3400.830.2384.6670.5645.29
Hex82C522220531755472d
Octal202305424201232712510755
Binary1000001011000101100010100010010100111011110101011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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