COLOR #41D1A5

HEX: #41D1A5
RGB: (65,209,165)

Color info

#41D1A5 contains mainly green and blue colors. Web safe color of #41D1A5 is #33CC99 (or #3C9).

RGB color model

#41D1A5 color RGB value is (65,209,165).

  • red value is 65;
  • green value is 209;
  • blue value is 165.
RGB:
(65,209,165)
(25%,82%,65%)

RGB channels and saturation

R 65 of 255 = 25%
G 209 of 255 = 82%
B 165 of 255 = 65%

65
209
165

R + G + B ~ 57%. #41D1A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 209 + 165 = 439 (100%)
R 65 of 439 ~ 14.81%
G 209 of 439 ~ 47.61%
B 165 of 439 ~ 37.59%

%14.81
%47.61
%37.59

CMYK color model

#41D1A5 color CMYK value is (69,0,21,18).

  • cyan value is 68.90%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 18.04%
CMYK:
(69,0,21,18)
C69M0Y21K18 
(69%,0%,21%,18%)
(0.69/0.00/0.21/0.18)	

CMYK percentages

%68.9
%0
%21.05
%18.04

Codes

Color #41D1A5 in popluar color models

41D1A5
RGB65209165
HSL162°61.02%53.73%
HSB/HSV162°68.90%81.96%
CMYK68.90%0.00%21.05%
18.04%

Color #41D1A5 in popluar number systems.

HEX41D1A5
Decimal65209165
Binary10000011101000110100101
Octal101321245

Shades and tints

Shades of #41D1A5

#41D1A5
(65,209,165)
#3CBE96
(60,190,150)
#37AB87
(55,171,135)
#329878
(50,152,120)
#2D8569
(45,133,105)
#28725A
(40,114,90)
#235F4B
(35,95,75)
#1E4C3C
(30,76,60)
#19392D
(25,57,45)
#14261E
(20,38,30)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #41D1A5

#41D1A5
(65,209,165)
#52D5AD
(82,213,173)
#63D9B5
(99,217,181)
#74DDBD
(116,221,189)
#85E1C5
(133,225,197)
#96E5CD
(150,229,205)
#A7E9D5
(167,233,213)
#B8EDDD
(184,237,221)
#C9F1E5
(201,241,229)
#DAF5ED
(218,245,237)
#EBF9F5
(235,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41D1A5 color. Also use rgb(65,209,165) instead hex code.

Text Font Color

.myTextColor { color: #41D1A5; }

<p style="color:#41D1A5">This sample text font color is #41D1A5.</p>

This text font color is #41D1A5.


Background Color

.myBgColor { background-color: #41D1A5; }

<div style="background-color:#41D1A5">Inner text</div>

This div background color is #41D1A5.


Border color

.myBorderColor { border: 1px solid #41D1A5; }

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

This div border color is #41D1A5.


Opacity

.myOpacity80 { color: #41D1A5; opacity: 0.8; }

<p style="color:#41D1A5;opacity:0.8;">80%</p>

Text with #41D1A5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #41D1A5;}

<p style="text-shadow: 3px 3px 1px #41D1A5">Text here.</p>

This text has shadow with #41D1A5 color.

.textShadow {text-shadow: 3px 3px 1px #41D1A5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #41D1A5, 5px 5px 20px red">Text here.</p>

This text has shadow with #41D1A5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#41D1A5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#41D1A5, Direction=45, Strength=4)">Text</p>

This text has shadow with #41D1A5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #41D1A5;
  -webkit-box-shadow:	1px 1px 3px 2px #41D1A5;
  box-shadow:		1px 1px 3px 2px #41D1A5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #41D1A5;
-webkit-box-shadow: 1px 1px 3px 2px #41D1A5;
box-shadow:1px 1px 3px 2px #41D1A5;">
Div content here</div>
This div box has shadow with color #41D1A5.

Preview

Color preview on black background

This text has color #41D1A5 on black background.


Color preview on white background

This text has color #41D1A5 on white background.



Black color preview on #41D1A5 background

This text has black color on #41D1A5 background.


White color preview on #41D1A5 background

This text has white color on #41D1A5 background.