Html Css Color HEX #82DC80 Pastel Green

📋 copy color: '#82DC80'

red 130 ◦ green 220 ◦ blue 128

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

Shades of Pastel Green #82DC80

Tints of Pastel Green #82DC80

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.03%

 BLUE value IS 128 (50.39% from 255) = 26.78%

R = 27.2%
G = 46.03%
B = 26.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#82DC80 (or 0x82DC80) is known color: Pastel Green. HEX triplet: 82, DC and 80. RGB value is (130,220,128). Sum of RGB (Red+Green+Blue) = 130+220+128=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DC80 is #7D237F. Grayscale: #B6B6B6. Windows color (decimal): -8201088 or 8445058. OLE color: 8445058.

HSL color Cylindrical-coordinate representation of color #82DC80: hue angle of 118.7º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DC80 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 220 128 -
CMYK 0.41 0 0.42 0.14
HSL 118.7º 0.57% 0.68% -
HSV(B) 118.7º 0.42% 0.86% -
XYZ 38.7 57.49 29.48 -
YUV 182.6 97.18 90.48 -
System Red Green Blue C M Y K H S L
Decimal 130 220 128 0.41 0 0.42 0.14 118.7 0.57 0.68
Hex 82 DC 80 29 0 2A E 77 39 44
Octal 202 334 200 51 0 52 16 167 71 104
Binary 10000010 11011100 10000000 101001 0 101010 1110 1110111 111001 1000100

Color Harmonies of #82DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DC80

Black with #82DC80

Text Example


Text Example

White with #82DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,220,128); }

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

background-color css

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

 a { background-color: rgb(130,220,128); }

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

border-color css

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

 span { border-color: rgb(130,220,128); }

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