#84DC82

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

Shades of Pastel Green #84DC82

Tints of Pastel Green #84DC82

Color information

#84DC82 (or 0x84DC82) is unknown color: approx Pastel Green. HEX triplet: 84, DC and 82. RGB value is (132,220,130). Sum of RGB (Red+Green+Blue) = 132+220+130=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DC82 is #7B237D. Grayscale: #B7B7B7. Windows color (decimal): -8070014 or 8576132. OLE color: 8576132.

HSL color Cylindrical-coordinate representation of color #84DC82: hue angle of 118.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DC82 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB132220130-
CMYK0.4000.410.14
HSL118.67º56.25%68.63%-
HSV(B)118.67º40.91%86.27%-
XYZ39.1457.730.19-
YUV183.4397.8591.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 220 (86.33% from 255) = 45.64%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=27.39%
G=45.64%
B=26.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322201300.4000.410.14118.6756.2568.63
Hex84DC8228029E773845
Octal204334202500511616770105
Binary1000010011011100100000101010000101001111011101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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