#5EED85

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

Shades of Pastel Green #5EED85

Tints of Pastel Green #5EED85

Color information

#5EED85 (or 0x5EED85) is unknown color: approx Pastel Green. HEX triplet: 5E, ED and 85. RGB value is (94,237,133). Sum of RGB (Red+Green+Blue) = 94+237+133=464 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.26% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #5EED85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EED85 is #A1127A. Grayscale: #B6B6B6. Windows color (decimal): -10556027 or 8777054. OLE color: 8777054.

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

Color convert

RGB94237133-
CMYK0.6000.440.07
HSL136.36º79.89%64.9%-
HSV(B)136.36º60.34%92.94%-
XYZ39.1364.6432.6-
YUV182.39100.1264.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.26%
GREEN value IS 237 (92.97% from 255) = 51.08%
BLUE value IS 133 (52.34% from 255) = 28.66%
R=20.26%
G=51.08%
B=28.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal942371330.6000.440.07136.3679.8964.9
Hex5EED853C02C7885041
Octal136355205740547210120101
Binary1011110111011011000010111110001011001111000100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EED85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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