COLOR #34D497

HEX: #34D497 RGB: (52,212,151)

Color info

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

RGB color model

#34D497 color RGB value is (52,212,151).

RGB: (52,212,151) (20%, 83%, 59%)

RGB channels and saturation

R 52 of 255 = 20%
G 212 of 255 = 83%
B 151 of 255 = 59%

52
212
151

R + G + B ~ 54%. #34D497 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 52 + 212 + 151 = 415 (100%)
R 52 of 415 ~ 12.53%
G 212 of 415 ~ 51.08%
B 151 of 415 ~ 36.39'%

%12.53
%51.08
%36.39

CMYK color model

#34D497 color CMYK value is (75,0,29,17).

  • cyan value is 75.47%
  • magenta value is 0.00%
  • yellow value is 28.77%
  • key color value is 16.86%

CMYK: (75,0,29,17)
C75M0Y29K17 (75%, 0%, 29%, 17%)
(0.75 / 0.00 / 0.29 / 0.17)

CMYK percentages

%75.47
%0
%28.77
%16.86

Codes

Color #34D497 in popluar color models

34 D4 97
RGB 52 212 151
HSL 157° 65.04% 51.76%
HSB/HSV 157° 75.47% 83.14%
CMYK 75.47% 0.00% 28.77%
16.86%

Color #34D497 in popluar number systems.

HEX 34 D4 97
Decimal 52 212 151
Binary 110100 11010100 10010111
Octal 64 324 227

Shades and tints

Shades of #34D497

#34D497
(52,212,151)
#30C18A
(48,193,138)
#2CAE7D
(44,174,125)
#289B70
(40,155,112)
#248863
(36,136,99)
#207556
(32,117,86)
#1C6249
(28,98,73)
#184F3C
(24,79,60)
#143C2F
(20,60,47)
#102922
(16,41,34)
#0C1615
(12,22,21)
#000000
(0,0,0)

Tints of #34D497

#34D497
(52,212,151)
#46D7A0
(70,215,160)
#58DAA9
(88,218,169)
#6ADDB2
(106,221,178)
#7CE0BB
(124,224,187)
#8EE3C4
(142,227,196)
#A0E6CD
(160,230,205)
#B2E9D6
(178,233,214)
#C4ECDF
(196,236,223)
#D6EFE8
(214,239,232)
#E8F2F1
(232,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34D497 color. Also use rgb(52,212,151) instead hex code.

Text Font Color

.myTextColor { color: #34D497; }

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

This text font color is #34D497.

Background Color

.myBgColor { background-color: #34D497; }

<div style="background-color:#34D497">Inner text</div>

This div background color is #34D497.

Border color

.myBorderColor { border: 1px solid #34D497; }

<div style="border:3px solid #34D497">Div</div>

This div border color is #34D497.

Opacity

.myOpacity80 { color: #34D497; opacity: 0.8; }

<p style="color:#34D497;opacity:0.8;">80%</p>

Text with #34D497 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 #34D497;}

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

This text has shadow with #34D497 color.


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

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

This text has shadow with #34D497 primary color and red secondary color.


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

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

This text has shadow with #34D497 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #34D497.

Preview

Color preview on black background

This text has color #34D497 on black background.


Color preview on white background

This text has color #34D497 on white background.


Black color preview on #34D497 background

This text has black color on #34D497 background.


White color preview on #34D497 background

This text has white color on #34D497 background.


Related colors

Complementary color

Complementary color for #hex is #CB2B68.


I love getcolorcode.com

Triadic colors

1 #9734D4 and #D49734 with #34D497 are triadic colors.

2 #97D434 and #D43497 with #34D497 are triadic colors.