Html Css Color HEX #82D979 Pastel Green

📋 copy color: '#82D979'

red 130 ◦ green 217 ◦ blue 121

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

Shades of Pastel Green #82D979

Tints of Pastel Green #82D979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.85%

R = 27.78%
G = 46.37%
B = 25.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#82D979 (or 0x82D979) is known color: Pastel Green. HEX triplet: 82, D9 and 79. RGB value is (130,217,121). Sum of RGB (Red+Green+Blue) = 130+217+121=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #82D979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D979 is #7D2686. Grayscale: #B4B4B4. Windows color (decimal): -8201863 or 7985538. OLE color: 7985538.

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

Color convert

RGB 130 217 121 -
CMYK 0.40 0 0.44 0.15
HSL 114.38º 0.56% 0.66% -
HSV(B) 114.38º 0.44% 0.85% -
XYZ 37.47 55.75 26.88 -
YUV 180.04 94.68 92.31 -
System Red Green Blue C M Y K H S L
Decimal 130 217 121 0.40 0 0.44 0.15 114.38 0.56 0.66
Hex 82 D9 79 28 0 2C F 72 38 42
Octal 202 331 171 50 0 54 17 162 70 102
Binary 10000010 11011001 1111001 101000 0 101100 1111 1110010 111000 1000010

Color Harmonies of #82D979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D979

Black with #82D979

Text Example


Text Example

White with #82D979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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