Html Css Color HEX #82DF20 Yellow Green

📋 copy color: '#82DF20'

red 130 ◦ green 223 ◦ blue 32

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

Shades of Yellow Green #82DF20

Tints of Yellow Green #82DF20

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.92%

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

R = 33.77%
G = 57.92%
B = 8.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#82DF20 (or 0x82DF20) is known color: Yellow Green. HEX triplet: 82, DF and 20. RGB value is (130,223,32). Sum of RGB (Red+Green+Blue) = 130+223+32=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DF20 is #7D20DF. Grayscale: #AEAEAE. Windows color (decimal): -8200416 or 2154370. OLE color: 2154370.

HSL color Cylindrical-coordinate representation of color #82DF20: hue angle of 89.21º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82DF20 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 32 -
CMYK 0.42 0 0.86 0.13
HSL 89.21º 0.75% 0.5% -
HSV(B) 89.21º 0.86% 0.87% -
XYZ 35.85 57.63 10.6 -
YUV 173.42 48.19 97.03 -
System Red Green Blue C M Y K H S L
Decimal 130 223 32 0.42 0 0.86 0.13 89.21 0.75 0.5
Hex 82 DF 20 2A 0 56 D 59 4B 32
Octal 202 337 40 52 0 126 15 131 113 62
Binary 10000010 11011111 100000 101010 0 1010110 1101 1011001 1001011 110010

Color Harmonies of #82DF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF20

Black with #82DF20

Text Example


Text Example

White with #82DF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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