#84ED5F

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

Shades of Pastel Green #84ED5F

Tints of Pastel Green #84ED5F

Color information

#84ED5F (or 0x84ED5F) is unknown color: approx Pastel Green. HEX triplet: 84, ED and 5F. RGB value is (132,237,95). Sum of RGB (Red+Green+Blue) = 132+237+95=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #84ED5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84ED5F is #7B12A0. Grayscale: #BDBDBD. Windows color (decimal): -8065697 or 6286724. OLE color: 6286724.

HSL color Cylindrical-coordinate representation of color #84ED5F: hue angle of 104.37º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84ED5F is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB13223795-
CMYK0.4400.600.07
HSL104.37º79.78%65.1%-
HSV(B)104.37º59.92%92.94%-
XYZ41.8766.321.42-
YUV189.4274.7187.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.45%
GREEN value IS 237 (92.97% from 255) = 51.08%
BLUE value IS 95 (37.5% from 255) = 20.47%
R=28.45%
G=51.08%
B=20.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal132237950.4400.600.07104.3779.7865.1
Hex84ED5F2C03C7685041
Octal204355137540747150120101
Binary100001001110110110111111011000111100111110100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ED5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,237,95); }

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

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

 a { background-color: rgb(132,237,95); }

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

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

 span { border-color: rgb(132,237,95); }

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