#5EED86

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

Shades of Pastel Green #5EED86

Tints of Pastel Green #5EED86

Color information

#5EED86 (or 0x5EED86) is unknown color: approx Pastel Green. HEX triplet: 5E, ED and 86. RGB value is (94,237,134). Sum of RGB (Red+Green+Blue) = 94+237+134=465 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.22% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #5EED86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EED86 is #A11279. Grayscale: #B6B6B6. Windows color (decimal): -10556026 or 8842590. OLE color: 8842590.

HSL color Cylindrical-coordinate representation of color #5EED86: hue angle of 136.78º 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 #5EED86 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB94237134-
CMYK0.6000.430.07
HSL136.78º79.89%64.9%-
HSV(B)136.78º60.34%92.94%-
XYZ39.264.6732.97-
YUV182.5100.6264.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.22%
GREEN value IS 237 (92.97% from 255) = 50.97%
BLUE value IS 134 (52.73% from 255) = 28.82%
R=20.22%
G=50.97%
B=28.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal942371340.6000.430.07136.7879.8964.9
Hex5EED863C02B7895041
Octal136355206740537211120101
Binary1011110111011011000011011110001010111111000100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EED86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,237,134); }

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

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

 a { background-color: rgb(94,237,134); }

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

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

 span { border-color: rgb(94,237,134); }

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