Color Hex Logo

#55d379 Color Hex

#55D379
(85,211,121)
0 Favorites   0 Comments

Color spaces of #55d379

RGB 85211121
HSL0.380.590.58
HSV137°60°83°
CMYK 0.600.000.43   0.17
XYZ30.491849.900326.1138
Yxy49.90030.28630.4685
Hunter Lab70.6401-46.570827.5302
CIE-Lab76.0080-54.303734.3740

#55d379 color RGB value is (85,211,121).

#55d379 hex color red value is 85, green value is 211 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #55d379 hue: 0.38 , saturation: 0.59 and the lightness value of 55d379 is 0.58.

The process color (four color CMYK) of #55d379 color hex is 0.60, 0.00, 0.43, 0.17. Web safe color of #55d379 is #66cc66. Color #55d379 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11010011 01111001
Octal 125 323 171
Decimal 85 211 121
Hex 55 D3 79

RGB Percentages of Color #55d379

%20.38
%50.60
%29.02

CMYK Percentages of Color #55d379

%60
%0
%43
%17

Triadic Colors of #55d379

#55d379 #7955d3 #d37955

Analogous Colors of #55d379

#55d379 #55d3b8 #70d355

Monochromatic Colors of #55d379

#55d379

Complementary Color

#55d379 #d355af

#55d379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55d379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55d379 Color CSS Codes

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

#55d379 Text Font Color

<p style="color:#55d379">Text here</p>

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


#55d379 Background Color

<div style="background-color:#55d379">
Div content here</div>

This div background color is #55d379


#55d379 Border Color

<div style="border:3px solid #55d379">
Div here</div>

This div border color is #55d379


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,211,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55d379; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55d379;
  -webkit-box-shadow: 1px 1px 3px 2px #55d379;
  box-shadow:         1px 1px 3px 2px #55d379; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55d379


Comments

No comments written yet.

Please login to write comment.