#5ED95D

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

Shades of Pastel Green #5ED95D

Tints of Pastel Green #5ED95D

Color information

#5ED95D (or 0x5ED95D) is unknown color: approx Pastel Green. HEX triplet: 5E, D9 and 5D. RGB value is (94,217,93). Sum of RGB (Red+Green+Blue) = 94+217+93=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED95D is #A126A2. Grayscale: #A6A6A6. Windows color (decimal): -10561187 or 6150494. OLE color: 6150494.

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

Color convert

RGB9421793-
CMYK0.5700.570.15
HSL119.52º62%60.78%-
HSV(B)119.52º57.14%85.1%-
XYZ31.452.818.89-
YUV166.0986.7576.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.27%
GREEN value IS 217 (85.16% from 255) = 53.71%
BLUE value IS 93 (36.72% from 255) = 23.02%
R=23.27%
G=53.71%
B=23.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal94217930.5700.570.15119.526260.78
Hex5ED95D39039F783e3d
Octal13633113571071171707675
Binary1011110110110011011101111001011100111111111000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,217,93); }

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

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

 a { background-color: rgb(94,217,93); }

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

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

 span { border-color: rgb(94,217,93); }

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