COLOR #42DD94

HEX: #42DD94
RGB: (66,221,148)

Color info

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

RGB color model

#42DD94 color RGB value is (66,221,148).

  • red value is 66;
  • green value is 221;
  • blue value is 148.
RGB:
(66,221,148)
(26%,87%,58%)

RGB channels and saturation

R 66 of 255 = 26%
G 221 of 255 = 87%
B 148 of 255 = 58%

66
221
148

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

Portions of RGB colors in percentages

R + G + B =
66 + 221 + 148 = 435 (100%)
R 66 of 435 ~ 15.17%
G 221 of 435 ~ 50.8%
B 148 of 435 ~ 34.02%

%15.17
%50.8
%34.02

CMYK color model

#42DD94 color CMYK value is (70,0,33,13).

  • cyan value is 70.14%
  • magenta value is 0.00%
  • yellow value is 33.03%
  • key color value is 13.33%
CMYK:
(70,0,33,13)
C70M0Y33K13 
(70%,0%,33%,13%)
(0.70/0.00/0.33/0.13)	

CMYK percentages

%70.14
%0
%33.03
%13.33

Codes

Color #42DD94 in popluar color models

42DD94
RGB66221148
HSL152°69.51%56.27%
HSB/HSV152°70.14%86.67%
CMYK70.14%0.00%33.03%
13.33%

Color #42DD94 in popluar number systems.

HEX42DD94
Decimal66221148
Binary10000101101110110010100
Octal102335224

Shades and tints

Shades of #42DD94

#42DD94
(66,221,148)
#3CC987
(60,201,135)
#36B57A
(54,181,122)
#30A16D
(48,161,109)
#2A8D60
(42,141,96)
#247953
(36,121,83)
#1E6546
(30,101,70)
#185139
(24,81,57)
#123D2C
(18,61,44)
#0C291F
(12,41,31)
#061512
(6,21,18)
#000000
(0,0,0)

Tints of #42DD94

#42DD94
(66,221,148)
#53E09D
(83,224,157)
#64E3A6
(100,227,166)
#75E6AF
(117,230,175)
#86E9B8
(134,233,184)
#97ECC1
(151,236,193)
#A8EFCA
(168,239,202)
#B9F2D3
(185,242,211)
#CAF5DC
(202,245,220)
#DBF8E5
(219,248,229)
#ECFBEE
(236,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42DD94 color. Also use rgb(66,221,148) instead hex code.

Text Font Color

.myTextColor { color: #42DD94; }

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

This text font color is #42DD94.


Background Color

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

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

This div background color is #42DD94.


Border color

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

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

This div border color is #42DD94.


Opacity

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

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

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

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

This text has shadow with #42DD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42DD94 on black background.


Color preview on white background

This text has color #42DD94 on white background.



Black color preview on #42DD94 background

This text has black color on #42DD94 background.


White color preview on #42DD94 background

This text has white color on #42DD94 background.