Html Css Color HEX #82DA20 Yellow Green

📋 copy color: '#82DA20'

red 130 ◦ green 218 ◦ blue 32

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

Shades of Yellow Green #82DA20

Tints of Yellow Green #82DA20

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.37%

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

R = 34.21%
G = 57.37%
B = 8.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#82DA20 (or 0x82DA20) is known color: Yellow Green. HEX triplet: 82, DA and 20. RGB value is (130,218,32). Sum of RGB (Red+Green+Blue) = 130+218+32=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 218 (85.55% from 255 or 57.37% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DA20 is #7D25DF. Grayscale: #ABABAB. Windows color (decimal): -8201696 or 2153090. OLE color: 2153090.

HSL color Cylindrical-coordinate representation of color #82DA20: hue angle of 88.39º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82DA20 is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 218 32 -
CMYK 0.40 0 0.85 0.15
HSL 88.39º 0.74% 0.49% -
HSV(B) 88.39º 0.85% 0.85% -
XYZ 34.54 54.99 10.16 -
YUV 170.48 49.85 99.12 -
System Red Green Blue C M Y K H S L
Decimal 130 218 32 0.40 0 0.85 0.15 88.39 0.74 0.49
Hex 82 DA 20 28 0 55 F 58 4A 31
Octal 202 332 40 50 0 125 17 130 112 61
Binary 10000010 11011010 100000 101000 0 1010101 1111 1011000 1001010 110001

Color Harmonies of #82DA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DA20

Black with #82DA20

Text Example


Text Example

White with #82DA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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