Color Hex Logo

#41d27d Color Hex

#41D27D
(65,210,125)
0 Favorites   0 Comments

Color spaces of #41d27d

RGB 65210125
HSL0.400.620.54
HSV145°69°82°
CMYK 0.690.000.40   0.18
XYZ28.928248.697727.2770
Yxy48.69770.27580.4642
Hunter Lab69.7837-48.126025.6734
CIE-Lab75.2629-57.045431.2710

#41d27d color RGB value is (65,210,125).

#41d27d hex color red value is 65, green value is 210 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #41d27d hue: 0.40 , saturation: 0.62 and the lightness value of 41d27d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11010010 01111101
Octal 101 322 175
Decimal 65 210 125
Hex 41 D2 7D

RGB Percentages of Color #41d27d

%16.25
%52.50
%31.25

CMYK Percentages of Color #41d27d

%69
%0
%40
%18

Triadic Colors of #41d27d

#41d27d #7d41d2 #d27d41

Analogous Colors of #41d27d

#41d27d #41d2c6 #4ed241

Monochromatic Colors of #41d27d

#41d27d

Complementary Color

#41d27d #d24196

#41d27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41d27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41d27d Color CSS Codes

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

#41d27d Text Font Color

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

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


#41d27d Background Color

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

This div background color is #41d27d


#41d27d Border Color

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

This div border color is #41d27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41d27d


Comments

No comments written yet.

Please login to write comment.