COLOR #41EE96

HEX: #41EE96
RGB: (65,238,150)

Color info

#41EE96 contains mainly green color. Web safe color of #41EE96 is #33FF99 (or #3F9).

RGB color model

#41EE96 color RGB value is (65,238,150).

  • red value is 65;
  • green value is 238;
  • blue value is 150.
RGB:
(65,238,150)
(25%,93%,59%)

RGB channels and saturation

R 65 of 255 = 25%
G 238 of 255 = 93%
B 150 of 255 = 59%

65
238
150

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

Portions of RGB colors in percentages

R + G + B =
65 + 238 + 150 = 453 (100%)
R 65 of 453 ~ 14.35%
G 238 of 453 ~ 52.54%
B 150 of 453 ~ 33.11%

%14.35
%52.54
%33.11

CMYK color model

#41EE96 color CMYK value is (73,0,37,7).

  • cyan value is 72.69%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 6.67%
CMYK:
(73,0,37,7)
C73M0Y37K7 
(73%,0%,37%,7%)
(0.73/0.00/0.37/0.07)	

CMYK percentages

%72.69
%0
%36.97
%6.67

Codes

Color #41EE96 in popluar color models

41EE96
RGB65238150
HSL149°83.57%59.41%
HSB/HSV149°72.69%93.33%
CMYK72.69%0.00%36.97%
6.67%

Color #41EE96 in popluar number systems.

HEX41EE96
Decimal65238150
Binary10000011110111010010110
Octal101356226

Shades and tints

Shades of #41EE96

#41EE96
(65,238,150)
#3CD989
(60,217,137)
#37C47C
(55,196,124)
#32AF6F
(50,175,111)
#2D9A62
(45,154,98)
#288555
(40,133,85)
#237048
(35,112,72)
#1E5B3B
(30,91,59)
#19462E
(25,70,46)
#143121
(20,49,33)
#0F1C14
(15,28,20)
#000000
(0,0,0)

Tints of #41EE96

#41EE96
(65,238,150)
#52EF9F
(82,239,159)
#63F0A8
(99,240,168)
#74F1B1
(116,241,177)
#85F2BA
(133,242,186)
#96F3C3
(150,243,195)
#A7F4CC
(167,244,204)
#B8F5D5
(184,245,213)
#C9F6DE
(201,246,222)
#DAF7E7
(218,247,231)
#EBF8F0
(235,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41EE96 color. Also use rgb(65,238,150) instead hex code.

Text Font Color

.myTextColor { color: #41EE96; }

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

This text font color is #41EE96.


Background Color

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

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

This div background color is #41EE96.


Border color

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

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

This div border color is #41EE96.


Opacity

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

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

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

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

This text has shadow with #41EE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41EE96 on black background.


Color preview on white background

This text has color #41EE96 on white background.



Black color preview on #41EE96 background

This text has black color on #41EE96 background.


White color preview on #41EE96 background

This text has white color on #41EE96 background.