Color Hex Logo

#5fd32e Color Hex

#5FD32E
(95,211,46)
0 Favorites   0 Comments

Color spaces of #5fd32e

RGB 9521146
HSL0.280.650.50
HSV102°78°83°
CMYK 0.550.000.78   0.17
XYZ28.506749.218710.5825
Yxy49.21870.32280.5574
Hunter Lab70.1560-50.242740.1658
CIE-Lab75.5872-60.084865.9545

#5fd32e color RGB value is (95,211,46).

#5fd32e hex color red value is 95, green value is 211 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5fd32e hue: 0.28 , saturation: 0.65 and the lightness value of 5fd32e is 0.50.

The process color (four color CMYK) of #5fd32e color hex is 0.55, 0.00, 0.78, 0.17. Web safe color of #5fd32e is #66cc33. Color #5fd32e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11010011 00101110
Octal 137 323 56
Decimal 95 211 46
Hex 5F D3 2E

RGB Percentages of Color #5fd32e

%26.99
%59.94
%13.07

CMYK Percentages of Color #5fd32e

%55
%0
%78
%17

Triadic Colors of #5fd32e

#5fd32e #2e5fd3 #d32e5f

Analogous Colors of #5fd32e

#5fd32e #2ed350 #b2d32e

Monochromatic Colors of #5fd32e

#5fd32e

Complementary Color

#5fd32e #a22ed3

#5fd32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd32e Color CSS Codes

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

#5fd32e Text Font Color

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

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


#5fd32e Background Color

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

This div background color is #5fd32e


#5fd32e Border Color

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

This div border color is #5fd32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd32e


Comments

No comments written yet.

Please login to write comment.