COLOR #42D56D

HEX: #42D56D RGB: (66,213,109)

Color info

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

RGB color model

#42D56D color RGB value is (66,213,109).

RGB: (66,213,109) (26%, 84%, 43%)

RGB channels and saturation

R 66 of 255 = 26%
G 213 of 255 = 84%
B 109 of 255 = 43%

66
213
109

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

Portions of RGB colors in percentages

R + G + B = 66 + 213 + 109 = 388 (100%)
R 66 of 388 ~ 17.01%
G 213 of 388 ~ 54.9%
B 109 of 388 ~ 28.09'%

%17.01
%54.9
%28.09

CMYK color model

#42D56D color CMYK value is (69,0,49,16).

  • cyan value is 69.01%
  • magenta value is 0.00%
  • yellow value is 48.83%
  • key color value is 16.47%

CMYK: (69,0,49,16)
C69M0Y49K16 (69%, 0%, 49%, 16%)
(0.69 / 0.00 / 0.49 / 0.16)

CMYK percentages

%69.01
%0
%48.83
%16.47

Codes

Color #42D56D in popluar color models

42 D5 6D
RGB 66 213 109
HSL 138° 63.64% 54.71%
HSB/HSV 138° 69.01% 83.53%
CMYK 69.01% 0.00% 48.83%
16.47%

Color #42D56D in popluar number systems.

HEX 42 D5 6D
Decimal 66 213 109
Binary 1000010 11010101 1101101
Octal 102 325 155

Shades and tints

Shades of #42D56D

#42D56D
(66,213,109)
#3CC264
(60,194,100)
#36AF5B
(54,175,91)
#309C52
(48,156,82)
#2A8949
(42,137,73)
#247640
(36,118,64)
#1E6337
(30,99,55)
#18502E
(24,80,46)
#123D25
(18,61,37)
#0C2A1C
(12,42,28)
#061713
(6,23,19)
#000000
(0,0,0)

Tints of #42D56D

#42D56D
(66,213,109)
#53D87A
(83,216,122)
#64DB87
(100,219,135)
#75DE94
(117,222,148)
#86E1A1
(134,225,161)
#97E4AE
(151,228,174)
#A8E7BB
(168,231,187)
#B9EAC8
(185,234,200)
#CAEDD5
(202,237,213)
#DBF0E2
(219,240,226)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42D56D color. Also use rgb(66,213,109) instead hex code.

Text Font Color

.myTextColor { color: #42D56D; }

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

This text font color is #42D56D.

Background Color

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

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

This div background color is #42D56D.

Border color

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

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

This div border color is #42D56D.

Opacity

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

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

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

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

This text has shadow with #42D56D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42D56D.

Preview

Color preview on black background

This text has color #42D56D on black background.


Color preview on white background

This text has color #42D56D on white background.


Black color preview on #42D56D background

This text has black color on #42D56D background.


White color preview on #42D56D background

This text has white color on #42D56D background.


Related colors

Complementary color

Complementary color for #hex is #BD2A92.


I love getcolorcode.com

Triadic colors

1 #6D42D5 and #D56D42 with #42D56D are triadic colors.

2 #6DD542 and #D5426D with #42D56D are triadic colors.