#84E85D

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

Shades of Pastel Green #84E85D

Tints of Pastel Green #84E85D

Color information

#84E85D (or 0x84E85D) is unknown color: approx Pastel Green. HEX triplet: 84, E8 and 5D. RGB value is (132,232,93). Sum of RGB (Red+Green+Blue) = 132+232+93=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 232 (91.02% from 255 or 50.77% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 232 - color contains mainly: green. Hex color #84E85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84E85D is #7B17A2. Grayscale: #BABABA. Windows color (decimal): -8066979 or 6154372. OLE color: 6154372.

HSL color Cylindrical-coordinate representation of color #84E85D: hue angle of 103.17º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84E85D is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB13223293-
CMYK0.4300.600.09
HSL103.17º75.14%63.73%-
HSV(B)103.17º59.91%90.98%-
XYZ40.3563.4120.47-
YUV186.2575.3789.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.88%
GREEN value IS 232 (91.02% from 255) = 50.77%
BLUE value IS 93 (36.72% from 255) = 20.35%
R=28.88%
G=50.77%
B=20.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal132232930.4300.600.09103.1775.1463.73
Hex84E85D2B03C9674b40
Octal2043501355307411147113100
Binary1000010011101000101110110101101111001001110011110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,232,93); }

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

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

 a { background-color: rgb(132,232,93); }

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

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

 span { border-color: rgb(132,232,93); }

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