COLOR #42D083

HEX: #42D083
RGB: (66,208,131)

Color info

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

RGB color model

#42D083 color RGB value is (66,208,131).

  • red value is 66;
  • green value is 208;
  • blue value is 131.
RGB:
(66,208,131)
(26%,82%,51%)

RGB channels and saturation

R 66 of 255 = 26%
G 208 of 255 = 82%
B 131 of 255 = 51%

66
208
131

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

Portions of RGB colors in percentages

R + G + B =
66 + 208 + 131 = 405 (100%)
R 66 of 405 ~ 16.3%
G 208 of 405 ~ 51.36%
B 131 of 405 ~ 32.35%

%16.3
%51.36
%32.35

CMYK color model

#42D083 color CMYK value is (68,0,37,18).

  • cyan value is 68.27%
  • magenta value is 0.00%
  • yellow value is 37.02%
  • key color value is 18.43%
CMYK:
(68,0,37,18)
C68M0Y37K18 
(68%,0%,37%,18%)
(0.68/0.00/0.37/0.18)	

CMYK percentages

%68.27
%0
%37.02
%18.43

Codes

Color #42D083 in popluar color models

42D083
RGB66208131
HSL147°60.17%53.73%
HSB/HSV147°68.27%81.57%
CMYK68.27%0.00%37.02%
18.43%

Color #42D083 in popluar number systems.

HEX42D083
Decimal66208131
Binary10000101101000010000011
Octal102320203

Shades and tints

Shades of #42D083

#42D083
(66,208,131)
#3CBE78
(60,190,120)
#36AC6D
(54,172,109)
#309A62
(48,154,98)
#2A8857
(42,136,87)
#24764C
(36,118,76)
#1E6441
(30,100,65)
#185236
(24,82,54)
#12402B
(18,64,43)
#0C2E20
(12,46,32)
#061C15
(6,28,21)
#000000
(0,0,0)

Tints of #42D083

#42D083
(66,208,131)
#53D48E
(83,212,142)
#64D899
(100,216,153)
#75DCA4
(117,220,164)
#86E0AF
(134,224,175)
#97E4BA
(151,228,186)
#A8E8C5
(168,232,197)
#B9ECD0
(185,236,208)
#CAF0DB
(202,240,219)
#DBF4E6
(219,244,230)
#ECF8F1
(236,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42D083 color. Also use rgb(66,208,131) instead hex code.

Text Font Color

.myTextColor { color: #42D083; }

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

This text font color is #42D083.


Background Color

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

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

This div background color is #42D083.


Border color

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

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

This div border color is #42D083.


Opacity

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

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

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

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

This text has shadow with #42D083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42D083 on black background.


Color preview on white background

This text has color #42D083 on white background.



Black color preview on #42D083 background

This text has black color on #42D083 background.


White color preview on #42D083 background

This text has white color on #42D083 background.