COLOR #42C17C

HEX: #42C17C RGB: (66,193,124)

Color info

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

RGB color model

#42C17C color RGB value is (66,193,124).

RGB: (66,193,124) (26%, 76%, 49%)

RGB channels and saturation

R 66 of 255 = 26%
G 193 of 255 = 76%
B 124 of 255 = 49%

66
193
124

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

Portions of RGB colors in percentages

R + G + B = 66 + 193 + 124 = 383 (100%)
R 66 of 383 ~ 17.23%
G 193 of 383 ~ 50.39%
B 124 of 383 ~ 32.38'%

%17.23
%50.39
%32.38

CMYK color model

#42C17C color CMYK value is (66,0,36,24).

  • cyan value is 65.80%
  • magenta value is 0.00%
  • yellow value is 35.75%
  • key color value is 24.31%
CMYK: (66,0,36,24) C66M0Y36K24 (66%,0%,36%,24%) (0.66/0.00/0.36/0.24) 

CMYK percentages

%65.8
%0
%35.75
%24.31

Codes

Color #42C17C in popluar color models

42 C1 7C
RGB 66 193 124
HSL 147° 50.60% 50.78%
HSB/HSV 147° 65.80% 75.69%
CMYK 65.80% 0.00% 35.75%
24.31%

Color #42C17C in popluar number systems.

HEX 42 C1 7C
Decimal 66 193 124
Binary 1000010 11000001 1111100
Octal 102 301 174

Shades and tints

Shades of #42C17C

#42C17C
(66,193,124)
#3CB071
(60,176,113)
#369F66
(54,159,102)
#308E5B
(48,142,91)
#2A7D50
(42,125,80)
#246C45
(36,108,69)
#1E5B3A
(30,91,58)
#184A2F
(24,74,47)
#123924
(18,57,36)
#0C2819
(12,40,25)
#06170E
(6,23,14)
#000000
(0,0,0)

Tints of #42C17C

#42C17C
(66,193,124)
#53C687
(83,198,135)
#64CB92
(100,203,146)
#75D09D
(117,208,157)
#86D5A8
(134,213,168)
#97DAB3
(151,218,179)
#A8DFBE
(168,223,190)
#B9E4C9
(185,228,201)
#CAE9D4
(202,233,212)
#DBEEDF
(219,238,223)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42C17C; }

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

This text font color is #42C17C.

Background Color

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

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

This div background color is #42C17C.

Border color

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

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

This div border color is #42C17C.

Opacity

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

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

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

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

This text has shadow with #42C17C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42C17C.

Preview

Color preview on black background

This text has color #42C17C on black background.


Color preview on white background

This text has color #42C17C on white background.


Black color preview on #42C17C background

This text has black color on #42C17C background.


White color preview on #42C17C background

This text has white color on #42C17C background.


Related colors

Complementary color

Complementary color for #hex is #BD3E83.


I love getcolorcode.com

Triadic colors

1 #7C42C1 and #C17C42 with #42C17C are triadic colors.

2 #7CC142 and #C1427C with #42C17C are triadic colors.