color codes Logo

#41c09c color codes

#41C09C
(65,192,156)
0 Favorites   0 Comments

Color spaces of #41c09c

RGB 65192156
HSL0.450.500.50
HSV163°66°75°
CMYK 0.660.000.19   0.25
XYZ27.030441.223437.9848
Yxy41.22340.25440.3880
Hunter Lab64.2055-37.21139.8671
CIE-Lab70.3322-43.31418.0559

#41c09c color RGB value is (65,192,156).

#41c09c hex color red value is 65, green value is 192 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #41c09c hue: 0.45 , saturation: 0.50 and the lightness value of 41c09c is 0.50.

The process color (four color CMYK) of #41c09c color code is 0.66, 0.00, 0.19, 0.25. Web safe color of #41c09c is #33cc99. Color #41c09c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11000000 10011100
Octal 101 300 234
Decimal 65 192 156
Hex 41 C0 9C

RGB Percentages of Color #41c09c

%15.74
%46.49
%37.77

CMYK Percentages of Color #41c09c

%66
%0
%19
%25

Triadic Colors of #41c09c

#41c09c #9c41c0 #c09c41

Analogous Colors of #41c09c

#41c09c #41a5c0 #41c05d

Monochromatic Colors of #41c09c

#41c09c

Complementary Color

#41c09c #c04165

#41c09c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41c09c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41c09c Color CSS Codes

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

#41c09c Text Font Color

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

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


#41c09c Background Color

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

This div background color is #41c09c


#41c09c Border Color

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

This div border color is #41c09c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41c09c


Comments

No comments written yet.

Please login to write comment.