#82af21

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

Shades of Lima #82AF21

Tints of Lima #82AF21

Color information

#82AF21 (or 0x82AF21) is unknown color: approx Lima. HEX triplet: 82, AF and 21. RGB value is (130,175,33). Sum of RGB (Red+Green+Blue) = 130+175+33=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AF21 is #7D50DE. Grayscale: #919191. Windows color (decimal): -8212703 or 2207618. OLE color: 2207618.

HSL color Cylindrical-coordinate representation of color #82AF21: hue angle of 79.01º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82AF21 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB13017533-
CMYK0.2600.810.31
HSL79.01º68.27%40.78%-
HSV(B)79.01º81.14%68.63%-
XYZ24.8135.526.99-
YUV145.3664.59117.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 175 (68.75% from 255) = 51.78%
BLUE value IS 33 (13.28% from 255) = 9.76%
R=38.46%
G=51.78%
B=9.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130175330.2600.810.3179.0168.2740.78
Hex82AF211A0511F4f4429
Octal202257413201213711710451
Binary100000101010111110000111010010100011111110011111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82af21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,175,33); }

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

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

 a { background-color: rgb(130,175,33); }

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

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

 span { border-color: rgb(130,175,33); }

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