COLOR #40BE6E

HEX: #40BE6E RGB: (64,190,110)

Color info

#40BE6E contains mainly green color. Web safe color of #40BE6E is #33CC66 (or #3C6).

RGB color model

#40BE6E color RGB value is (64,190,110).

RGB: (64,190,110) (25%, 75%, 43%)

RGB channels and saturation

R 64 of 255 = 25%
G 190 of 255 = 75%
B 110 of 255 = 43%

64
190
110

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

Portions of RGB colors in percentages

R + G + B = 64 + 190 + 110 = 364 (100%)
R 64 of 364 ~ 17.58%
G 190 of 364 ~ 52.2%
B 110 of 364 ~ 30.22'%

%17.58
%52.2
%30.22

CMYK color model

#40BE6E color CMYK value is (66,0,42,25).

  • cyan value is 66.32%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 25.49%

CMYK: (66,0,42,25)
C66M0Y42K25 (66%, 0%, 42%, 25%)
(0.66 / 0.00 / 0.42 / 0.25)

CMYK percentages

%66.32
%0
%42.11
%25.49

Codes

Color #40BE6E in popluar color models

40 BE 6E
RGB 64 190 110
HSL 142° 49.61% 49.80%
HSB/HSV 142° 66.32% 74.51%
CMYK 66.32% 0.00% 42.11%
25.49%

Color #40BE6E in popluar number systems.

HEX 40 BE 6E
Decimal 64 190 110
Binary 1000000 10111110 1101110
Octal 100 276 156

Shades and tints

Shades of #40BE6E

#40BE6E
(64,190,110)
#3BAD64
(59,173,100)
#369C5A
(54,156,90)
#318B50
(49,139,80)
#2C7A46
(44,122,70)
#27693C
(39,105,60)
#225832
(34,88,50)
#1D4728
(29,71,40)
#18361E
(24,54,30)
#132514
(19,37,20)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #40BE6E

#40BE6E
(64,190,110)
#51C37B
(81,195,123)
#62C888
(98,200,136)
#73CD95
(115,205,149)
#84D2A2
(132,210,162)
#95D7AF
(149,215,175)
#A6DCBC
(166,220,188)
#B7E1C9
(183,225,201)
#C8E6D6
(200,230,214)
#D9EBE3
(217,235,227)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40BE6E color. Also use rgb(64,190,110) instead hex code.

Text Font Color

.myTextColor { color: #40BE6E; }

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

This text font color is #40BE6E.

Background Color

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

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

This div background color is #40BE6E.

Border color

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

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

This div border color is #40BE6E.

Opacity

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

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

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

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

This text has shadow with #40BE6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40BE6E.

Preview

Color preview on black background

This text has color #40BE6E on black background.


Color preview on white background

This text has color #40BE6E on white background.


Black color preview on #40BE6E background

This text has black color on #40BE6E background.


White color preview on #40BE6E background

This text has white color on #40BE6E background.


Related colors

Complementary color

Complementary color for #hex is #BF4191.


I love getcolorcode.com

Triadic colors

1 #6E40BE and #BE6E40 with #40BE6E are triadic colors.

2 #6EBE40 and #BE406E with #40BE6E are triadic colors.