COLOR #40C393

HEX: #40C393 RGB: (64,195,147)

Color info

#40C393 contains mainly green and blue colors. Web safe color of #40C393 is #33CC99 (or #3C9).

RGB color model

#40C393 color RGB value is (64,195,147).

RGB: (64,195,147) (25%, 76%, 58%)

RGB channels and saturation

R 64 of 255 = 25%
G 195 of 255 = 76%
B 147 of 255 = 58%

64
195
147

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

Portions of RGB colors in percentages

R + G + B = 64 + 195 + 147 = 406 (100%)
R 64 of 406 ~ 15.76%
G 195 of 406 ~ 48.03%
B 147 of 406 ~ 36.21'%

%15.76
%48.03
%36.21

CMYK color model

#40C393 color CMYK value is (67,0,25,24).

  • cyan value is 67.18%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 23.53%

CMYK: (67,0,25,24)
C67M0Y25K24 (67%, 0%, 25%, 24%)
(0.67 / 0.00 / 0.25 / 0.24)

CMYK percentages

%67.18
%0
%24.62
%23.53

Codes

Color #40C393 in popluar color models

40 C3 93
RGB 64 195 147
HSL 158° 52.19% 50.78%
HSB/HSV 158° 67.18% 76.47%
CMYK 67.18% 0.00% 24.62%
23.53%

Color #40C393 in popluar number systems.

HEX 40 C3 93
Decimal 64 195 147
Binary 1000000 11000011 10010011
Octal 100 303 223

Shades and tints

Shades of #40C393

#40C393
(64,195,147)
#3BB286
(59,178,134)
#36A179
(54,161,121)
#31906C
(49,144,108)
#2C7F5F
(44,127,95)
#276E52
(39,110,82)
#225D45
(34,93,69)
#1D4C38
(29,76,56)
#183B2B
(24,59,43)
#132A1E
(19,42,30)
#0E1911
(14,25,17)
#000000
(0,0,0)

Tints of #40C393

#40C393
(64,195,147)
#51C89C
(81,200,156)
#62CDA5
(98,205,165)
#73D2AE
(115,210,174)
#84D7B7
(132,215,183)
#95DCC0
(149,220,192)
#A6E1C9
(166,225,201)
#B7E6D2
(183,230,210)
#C8EBDB
(200,235,219)
#D9F0E4
(217,240,228)
#EAF5ED
(234,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40C393 color. Also use rgb(64,195,147) instead hex code.

Text Font Color

.myTextColor { color: #40C393; }

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

This text font color is #40C393.

Background Color

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

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

This div background color is #40C393.

Border color

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

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

This div border color is #40C393.

Opacity

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

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

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

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

This text has shadow with #40C393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40C393.

Preview

Color preview on black background

This text has color #40C393 on black background.


Color preview on white background

This text has color #40C393 on white background.


Black color preview on #40C393 background

This text has black color on #40C393 background.


White color preview on #40C393 background

This text has white color on #40C393 background.


Related colors

Complementary color

Complementary color for #hex is #BF3C6C.


I love getcolorcode.com

Triadic colors

1 #9340C3 and #C39340 with #40C393 are triadic colors.

2 #93C340 and #C34093 with #40C393 are triadic colors.