Color Hex Logo

#41d160 Color Hex

#41D160
(65,209,96)
0 Favorites   0 Comments

Color spaces of #41d160

RGB 6520996
HSL0.370.610.54
HSV133°69°82°
CMYK 0.690.000.54   0.18
XYZ27.091847.569318.8202
Yxy47.56930.28980.5089
Hunter Lab68.9705-50.583132.1007
CIE-Lab74.5525-61.256344.7165

#41d160 color RGB value is (65,209,96).

#41d160 hex color red value is 65, green value is 209 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #41d160 hue: 0.37 , saturation: 0.61 and the lightness value of 41d160 is 0.54.

The process color (four color CMYK) of #41d160 color hex is 0.69, 0.00, 0.54, 0.18. Web safe color of #41d160 is #33cc66. Color #41d160 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11010001 01100000
Octal 101 321 140
Decimal 65 209 96
Hex 41 D1 60

RGB Percentages of Color #41d160

%17.57
%56.49
%25.95

CMYK Percentages of Color #41d160

%69
%0
%54
%18

Triadic Colors of #41d160

#41d160 #6041d1 #d16041

Analogous Colors of #41d160

#41d160 #41d1a8 #6ad141

Monochromatic Colors of #41d160

#41d160

Complementary Color

#41d160 #d141b2

#41d160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41d160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41d160 Color CSS Codes

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

#41d160 Text Font Color

<p style="color:#41d160">Text here</p>

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


#41d160 Background Color

<div style="background-color:#41d160">
Div content here</div>

This div background color is #41d160


#41d160 Border Color

<div style="border:3px solid #41d160">
Div here</div>

This div border color is #41d160


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,209,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41d160; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41d160;
  -webkit-box-shadow: 1px 1px 3px 2px #41d160;
  box-shadow:         1px 1px 3px 2px #41d160; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,209,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41d160


Comments

No comments written yet.

Please login to write comment.