Color Hex Logo

#61b87d Color Hex

#61B87D
(97,184,125)
0 Favorites   0 Comments

Color spaces of #61b87d

RGB 97184125
HSL0.390.380.55
HSV139°47°72°
CMYK 0.470.000.32   0.28
XYZ25.771938.303025.4369
Yxy38.30300.28790.4279
Hunter Lab61.8894-33.975818.9541
CIE-Lab68.2433-39.494922.0696

#61b87d color RGB value is (97,184,125).

#61b87d hex color red value is 97, green value is 184 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #61b87d hue: 0.39 , saturation: 0.38 and the lightness value of 61b87d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111000 01111101
Octal 141 270 175
Decimal 97 184 125
Hex 61 B8 7D

RGB Percentages of Color #61b87d

%23.89
%45.32
%30.79

CMYK Percentages of Color #61b87d

%47
%0
%32
%28

Triadic Colors of #61b87d

#61b87d #7d61b8 #b87d61

Analogous Colors of #61b87d

#61b87d #61b8a9 #71b861

Monochromatic Colors of #61b87d

#61b87d

Complementary Color

#61b87d #b8619c

#61b87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61b87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#61b87d Color CSS Codes

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

#61b87d Text Font Color

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

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


#61b87d Background Color

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

This div background color is #61b87d


#61b87d Border Color

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

This div border color is #61b87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61b87d


Comments

No comments written yet.

Please login to write comment.