#82DD84

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

Shades of Pastel Green #82DD84

Tints of Pastel Green #82DD84

Color information

#82DD84 (or 0x82DD84) is unknown color: approx Pastel Green. HEX triplet: 82, DD and 84. RGB value is (130,221,132). Sum of RGB (Red+Green+Blue) = 130+221+132=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DD84 is #7D227B. Grayscale: #B7B7B7. Windows color (decimal): -8200828 or 8707458. OLE color: 8707458.

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

Color convert

RGB130221132-
CMYK0.4100.400.13
HSL121.32º57.23%68.82%-
HSV(B)121.32º41.18%86.67%-
XYZ39.2358.1230.98-
YUV183.6498.8589.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.92%
GREEN value IS 221 (86.72% from 255) = 45.76%
BLUE value IS 132 (51.95% from 255) = 27.33%
R=26.92%
G=45.76%
B=27.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302211320.4100.400.13121.3257.2368.82
Hex82DD8429028D793945
Octal202335204510501517171105
Binary1000001011011101100001001010010101000110111110011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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