#84DD82

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

Shades of Pastel Green #84DD82

Tints of Pastel Green #84DD82

Color information

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

HSL color Cylindrical-coordinate representation of color #84DD82: hue angle of 118.68º 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 #84DD82 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB132221130-
CMYK0.4000.410.13
HSL118.68º57.23%68.82%-
HSV(B)118.68º41.18%86.67%-
XYZ39.458.2330.28-
YUV184.0297.5190.9-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322211300.4000.410.13118.6857.2368.82
Hex84DD8228029D773945
Octal204335202500511516771105
Binary1000010011011101100000101010000101001110111101111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84DD82; }

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

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

<style>
 a { background-color: #84DD82; }

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

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

<style>
 span { border-color: #84DD82; }

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

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