COLOR #40B57E

HEX: #40B57E RGB: (64,181,126)

Color info

#40B57E contains mainly green and blue colors. Web safe color of #40B57E is #33CC66 (or #3C6).

RGB color model

#40B57E color RGB value is (64,181,126).

RGB: (64,181,126) (25%, 71%, 49%)

RGB channels and saturation

R 64 of 255 = 25%
G 181 of 255 = 71%
B 126 of 255 = 49%

64
181
126

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

Portions of RGB colors in percentages

R + G + B = 64 + 181 + 126 = 371 (100%)
R 64 of 371 ~ 17.25%
G 181 of 371 ~ 48.79%
B 126 of 371 ~ 33.96'%

%17.25
%48.79
%33.96

CMYK color model

#40B57E color CMYK value is (65,0,30,29).

  • cyan value is 64.64%
  • magenta value is 0.00%
  • yellow value is 30.39%
  • key color value is 29.02%

CMYK: (65,0,30,29)
C65M0Y30K29 (65%, 0%, 30%, 29%)
(0.65 / 0.00 / 0.30 / 0.29)

CMYK percentages

%64.64
%0
%30.39
%29.02

Codes

Color #40B57E in popluar color models

40 B5 7E
RGB 64 181 126
HSL 152° 47.76% 48.04%
HSB/HSV 152° 64.64% 70.98%
CMYK 64.64% 0.00% 30.39%
29.02%

Color #40B57E in popluar number systems.

HEX 40 B5 7E
Decimal 64 181 126
Binary 1000000 10110101 1111110
Octal 100 265 176

Shades and tints

Shades of #40B57E

#40B57E
(64,181,126)
#3BA573
(59,165,115)
#369568
(54,149,104)
#31855D
(49,133,93)
#2C7552
(44,117,82)
#276547
(39,101,71)
#22553C
(34,85,60)
#1D4531
(29,69,49)
#183526
(24,53,38)
#13251B
(19,37,27)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #40B57E

#40B57E
(64,181,126)
#51BB89
(81,187,137)
#62C194
(98,193,148)
#73C79F
(115,199,159)
#84CDAA
(132,205,170)
#95D3B5
(149,211,181)
#A6D9C0
(166,217,192)
#B7DFCB
(183,223,203)
#C8E5D6
(200,229,214)
#D9EBE1
(217,235,225)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40B57E color. Also use rgb(64,181,126) instead hex code.

Text Font Color

.myTextColor { color: #40B57E; }

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

This text font color is #40B57E.

Background Color

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

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

This div background color is #40B57E.

Border color

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

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

This div border color is #40B57E.

Opacity

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

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

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

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

This text has shadow with #40B57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40B57E.

Preview

Color preview on black background

This text has color #40B57E on black background.


Color preview on white background

This text has color #40B57E on white background.


Black color preview on #40B57E background

This text has black color on #40B57E background.


White color preview on #40B57E background

This text has white color on #40B57E background.


Related colors

Complementary color

Complementary color for #hex is #BF4A81.


I love getcolorcode.com

Triadic colors

1 #7E40B5 and #B57E40 with #40B57E are triadic colors.

2 #7EB540 and #B5407E with #40B57E are triadic colors.