Color Hex Logo

#5df41d Color Hex

#5DF41D
(93,244,29)
0 Favorites   0 Comments

Color spaces of #5df41d

RGB 9324429
HSL0.280.910.54
HSV102°88°96°
CMYK 0.620.000.88   0.04
XYZ37.086767.117212.1627
Yxy67.11720.31870.5768
Hunter Lab81.9251-62.563748.5453
CIE-Lab85.5631-72.404578.7880

#5df41d color RGB value is (93,244,29).

#5df41d hex color red value is 93, green value is 244 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #5df41d hue: 0.28 , saturation: 0.91 and the lightness value of 5df41d is 0.54.

The process color (four color CMYK) of #5df41d color hex is 0.62, 0.00, 0.88, 0.04. Web safe color of #5df41d is #66ff33. Color #5df41d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11110100 00011101
Octal 135 364 35
Decimal 93 244 29
Hex 5D F4 1D

RGB Percentages of Color #5df41d

%25.41
%66.67
%7.92

CMYK Percentages of Color #5df41d

%62
%0
%88
%4

Triadic Colors of #5df41d

#5df41d #1d5df4 #f41d5d

Analogous Colors of #5df41d

#5df41d #1df449 #c9f41d

Monochromatic Colors of #5df41d

#5df41d

Complementary Color

#5df41d #b41df4

#5df41d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5df41d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5df41d Color CSS Codes

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

#5df41d Text Font Color

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

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


#5df41d Background Color

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

This div background color is #5df41d


#5df41d Border Color

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

This div border color is #5df41d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,244,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5df41d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5df41d;
  -webkit-box-shadow: 1px 1px 3px 2px #5df41d;
  box-shadow:         1px 1px 3px 2px #5df41d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,244,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5df41d


Comments

No comments written yet.

Please login to write comment.