Color Hex Logo

#61c45b Color Hex

#61C45B
(97,196,91)
0 Favorites   0 Comments

Color spaces of #61c45b

RGB 9719691
HSL0.320.470.56
HSV117°54°77°
CMYK 0.510.000.54   0.23
XYZ26.558042.776616.7545
Yxy42.77660.30850.4969
Hunter Lab65.4038-41.974630.5944
CIE-Lab71.4031-49.856943.5215

#61c45b color RGB value is (97,196,91).

#61c45b hex color red value is 97, green value is 196 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #61c45b hue: 0.32 , saturation: 0.47 and the lightness value of 61c45b is 0.56.

The process color (four color CMYK) of #61c45b color hex is 0.51, 0.00, 0.54, 0.23. Web safe color of #61c45b is #66cc66. Color #61c45b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11000100 01011011
Octal 141 304 133
Decimal 97 196 91
Hex 61 C4 5B

RGB Percentages of Color #61c45b

%25.26
%51.04
%23.70

CMYK Percentages of Color #61c45b

%51
%0
%54
%23

Triadic Colors of #61c45b

#61c45b #5b61c4 #c45b61

Analogous Colors of #61c45b

#61c45b #5bc48a #96c45b

Monochromatic Colors of #61c45b

#61c45b

Complementary Color

#61c45b #be5bc4

#61c45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61c45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61c45b Color CSS Codes

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

#61c45b Text Font Color

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

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


#61c45b Background Color

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

This div background color is #61c45b


#61c45b Border Color

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

This div border color is #61c45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61c45b


Comments

No comments written yet.

Please login to write comment.