Color Hex Logo

#41bc5e Color Hex

#41BC5E
(65,188,94)
0 Favorites   0 Comments

Color spaces of #41bc5e

RGB 6518894
HSL0.370.490.50
HSV134°65°74°
CMYK 0.650.000.50   0.26
XYZ22.183637.898416.7356
Yxy37.89840.28880.4934
Hunter Lab61.5617-43.410926.9751
CIE-Lab67.9457-53.988037.6008

#41bc5e color RGB value is (65,188,94).

#41bc5e hex color red value is 65, green value is 188 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #41bc5e hue: 0.37 , saturation: 0.49 and the lightness value of 41bc5e is 0.50.

The process color (four color CMYK) of #41bc5e color hex is 0.65, 0.00, 0.50, 0.26. Web safe color of #41bc5e is #33cc66. Color #41bc5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111100 01011110
Octal 101 274 136
Decimal 65 188 94
Hex 41 BC 5E

RGB Percentages of Color #41bc5e

%18.73
%54.18
%27.09

CMYK Percentages of Color #41bc5e

%65
%0
%50
%26

Triadic Colors of #41bc5e

#41bc5e #5e41bc #bc5e41

Analogous Colors of #41bc5e

#41bc5e #41bc9c #62bc41

Monochromatic Colors of #41bc5e

#41bc5e

Complementary Color

#41bc5e #bc419f

#41bc5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41bc5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41bc5e Color CSS Codes

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

#41bc5e Text Font Color

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

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


#41bc5e Background Color

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

This div background color is #41bc5e


#41bc5e Border Color

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

This div border color is #41bc5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41bc5e


Comments

No comments written yet.

Please login to write comment.