Color Hex Logo

#5db941 Color Hex

#5DB941
(93,185,65)
0 Favorites   0 Comments

Color spaces of #5db941

RGB 9318565
HSL0.290.480.49
HSV106°65°73°
CMYK 0.500.000.65   0.27
XYZ22.817337.406711.0187
Yxy37.40670.32030.5251
Hunter Lab61.1610-40.438932.1311
CIE-Lab67.5810-49.512550.9044

#5db941 color RGB value is (93,185,65).

#5db941 hex color red value is 93, green value is 185 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #5db941 hue: 0.29 , saturation: 0.48 and the lightness value of 5db941 is 0.49.

The process color (four color CMYK) of #5db941 color hex is 0.50, 0.00, 0.65, 0.27. Web safe color of #5db941 is #66cc33. Color #5db941 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111001 01000001
Octal 135 271 101
Decimal 93 185 65
Hex 5D B9 41

RGB Percentages of Color #5db941

%27.11
%53.94
%18.95

CMYK Percentages of Color #5db941

%50
%0
%65
%27

Triadic Colors of #5db941

#5db941 #415db9 #b9415d

Analogous Colors of #5db941

#5db941 #41b961 #99b941

Monochromatic Colors of #5db941

#5db941

Complementary Color

#5db941 #9d41b9

#5db941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db941 Color CSS Codes

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

#5db941 Text Font Color

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

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


#5db941 Background Color

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

This div background color is #5db941


#5db941 Border Color

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

This div border color is #5db941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db941


Comments

No comments written yet.

Please login to write comment.