COLOR #42D972

HEX: #42D972
RGB: (66,217,114)

Color info

#42D972 contains mainly green color. Web safe color of #42D972 is #33CC66 (or #3C6).

RGB color model

#42D972 color RGB value is (66,217,114).

  • red value is 66;
  • green value is 217;
  • blue value is 114.
RGB:
(66,217,114)
(26%,85%,45%)

RGB channels and saturation

R 66 of 255 = 26%
G 217 of 255 = 85%
B 114 of 255 = 45%

66
217
114

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

Portions of RGB colors in percentages

R + G + B =
66 + 217 + 114 = 397 (100%)
R 66 of 397 ~ 16.62%
G 217 of 397 ~ 54.66%
B 114 of 397 ~ 28.72%

%16.62
%54.66
%28.72

CMYK color model

#42D972 color CMYK value is (70,0,47,15).

  • cyan value is 69.59%
  • magenta value is 0.00%
  • yellow value is 47.47%
  • key color value is 14.90%
CMYK:
(70,0,47,15)
C70M0Y47K15 
(70%,0%,47%,15%)
(0.70/0.00/0.47/0.15)	

CMYK percentages

%69.59
%0
%47.47
%14.9

Codes

Color #42D972 in popluar color models

42D972
RGB66217114
HSL139°66.52%55.49%
HSB/HSV139°69.59%85.10%
CMYK69.59%0.00%47.47%
14.90%

Color #42D972 in popluar number systems.

HEX42D972
Decimal66217114
Binary1000010110110011110010
Octal102331162

Shades and tints

Shades of #42D972

#42D972
(66,217,114)
#3CC668
(60,198,104)
#36B35E
(54,179,94)
#30A054
(48,160,84)
#2A8D4A
(42,141,74)
#247A40
(36,122,64)
#1E6736
(30,103,54)
#18542C
(24,84,44)
#124122
(18,65,34)
#0C2E18
(12,46,24)
#061B0E
(6,27,14)
#000000
(0,0,0)

Tints of #42D972

#42D972
(66,217,114)
#53DC7E
(83,220,126)
#64DF8A
(100,223,138)
#75E296
(117,226,150)
#86E5A2
(134,229,162)
#97E8AE
(151,232,174)
#A8EBBA
(168,235,186)
#B9EEC6
(185,238,198)
#CAF1D2
(202,241,210)
#DBF4DE
(219,244,222)
#ECF7EA
(236,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42D972 color. Also use rgb(66,217,114) instead hex code.

Text Font Color

.myTextColor { color: #42D972; }

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

This text font color is #42D972.


Background Color

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

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

This div background color is #42D972.


Border color

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

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

This div border color is #42D972.


Opacity

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

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

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

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

This text has shadow with #42D972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42D972 on black background.


Color preview on white background

This text has color #42D972 on white background.



Black color preview on #42D972 background

This text has black color on #42D972 background.


White color preview on #42D972 background

This text has white color on #42D972 background.