COLOR #42DD89

HEX: #42DD89
RGB: (66,221,137)

Color info

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

RGB color model

#42DD89 color RGB value is (66,221,137).

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

RGB channels and saturation

R 66 of 255 = 26%
G 221 of 255 = 87%
B 137 of 255 = 54%

66
221
137

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

Portions of RGB colors in percentages

R + G + B =
66 + 221 + 137 = 424 (100%)
R 66 of 424 ~ 15.57%
G 221 of 424 ~ 52.12%
B 137 of 424 ~ 32.31%

%15.57
%52.12
%32.31

CMYK color model

#42DD89 color CMYK value is (70,0,38,13).

  • cyan value is 70.14%
  • magenta value is 0.00%
  • yellow value is 38.01%
  • key color value is 13.33%
CMYK:
(70,0,38,13)
C70M0Y38K13 
(70%,0%,38%,13%)
(0.70/0.00/0.38/0.13)	

CMYK percentages

%70.14
%0
%38.01
%13.33

Codes

Color #42DD89 in popluar color models

42DD89
RGB66221137
HSL147°69.51%56.27%
HSB/HSV147°70.14%86.67%
CMYK70.14%0.00%38.01%
13.33%

Color #42DD89 in popluar number systems.

HEX42DD89
Decimal66221137
Binary10000101101110110001001
Octal102335211

Shades and tints

Shades of #42DD89

#42DD89
(66,221,137)
#3CC97D
(60,201,125)
#36B571
(54,181,113)
#30A165
(48,161,101)
#2A8D59
(42,141,89)
#24794D
(36,121,77)
#1E6541
(30,101,65)
#185135
(24,81,53)
#123D29
(18,61,41)
#0C291D
(12,41,29)
#061511
(6,21,17)
#000000
(0,0,0)

Tints of #42DD89

#42DD89
(66,221,137)
#53E093
(83,224,147)
#64E39D
(100,227,157)
#75E6A7
(117,230,167)
#86E9B1
(134,233,177)
#97ECBB
(151,236,187)
#A8EFC5
(168,239,197)
#B9F2CF
(185,242,207)
#CAF5D9
(202,245,217)
#DBF8E3
(219,248,227)
#ECFBED
(236,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42DD89; }

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

This text font color is #42DD89.


Background Color

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

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

This div background color is #42DD89.


Border color

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

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

This div border color is #42DD89.


Opacity

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

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

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

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

This text has shadow with #42DD89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42DD89 on black background.


Color preview on white background

This text has color #42DD89 on white background.



Black color preview on #42DD89 background

This text has black color on #42DD89 background.


White color preview on #42DD89 background

This text has white color on #42DD89 background.