Color Hex Logo

#41de91 Color Hex

#41DE91
(65,222,145)
0 Favorites   0 Comments

Color spaces of #41de91

RGB 65222145
HSL0.420.700.56
HSV151°71°87°
CMYK 0.710.000.35   0.13
XYZ33.412155.410735.7224
Yxy55.41070.26830.4449
Hunter Lab74.4384-50.146423.6540
CIE-Lab79.2772-57.799426.3311

#41de91 color RGB value is (65,222,145).

#41de91 hex color red value is 65, green value is 222 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #41de91 hue: 0.42 , saturation: 0.70 and the lightness value of 41de91 is 0.56.

The process color (four color CMYK) of #41de91 color hex is 0.71, 0.00, 0.35, 0.13. Web safe color of #41de91 is #33cc99. Color #41de91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011110 10010001
Octal 101 336 221
Decimal 65 222 145
Hex 41 DE 91

RGB Percentages of Color #41de91

%15.05
%51.39
%33.56

CMYK Percentages of Color #41de91

%71
%0
%35
%13

Triadic Colors of #41de91

#41de91 #9141de #de9141

Analogous Colors of #41de91

#41de91 #41ddde #41de43

Monochromatic Colors of #41de91

#41de91

Complementary Color

#41de91 #de418e

#41de91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41de91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41de91 Color CSS Codes

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

#41de91 Text Font Color

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

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


#41de91 Background Color

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

This div background color is #41de91


#41de91 Border Color

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

This div border color is #41de91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41de91


Comments

No comments written yet.

Please login to write comment.