#84DE86

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

Shades of Pastel Green #84DE86

Tints of Pastel Green #84DE86

Color information

#84DE86 (or 0x84DE86) is unknown color: approx Pastel Green. HEX triplet: 84, DE and 86. RGB value is (132,222,134). Sum of RGB (Red+Green+Blue) = 132+222+134=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #84DE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DE86 is #7B2179. Grayscale: #B9B9B9. Windows color (decimal): -8069498 or 8838788. OLE color: 8838788.

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

Color convert

RGB132222134-
CMYK0.4100.400.13
HSL121.33º57.69%69.41%-
HSV(B)121.33º40.54%87.06%-
XYZ39.9458.8731.81-
YUV185.0699.1890.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.05%
GREEN value IS 222 (87.11% from 255) = 45.49%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=27.05%
G=45.49%
B=27.46%

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
Decimal1322221340.4100.400.13121.3357.6969.41
Hex84DE8629028D793a45
Octal204336206510501517172105
Binary1000010011011110100001101010010101000110111110011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,222,134); }

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

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

 a { background-color: rgb(132,222,134); }

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

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

 span { border-color: rgb(132,222,134); }

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