Html Css Color HEX #82D980 Pastel Green

📋 copy color: '#82D980'

red 130 ◦ green 217 ◦ blue 128

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

Shades of Pastel Green #82D980

Tints of Pastel Green #82D980

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.68%

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

R = 27.37%
G = 45.68%
B = 26.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#82D980 (or 0x82D980) is known color: Pastel Green. HEX triplet: 82, D9 and 80. RGB value is (130,217,128). Sum of RGB (Red+Green+Blue) = 130+217+128=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #82D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D980 is #7D267F. Grayscale: #B5B5B5. Windows color (decimal): -8201856 or 8444290. OLE color: 8444290.

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

Color convert

RGB 130 217 128 -
CMYK 0.40 0 0.41 0.15
HSL 118.65º 0.54% 0.68% -
HSV(B) 118.65º 0.41% 0.85% -
XYZ 37.92 55.93 29.22 -
YUV 180.84 98.18 91.74 -
System Red Green Blue C M Y K H S L
Decimal 130 217 128 0.40 0 0.41 0.15 118.65 0.54 0.68
Hex 82 D9 80 28 0 29 F 77 36 44
Octal 202 331 200 50 0 51 17 167 66 104
Binary 10000010 11011001 10000000 101000 0 101001 1111 1110111 110110 1000100

Color Harmonies of #82D980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D980

Black with #82D980

Text Example


Text Example

White with #82D980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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