#5EE57A

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

Shades of Pastel Green #5EE57A

Tints of Pastel Green #5EE57A

Color information

#5EE57A (or 0x5EE57A) is unknown color: approx Pastel Green. HEX triplet: 5E, E5 and 7A. RGB value is (94,229,122). Sum of RGB (Red+Green+Blue) = 94+229+122=445 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.12% from 445); Green value is 229 (89.84% from 255 or 51.46% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 229 - color contains mainly: green. Hex color #5EE57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EE57A is #A11A85. Grayscale: #B0B0B0. Windows color (decimal): -10558086 or 8054110. OLE color: 8054110.

HSL color Cylindrical-coordinate representation of color #5EE57A: hue angle of 132.44º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE57A is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB94229122-
CMYK0.5900.470.10
HSL132.44º72.19%63.33%-
HSV(B)132.44º58.95%89.8%-
XYZ36.1559.8228.05-
YUV176.4497.2769.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.12%
GREEN value IS 229 (89.84% from 255) = 51.46%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=21.12%
G=51.46%
B=27.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal942291220.5900.470.10132.4472.1963.33
Hex5EE57A3B02FA84483f
Octal136345172730571220411077
Binary101111011100101111101011101101011111010100001001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EE57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EE57A; }

 p { color: rgb(94,229,122); }

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

<style>
 a { background-color: #5EE57A; }

 a { background-color: rgb(94,229,122); }

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

<style>
 span { border-color: #5EE57A; }

 span { border-color: rgb(94,229,122); }

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