#5ED85F

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

Shades of Pastel Green #5ED85F

Tints of Pastel Green #5ED85F

Color information

#5ED85F (or 0x5ED85F) is unknown color: approx Pastel Green. HEX triplet: 5E, D8 and 5F. RGB value is (94,216,95). Sum of RGB (Red+Green+Blue) = 94+216+95=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 216 (84.77% from 255 or 53.33% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED85F is #A127A0. Grayscale: #A6A6A6. Windows color (decimal): -10561441 or 6281310. OLE color: 6281310.

HSL color Cylindrical-coordinate representation of color #5ED85F: hue angle of 120.49º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED85F is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB9421695-
CMYK0.5600.560.15
HSL120.49º61%60.78%-
HSV(B)120.49º56.48%84.71%-
XYZ31.2452.3219.28-
YUV165.7388.0876.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.21%
GREEN value IS 216 (84.77% from 255) = 53.33%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=23.21%
G=53.33%
B=23.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal94216950.5600.560.15120.496160.78
Hex5ED85F38038F783d3d
Octal13633013770070171707575
Binary1011110110110001011111111000011100011111111000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,216,95); }

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

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

 a { background-color: rgb(94,216,95); }

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

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

 span { border-color: rgb(94,216,95); }

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