Color Hex Logo

#5fe03d Color Hex

#5FE03D
(95,224,61)
0 Favorites   0 Comments

Color spaces of #5fe03d

RGB 9522461
HSL0.300.720.56
HSV107°73°88°
CMYK 0.580.000.73   0.12
XYZ32.217356.081113.5416
Yxy56.08110.31640.5507
Hunter Lab74.8873-54.260241.6999
CIE-Lab79.6600-63.706465.0997

#5fe03d color RGB value is (95,224,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11100000 00111101
Octal 137 340 75
Decimal 95 224 61
Hex 5F E0 3D

RGB Percentages of Color #5fe03d

%25.00
%58.95
%16.05

CMYK Percentages of Color #5fe03d

%58
%0
%73
%12

Triadic Colors of #5fe03d

#5fe03d #3d5fe0 #e03d5f

Analogous Colors of #5fe03d

#5fe03d #3de06d #b1e03d

Monochromatic Colors of #5fe03d

#5fe03d

Complementary Color

#5fe03d #be3de0

#5fe03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fe03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fe03d Color CSS Codes

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

#5fe03d Text Font Color

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

This sample text font color is #5fe03d
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.


#5fe03d Background Color

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

This div background color is #5fe03d


#5fe03d Border Color

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

This div border color is #5fe03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fe03d


Comments

No comments written yet.

Please login to write comment.