Color Hex Logo

#41d081 Color Hex

#41D081
(65,208,129)
0 Favorites   0 Comments

Color spaces of #41d081

RGB 65208129
HSL0.410.600.54
HSV147°69°82°
CMYK 0.690.000.38   0.18
XYZ28.698347.820528.4866
Yxy47.82050.27330.4554
Hunter Lab69.1524-46.939023.9828
CIE-Lab74.7116-55.562528.4837

#41d081 color RGB value is (65,208,129).

#41d081 hex color red value is 65, green value is 208 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #41d081 hue: 0.41 , saturation: 0.60 and the lightness value of 41d081 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11010000 10000001
Octal 101 320 201
Decimal 65 208 129
Hex 41 D0 81

RGB Percentages of Color #41d081

%16.17
%51.74
%32.09

CMYK Percentages of Color #41d081

%69
%0
%38
%18

Triadic Colors of #41d081

#41d081 #8141d0 #d08141

Analogous Colors of #41d081

#41d081 #41d0c9 #48d041

Monochromatic Colors of #41d081

#41d081

Complementary Color

#41d081 #d04190

#41d081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41d081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41d081 Color CSS Codes

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

#41d081 Text Font Color

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

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


#41d081 Background Color

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

This div background color is #41d081


#41d081 Border Color

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

This div border color is #41d081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41d081


Comments

No comments written yet.

Please login to write comment.