COLOR #42C680

HEX: #42C680
RGB: (66,198,128)

Color info

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

RGB color model

#42C680 color RGB value is (66,198,128).

  • red value is 66;
  • green value is 198;
  • blue value is 128.
RGB:
(66,198,128)
(26%,78%,50%)

RGB channels and saturation

R 66 of 255 = 26%
G 198 of 255 = 78%
B 128 of 255 = 50%

66
198
128

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

Portions of RGB colors in percentages

R + G + B =
66 + 198 + 128 = 392 (100%)
R 66 of 392 ~ 16.84%
G 198 of 392 ~ 50.51%
B 128 of 392 ~ 32.65%

%16.84
%50.51
%32.65

CMYK color model

#42C680 color CMYK value is (67,0,35,22).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 35.35%
  • key color value is 22.35%
CMYK:
(67,0,35,22)
C67M0Y35K22 
(67%,0%,35%,22%)
(0.67/0.00/0.35/0.22)	

CMYK percentages

%66.67
%0
%35.35
%22.35

Codes

Color #42C680 in popluar color models

42C680
RGB66198128
HSL148°53.66%51.76%
HSB/HSV148°66.67%77.65%
CMYK66.67%0.00%35.35%
22.35%

Color #42C680 in popluar number systems.

HEX42C680
Decimal66198128
Binary10000101100011010000000
Octal102306200

Shades and tints

Shades of #42C680

#42C680
(66,198,128)
#3CB475
(60,180,117)
#36A26A
(54,162,106)
#30905F
(48,144,95)
#2A7E54
(42,126,84)
#246C49
(36,108,73)
#1E5A3E
(30,90,62)
#184833
(24,72,51)
#123628
(18,54,40)
#0C241D
(12,36,29)
#061212
(6,18,18)
#000000
(0,0,0)

Tints of #42C680

#42C680
(66,198,128)
#53CB8B
(83,203,139)
#64D096
(100,208,150)
#75D5A1
(117,213,161)
#86DAAC
(134,218,172)
#97DFB7
(151,223,183)
#A8E4C2
(168,228,194)
#B9E9CD
(185,233,205)
#CAEED8
(202,238,216)
#DBF3E3
(219,243,227)
#ECF8EE
(236,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42C680 color. Also use rgb(66,198,128) instead hex code.

Text Font Color

.myTextColor { color: #42C680; }

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

This text font color is #42C680.


Background Color

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

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

This div background color is #42C680.


Border color

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

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

This div border color is #42C680.


Opacity

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

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

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

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

This text has shadow with #42C680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42C680 on black background.


Color preview on white background

This text has color #42C680 on white background.



Black color preview on #42C680 background

This text has black color on #42C680 background.


White color preview on #42C680 background

This text has white color on #42C680 background.