Color Hex Logo

#55cf61 Color Hex

#55CF61
(85,207,97)
0 Favorites   0 Comments

Color spaces of #55cf61

RGB 8520797
HSL0.350.560.57
HSV126°59°81°
CMYK 0.590.000.53   0.19
XYZ28.216847.420018.9751
Yxy47.42000.29820.5012
Hunter Lab68.8622-47.367131.8661
CIE-Lab74.4576-56.354444.2482

#55cf61 color RGB value is (85,207,97).

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

The process color (four color CMYK) of #55cf61 color hex is 0.59, 0.00, 0.53, 0.19. Web safe color of #55cf61 is #66cc66. Color #55cf61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001111 01100001
Octal 125 317 141
Decimal 85 207 97
Hex 55 CF 61

RGB Percentages of Color #55cf61

%21.85
%53.21
%24.94

CMYK Percentages of Color #55cf61

%59
%0
%53
%19

Triadic Colors of #55cf61

#55cf61 #6155cf #cf6155

Analogous Colors of #55cf61

#55cf61 #55cf9e #86cf55

Monochromatic Colors of #55cf61

#55cf61

Complementary Color

#55cf61 #cf55c3

#55cf61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cf61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cf61 Color CSS Codes

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

#55cf61 Text Font Color

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

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


#55cf61 Background Color

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

This div background color is #55cf61


#55cf61 Border Color

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

This div border color is #55cf61


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,207,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 #55cf61">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cf61


Comments

No comments written yet.

Please login to write comment.