COLOR #42D79D

HEX: #42D79D RGB: (66,215,157)

Color info

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

RGB color model

#42D79D color RGB value is (66,215,157).

RGB: (66,215,157) (26%, 84%, 62%)

RGB channels and saturation

R 66 of 255 = 26%
G 215 of 255 = 84%
B 157 of 255 = 62%

66
215
157

R + G + B ~ 57%. #42D79D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 66 + 215 + 157 = 438 (100%)
R 66 of 438 ~ 15.07%
G 215 of 438 ~ 49.09%
B 157 of 438 ~ 35.84'%

%15.07
%49.09
%35.84

CMYK color model

#42D79D color CMYK value is (69,0,27,16).

  • cyan value is 69.30%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 15.69%
CMYK: (69,0,27,16) C69M0Y27K16 (69%,0%,27%,16%) (0.69/0.00/0.27/0.16) 

CMYK percentages

%69.3
%0
%26.98
%15.69

Codes

Color #42D79D in popluar color models

42 D7 9D
RGB 66 215 157
HSL 157° 65.07% 55.10%
HSB/HSV 157° 69.30% 84.31%
CMYK 69.30% 0.00% 26.98%
15.69%

Color #42D79D in popluar number systems.

HEX 42 D7 9D
Decimal 66 215 157
Binary 1000010 11010111 10011101
Octal 102 327 235

Shades and tints

Shades of #42D79D

#42D79D
(66,215,157)
#3CC48F
(60,196,143)
#36B181
(54,177,129)
#309E73
(48,158,115)
#2A8B65
(42,139,101)
#247857
(36,120,87)
#1E6549
(30,101,73)
#18523B
(24,82,59)
#123F2D
(18,63,45)
#0C2C1F
(12,44,31)
#061911
(6,25,17)
#000000
(0,0,0)

Tints of #42D79D

#42D79D
(66,215,157)
#53DAA5
(83,218,165)
#64DDAD
(100,221,173)
#75E0B5
(117,224,181)
#86E3BD
(134,227,189)
#97E6C5
(151,230,197)
#A8E9CD
(168,233,205)
#B9ECD5
(185,236,213)
#CAEFDD
(202,239,221)
#DBF2E5
(219,242,229)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42D79D color. Also use rgb(66,215,157) instead hex code.

Text Font Color

.myTextColor { color: #42D79D; }

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

This text font color is #42D79D.

Background Color

.myBgColor { background-color: #42D79D; }

<div style="background-color:#42D79D">Inner text</div>

This div background color is #42D79D.

Border color

.myBorderColor { border: 1px solid #42D79D; }

<div style="border:3px solid #42D79D">Div</div>

This div border color is #42D79D.

Opacity

.myOpacity80 { color: #42D79D; opacity: 0.8; }

<p style="color:#42D79D;opacity:0.8;">80%</p>

Text with #42D79D 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 #42D79D;}

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

This text has shadow with #42D79D color.


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

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

This text has shadow with #42D79D primary color and red secondary color.


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

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

This text has shadow with #42D79D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #42D79D.

Preview

Color preview on black background

This text has color #42D79D on black background.


Color preview on white background

This text has color #42D79D on white background.


Black color preview on #42D79D background

This text has black color on #42D79D background.


White color preview on #42D79D background

This text has white color on #42D79D background.


Related colors

Complementary color

Complementary color for #hex is #BD2862.


I love getcolorcode.com

Triadic colors

1 #9D42D7 and #D79D42 with #42D79D are triadic colors.

2 #9DD742 and #D7429D with #42D79D are triadic colors.