Html Css Color HEX #82AF20 Lima

📋 copy color: '#82AF20'

red 130 ◦ green 175 ◦ blue 32

#82AF20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #82AF20

Tints of Lima #82AF20

RGB

 RED value IS 130 (51.17% from 255) = 38.58%

 GREEN value IS 175 (68.75% from 255) = 51.93%

 BLUE value IS 32 (12.89% from 255) = 9.5%

R = 38.58%
G = 51.93%
B = 9.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#82AF20 (or 0x82AF20) is known color: Lima. HEX triplet: 82, AF and 20. RGB value is (130,175,32). Sum of RGB (Red+Green+Blue) = 130+175+32=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AF20 is #7D50DF. Grayscale: #919191. Windows color (decimal): -8212704 or 2142082. OLE color: 2142082.

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

Color convert

RGB 130 175 32 -
CMYK 0.26 0 0.82 0.31
HSL 78.88º 0.69% 0.41% -
HSV(B) 78.88º 0.82% 0.69% -
XYZ 24.8 35.51 6.91 -
YUV 145.24 64.09 117.13 -
System Red Green Blue C M Y K H S L
Decimal 130 175 32 0.26 0 0.82 0.31 78.88 0.69 0.41
Hex 82 AF 20 1A 0 52 1F 4F 45 29
Octal 202 257 40 32 0 122 37 117 105 51
Binary 10000010 10101111 100000 11010 0 1010010 11111 1001111 1000101 101001

Color Harmonies of #82AF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AF20

Black with #82AF20

Text Example


Text Example

White with #82AF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82AF20;
 }
 .AnyTagClassName
 {
   color: #82AF20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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