COLOR #42C177

HEX: #42C177 RGB: (66,193,119)

Color info

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

RGB color model

#42C177 color RGB value is (66,193,119).

RGB: (66,193,119) (26%, 76%, 47%)

RGB channels and saturation

R 66 of 255 = 26%
G 193 of 255 = 76%
B 119 of 255 = 47%

66
193
119

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

Portions of RGB colors in percentages

R + G + B = 66 + 193 + 119 = 378 (100%)
R 66 of 378 ~ 17.46%
G 193 of 378 ~ 51.06%
B 119 of 378 ~ 31.48'%

%17.46
%51.06
%31.48

CMYK color model

#42C177 color CMYK value is (66,0,38,24).

  • cyan value is 65.80%
  • magenta value is 0.00%
  • yellow value is 38.34%
  • key color value is 24.31%

CMYK: (66,0,38,24)
C66M0Y38K24 (66%, 0%, 38%, 24%)
(0.66 / 0.00 / 0.38 / 0.24)

CMYK percentages

%65.8
%0
%38.34
%24.31

Codes

Color #42C177 in popluar color models

42 C1 77
RGB 66 193 119
HSL 145° 50.60% 50.78%
HSB/HSV 145° 65.80% 75.69%
CMYK 65.80% 0.00% 38.34%
24.31%

Color #42C177 in popluar number systems.

HEX 42 C1 77
Decimal 66 193 119
Binary 1000010 11000001 1110111
Octal 102 301 167

Shades and tints

Shades of #42C177

#42C177
(66,193,119)
#3CB06D
(60,176,109)
#369F63
(54,159,99)
#308E59
(48,142,89)
#2A7D4F
(42,125,79)
#246C45
(36,108,69)
#1E5B3B
(30,91,59)
#184A31
(24,74,49)
#123927
(18,57,39)
#0C281D
(12,40,29)
#061713
(6,23,19)
#000000
(0,0,0)

Tints of #42C177

#42C177
(66,193,119)
#53C683
(83,198,131)
#64CB8F
(100,203,143)
#75D09B
(117,208,155)
#86D5A7
(134,213,167)
#97DAB3
(151,218,179)
#A8DFBF
(168,223,191)
#B9E4CB
(185,228,203)
#CAE9D7
(202,233,215)
#DBEEE3
(219,238,227)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42C177 color. Also use rgb(66,193,119) instead hex code.

Text Font Color

.myTextColor { color: #42C177; }

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

This text font color is #42C177.

Background Color

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

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

This div background color is #42C177.

Border color

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

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

This div border color is #42C177.

Opacity

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

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

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

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

This text has shadow with #42C177 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42C177.

Preview

Color preview on black background

This text has color #42C177 on black background.


Color preview on white background

This text has color #42C177 on white background.


Black color preview on #42C177 background

This text has black color on #42C177 background.


White color preview on #42C177 background

This text has white color on #42C177 background.


Related colors

Complementary color

Complementary color for #hex is #BD3E88.


I love getcolorcode.com

Triadic colors

1 #7742C1 and #C17742 with #42C177 are triadic colors.

2 #77C142 and #C14277 with #42C177 are triadic colors.