Color Hex Logo

#55d761 Color Hex

#55D761
(85,215,97)
0 Favorites   0 Comments

Color spaces of #55d761

RGB 8521597
HSL0.350.620.59
HSV126°60°84°
CMYK 0.600.000.55   0.16
XYZ30.204451.395219.6376
Yxy51.39520.29840.5077
Hunter Lab71.6904-50.253233.9425
CIE-Lab76.9178-59.303847.2046

#55d761 color RGB value is (85,215,97).

#55d761 hex color red value is 85, green value is 215 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #55d761 hue: 0.35 , saturation: 0.62 and the lightness value of 55d761 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11010111 01100001
Octal 125 327 141
Decimal 85 215 97
Hex 55 D7 61

RGB Percentages of Color #55d761

%21.41
%54.16
%24.43

CMYK Percentages of Color #55d761

%60
%0
%55
%16

Triadic Colors of #55d761

#55d761 #6155d7 #d76155

Analogous Colors of #55d761

#55d761 #55d7a2 #8ad755

Monochromatic Colors of #55d761

#55d761

Complementary Color

#55d761 #d755cb

#55d761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55d761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55d761 Color CSS Codes

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

#55d761 Text Font Color

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

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


#55d761 Background Color

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

This div background color is #55d761


#55d761 Border Color

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

This div border color is #55d761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55d761


Comments

No comments written yet.

Please login to write comment.