#5EF591

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

Shades of Pastel Green #5EF591

Tints of Pastel Green #5EF591

Color information

#5EF591 (or 0x5EF591) is unknown color: approx Pastel Green. HEX triplet: 5E, F5 and 91. RGB value is (94,245,145). Sum of RGB (Red+Green+Blue) = 94+245+145=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #5EF591 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF591 is #A10A6E. Grayscale: #BCBCBC. Windows color (decimal): -10553967 or 9565534. OLE color: 9565534.

HSL color Cylindrical-coordinate representation of color #5EF591: hue angle of 140.26º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EF591 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB94245145-
CMYK0.6200.410.04
HSL140.26º88.3%66.47%-
HSV(B)140.26º61.63%96.08%-
XYZ42.3869.7338.01-
YUV188.45103.4760.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.42%
GREEN value IS 245 (96.09% from 255) = 50.62%
BLUE value IS 145 (57.03% from 255) = 29.96%
R=19.42%
G=50.62%
B=29.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal942451450.6200.410.04140.2688.366.47
Hex5EF5913E02948c5842
Octal136365221760514214130102
Binary1011110111101011001000111111001010011001000110010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,245,145); }

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

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

 a { background-color: rgb(94,245,145); }

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

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

 span { border-color: rgb(94,245,145); }

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