COLOR #41E9B4

HEX: #41E9B4
RGB: (65,233,180)

Color info

#41E9B4 contains mainly green and blue colors. Web safe color of #41E9B4 is #33FFCC (or #3FC).

RGB color model

#41E9B4 color RGB value is (65,233,180).

  • red value is 65;
  • green value is 233;
  • blue value is 180.
RGB:
(65,233,180)
(25%,91%,71%)

RGB channels and saturation

R 65 of 255 = 25%
G 233 of 255 = 91%
B 180 of 255 = 71%

65
233
180

R + G + B ~ 62%. #41E9B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
65 + 233 + 180 = 478 (100%)
R 65 of 478 ~ 13.6%
G 233 of 478 ~ 48.74%
B 180 of 478 ~ 37.66%

%13.6
%48.74
%37.66

CMYK color model

#41E9B4 color CMYK value is (72,0,23,9).

  • cyan value is 72.10%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 8.63%
CMYK:
(72,0,23,9)
C72M0Y23K9 
(72%,0%,23%,9%)
(0.72/0.00/0.23/0.09)	

CMYK percentages

%72.1
%0
%22.75
%8.63

Codes

Color #41E9B4 in popluar color models

41E9B4
RGB65233180
HSL161°79.25%58.43%
HSB/HSV161°72.10%91.37%
CMYK72.10%0.00%22.75%
8.63%

Color #41E9B4 in popluar number systems.

HEX41E9B4
Decimal65233180
Binary10000011110100110110100
Octal101351264

Shades and tints

Shades of #41E9B4

#41E9B4
(65,233,180)
#3CD4A4
(60,212,164)
#37BF94
(55,191,148)
#32AA84
(50,170,132)
#2D9574
(45,149,116)
#288064
(40,128,100)
#236B54
(35,107,84)
#1E5644
(30,86,68)
#194134
(25,65,52)
#142C24
(20,44,36)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #41E9B4

#41E9B4
(65,233,180)
#52EBBA
(82,235,186)
#63EDC0
(99,237,192)
#74EFC6
(116,239,198)
#85F1CC
(133,241,204)
#96F3D2
(150,243,210)
#A7F5D8
(167,245,216)
#B8F7DE
(184,247,222)
#C9F9E4
(201,249,228)
#DAFBEA
(218,251,234)
#EBFDF0
(235,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41E9B4 color. Also use rgb(65,233,180) instead hex code.

Text Font Color

.myTextColor { color: #41E9B4; }

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

This text font color is #41E9B4.


Background Color

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

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

This div background color is #41E9B4.


Border color

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

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

This div border color is #41E9B4.


Opacity

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

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

Text with #41E9B4 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 #41E9B4;}

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

This text has shadow with #41E9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41E9B4 on black background.


Color preview on white background

This text has color #41E9B4 on white background.



Black color preview on #41E9B4 background

This text has black color on #41E9B4 background.


White color preview on #41E9B4 background

This text has white color on #41E9B4 background.