Color Hex Logo

#61b564 Color Hex

#61B564
(97,181,100)
0 Favorites   0 Comments

Color spaces of #61b564

RGB 97181100
HSL0.340.360.55
HSV122°46°71°
CMYK 0.460.000.45   0.29
XYZ23.753936.509217.8516
Yxy36.50920.30410.4674
Hunter Lab60.4228-35.566724.7791
CIE-Lab66.9072-42.412933.4800

#61b564 color RGB value is (97,181,100).

#61b564 hex color red value is 97, green value is 181 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #61b564 hue: 0.34 , saturation: 0.36 and the lightness value of 61b564 is 0.55.

The process color (four color CMYK) of #61b564 color hex is 0.46, 0.00, 0.45, 0.29. Web safe color of #61b564 is #66cc66. Color #61b564 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10110101 01100100
Octal 141 265 144
Decimal 97 181 100
Hex 61 B5 64

RGB Percentages of Color #61b564

%25.66
%47.88
%26.46

CMYK Percentages of Color #61b564

%46
%0
%45
%29

Triadic Colors of #61b564

#61b564 #6461b5 #b56461

Analogous Colors of #61b564

#61b564 #61b58e #88b561

Monochromatic Colors of #61b564

#61b564

Complementary Color

#61b564 #b561b2

#61b564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61b564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61b564 Color CSS Codes

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

#61b564 Text Font Color

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

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


#61b564 Background Color

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

This div background color is #61b564


#61b564 Border Color

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

This div border color is #61b564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61b564


Comments

No comments written yet.

Please login to write comment.