Color Hex Logo

#5db55a Color Hex

#5DB55A
(93,181,90)
0 Favorites   0 Comments

Color spaces of #5db55a

RGB 9318190
HSL0.330.380.53
HSV118°50°71°
CMYK 0.490.000.50   0.29
XYZ22.883536.113115.4373
Yxy36.11310.30740.4852
Hunter Lab60.0942-37.193126.8352
CIE-Lab66.6063-45.010638.1367

#5db55a color RGB value is (93,181,90).

#5db55a hex color red value is 93, green value is 181 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #5db55a hue: 0.33 , saturation: 0.38 and the lightness value of 5db55a is 0.53.

The process color (four color CMYK) of #5db55a color hex is 0.49, 0.00, 0.50, 0.29. Web safe color of #5db55a is #66cc66. Color #5db55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10110101 01011010
Octal 135 265 132
Decimal 93 181 90
Hex 5D B5 5A

RGB Percentages of Color #5db55a

%25.55
%49.73
%24.73

CMYK Percentages of Color #5db55a

%49
%0
%50
%29

Triadic Colors of #5db55a

#5db55a #5a5db5 #b55a5d

Analogous Colors of #5db55a

#5db55a #5ab585 #8bb55a

Monochromatic Colors of #5db55a

#5db55a

Complementary Color

#5db55a #b25ab5

#5db55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db55a Color CSS Codes

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

#5db55a Text Font Color

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

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


#5db55a Background Color

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

This div background color is #5db55a


#5db55a Border Color

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

This div border color is #5db55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db55a


Comments

No comments written yet.

Please login to write comment.