Color Hex Logo

#61dc75 Color Hex

#61DC75
(97,220,117)
0 Favorites   0 Comments

Color spaces of #61dc75

RGB 97220117
HSL0.360.640.62
HSV130°56°86°
CMYK 0.560.000.47   0.14
XYZ33.733955.012125.6701
Yxy55.01210.29480.4808
Hunter Lab74.1701-48.612831.3990
CIE-Lab79.0482-55.683040.3235

#61dc75 color RGB value is (97,220,117).

#61dc75 hex color red value is 97, green value is 220 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #61dc75 hue: 0.36 , saturation: 0.64 and the lightness value of 61dc75 is 0.62.

The process color (four color CMYK) of #61dc75 color hex is 0.56, 0.00, 0.47, 0.14. Web safe color of #61dc75 is #66cc66. Color #61dc75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011100 01110101
Octal 141 334 165
Decimal 97 220 117
Hex 61 DC 75

RGB Percentages of Color #61dc75

%22.35
%50.69
%26.96

CMYK Percentages of Color #61dc75

%56
%0
%47
%14

Triadic Colors of #61dc75

#61dc75 #7561dc #dc7561

Analogous Colors of #61dc75

#61dc75 #61dcb3 #8bdc61

Monochromatic Colors of #61dc75

#61dc75

Complementary Color

#61dc75 #dc61c8

#61dc75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dc75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dc75 Color CSS Codes

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

#61dc75 Text Font Color

<p style="color:#61dc75">Text here</p>

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


#61dc75 Background Color

<div style="background-color:#61dc75">
Div content here</div>

This div background color is #61dc75


#61dc75 Border Color

<div style="border:3px solid #61dc75">
Div here</div>

This div border color is #61dc75


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,220,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61dc75; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61dc75;
  -webkit-box-shadow: 1px 1px 3px 2px #61dc75;
  box-shadow:         1px 1px 3px 2px #61dc75; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dc75


Comments

No comments written yet.

Please login to write comment.