COLOR #42CC9D

HEX: #42CC9D
RGB: (66,204,157)

Color info

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

RGB color model

#42CC9D color RGB value is (66,204,157).

  • red value is 66;
  • green value is 204;
  • blue value is 157.
RGB:
(66,204,157)
(26%,80%,62%)

RGB channels and saturation

R 66 of 255 = 26%
G 204 of 255 = 80%
B 157 of 255 = 62%

66
204
157

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

Portions of RGB colors in percentages

R + G + B =
66 + 204 + 157 = 427 (100%)
R 66 of 427 ~ 15.46%
G 204 of 427 ~ 47.78%
B 157 of 427 ~ 36.77%

%15.46
%47.78
%36.77

CMYK color model

#42CC9D color CMYK value is (68,0,23,20).

  • cyan value is 67.65%
  • magenta value is 0.00%
  • yellow value is 23.04%
  • key color value is 20.00%
CMYK:
(68,0,23,20)
C68M0Y23K20 
(68%,0%,23%,20%)
(0.68/0.00/0.23/0.20)	

CMYK percentages

%67.65
%0
%23.04
%20

Codes

Color #42CC9D in popluar color models

42CC9D
RGB66204157
HSL160°57.50%52.94%
HSB/HSV160°67.65%80.00%
CMYK67.65%0.00%23.04%
20.00%

Color #42CC9D in popluar number systems.

HEX42CC9D
Decimal66204157
Binary10000101100110010011101
Octal102314235

Shades and tints

Shades of #42CC9D

#42CC9D
(66,204,157)
#3CBA8F
(60,186,143)
#36A881
(54,168,129)
#309673
(48,150,115)
#2A8465
(42,132,101)
#247257
(36,114,87)
#1E6049
(30,96,73)
#184E3B
(24,78,59)
#123C2D
(18,60,45)
#0C2A1F
(12,42,31)
#061811
(6,24,17)
#000000
(0,0,0)

Tints of #42CC9D

#42CC9D
(66,204,157)
#53D0A5
(83,208,165)
#64D4AD
(100,212,173)
#75D8B5
(117,216,181)
#86DCBD
(134,220,189)
#97E0C5
(151,224,197)
#A8E4CD
(168,228,205)
#B9E8D5
(185,232,213)
#CAECDD
(202,236,221)
#DBF0E5
(219,240,229)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42CC9D; }

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

This text font color is #42CC9D.


Background Color

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

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

This div background color is #42CC9D.


Border color

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

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

This div border color is #42CC9D.


Opacity

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

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

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

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

This text has shadow with #42CC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42CC9D on black background.


Color preview on white background

This text has color #42CC9D on white background.



Black color preview on #42CC9D background

This text has black color on #42CC9D background.


White color preview on #42CC9D background

This text has white color on #42CC9D background.