Color Hex Logo

#5fe43a Color Hex

#5FE43A
(95,228,58)
0 Favorites   0 Comments

Color spaces of #5fe43a

RGB 9522858
HSL0.300.760.56
HSV107°75°89°
CMYK 0.580.000.75   0.11
XYZ33.226458.225213.4904
Yxy58.22520.31660.5548
Hunter Lab76.3054-55.808642.9316
CIE-Lab80.8638-65.293067.3013

#5fe43a color RGB value is (95,228,58).

#5fe43a hex color red value is 95, green value is 228 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #5fe43a hue: 0.30 , saturation: 0.76 and the lightness value of 5fe43a is 0.56.

The process color (four color CMYK) of #5fe43a color hex is 0.58, 0.00, 0.75, 0.11. Web safe color of #5fe43a is #66cc33. Color #5fe43a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11100100 00111010
Octal 137 344 72
Decimal 95 228 58
Hex 5F E4 3A

RGB Percentages of Color #5fe43a

%24.93
%59.84
%15.22

CMYK Percentages of Color #5fe43a

%58
%0
%75
%11

Triadic Colors of #5fe43a

#5fe43a #3a5fe4 #e43a5f

Analogous Colors of #5fe43a

#5fe43a #3ae46a #b4e43a

Monochromatic Colors of #5fe43a

#5fe43a

Complementary Color

#5fe43a #bf3ae4

#5fe43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fe43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fe43a Color CSS Codes

.mybgcolor {background-color:#5fe43a; } 
.myforecolor {color:#5fe43a; }
.mybordercolor {border:3px solid #5fe43a; }

#5fe43a Text Font Color

<p style="color:#5fe43a">Text here</p>

This sample text font color is #5fe43a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5fe43a Background Color

<div style="background-color:#5fe43a">
Div content here</div>

This div background color is #5fe43a


#5fe43a Border Color

<div style="border:3px solid #5fe43a">
Div here</div>

This div border color is #5fe43a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,228,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fe43a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fe43a;
  -webkit-box-shadow: 1px 1px 3px 2px #5fe43a;
  box-shadow:         1px 1px 3px 2px #5fe43a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,228,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5fe43a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5fe43a;
  -webkit-box-shadow: 1px 1px 3px 2px #5fe43a;
  box-shadow:         1px 1px 3px 2px #5fe43a;">
Div content here</div>

This div box has shadow with color #5fe43a


Comments

No comments written yet.

Please login to write comment.