COLOR #40E696

HEX: #40E696
RGB: (64,230,150)

Color info

#40E696 contains mainly green color. Web safe color of #40E696 is #33CC99 (or #3C9).

RGB color model

#40E696 color RGB value is (64,230,150).

  • red value is 64;
  • green value is 230;
  • blue value is 150.
RGB:
(64,230,150)
(25%,90%,59%)

RGB channels and saturation

R 64 of 255 = 25%
G 230 of 255 = 90%
B 150 of 255 = 59%

64
230
150

R + G + B ~ 58%. #40E696 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 230 + 150 = 444 (100%)
R 64 of 444 ~ 14.41%
G 230 of 444 ~ 51.8%
B 150 of 444 ~ 33.78%

%14.41
%51.8
%33.78

CMYK color model

#40E696 color CMYK value is (72,0,35,10).

  • cyan value is 72.17%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 9.80%
CMYK:
(72,0,35,10)
C72M0Y35K10 
(72%,0%,35%,10%)
(0.72/0.00/0.35/0.10)	

CMYK percentages

%72.17
%0
%34.78
%9.8

Codes

Color #40E696 in popluar color models

40E696
RGB64230150
HSL151°76.85%57.65%
HSB/HSV151°72.17%90.20%
CMYK72.17%0.00%34.78%
9.80%

Color #40E696 in popluar number systems.

HEX40E696
Decimal64230150
Binary10000001110011010010110
Octal100346226

Shades and tints

Shades of #40E696

#40E696
(64,230,150)
#3BD289
(59,210,137)
#36BE7C
(54,190,124)
#31AA6F
(49,170,111)
#2C9662
(44,150,98)
#278255
(39,130,85)
#226E48
(34,110,72)
#1D5A3B
(29,90,59)
#18462E
(24,70,46)
#133221
(19,50,33)
#0E1E14
(14,30,20)
#000000
(0,0,0)

Tints of #40E696

#40E696
(64,230,150)
#51E89F
(81,232,159)
#62EAA8
(98,234,168)
#73ECB1
(115,236,177)
#84EEBA
(132,238,186)
#95F0C3
(149,240,195)
#A6F2CC
(166,242,204)
#B7F4D5
(183,244,213)
#C8F6DE
(200,246,222)
#D9F8E7
(217,248,231)
#EAFAF0
(234,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40E696 color. Also use rgb(64,230,150) instead hex code.

Text Font Color

.myTextColor { color: #40E696; }

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

This text font color is #40E696.


Background Color

.myBgColor { background-color: #40E696; }

<div style="background-color:#40E696">Inner text</div>

This div background color is #40E696.


Border color

.myBorderColor { border: 1px solid #40E696; }

<div style="border:3px solid #40E696">Div</div>

This div border color is #40E696.


Opacity

.myOpacity80 { color: #40E696; opacity: 0.8; }

<p style="color:#40E696;opacity:0.8;">80%</p>

Text with #40E696 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 #40E696;}

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

This text has shadow with #40E696 color.

.textShadow {text-shadow: 3px 3px 1px #40E696, 3px 3px 1px red;}

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

This text has shadow with #40E696 primary color and red secondary color.


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

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

This text has shadow with #40E696 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40E696 on black background.


Color preview on white background

This text has color #40E696 on white background.



Black color preview on #40E696 background

This text has black color on #40E696 background.


White color preview on #40E696 background

This text has white color on #40E696 background.