Color Hex Logo

#61dc8b Color Hex

#61DC8B
(97,220,139)
0 Favorites   0 Comments

Color spaces of #61dc8b

RGB 97220139
HSL0.390.640.62
HSV140°56°86°
CMYK 0.560.000.37   0.14
XYZ35.183255.591933.3021
Yxy55.59190.28360.4480
Hunter Lab74.5600-46.249825.7102
CIE-Lab79.3810-52.118529.6984

#61dc8b color RGB value is (97,220,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011100 10001011
Octal 141 334 213
Decimal 97 220 139
Hex 61 DC 8B

RGB Percentages of Color #61dc8b

%21.27
%48.25
%30.48

CMYK Percentages of Color #61dc8b

%56
%0
%37
%14

Triadic Colors of #61dc8b

#61dc8b #8b61dc #dc8b61

Analogous Colors of #61dc8b

#61dc8b #61dcc9 #75dc61

Monochromatic Colors of #61dc8b

#61dc8b

Complementary Color

#61dc8b #dc61b2

#61dc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dc8b Color CSS Codes

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

#61dc8b Text Font Color

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

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


#61dc8b Background Color

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

This div background color is #61dc8b


#61dc8b Border Color

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

This div border color is #61dc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dc8b


Comments

No comments written yet.

Please login to write comment.