#82DD7C

Color #82DD7C Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #82DD7C

Tints of Pastel Green #82DD7C

Color information

#82DD7C (or 0x82DD7C) is unknown color: approx Pastel Green. HEX triplet: 82, DD and 7C. RGB value is (130,221,124). Sum of RGB (Red+Green+Blue) = 130+221+124=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DD7C is #7D2283. Grayscale: #B7B7B7. Windows color (decimal): -8200836 or 8183170. OLE color: 8183170.

HSL color Cylindrical-coordinate representation of color #82DD7C: hue angle of 116.29º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82DD7C is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB130221124-
CMYK0.4100.440.13
HSL116.29º58.79%67.65%-
HSV(B)116.29º43.89%86.67%-
XYZ38.757.9128.21-
YUV182.7394.8590.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 221 (86.72% from 255) = 46.53%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=27.37%
G=46.53%
B=26.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302211240.4100.440.13116.2958.7967.65
Hex82DD7C2902CD743b44
Octal202335174510541516473104
Binary100000101101110111111001010010101100110111101001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,221,124); }

 H1.HeaderClassName
 {
   color: #82DD7C;
 }
 .AnyTagClassName
 {
   color: #82DD7C;
 }
</style>
background-color css

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

 a { background-color: rgb(130,221,124); }

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

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

 span { border-color: rgb(130,221,124); }

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