COLOR #42B779

HEX: #42B779 RGB: (66,183,121)

Color info

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

RGB color model

#42B779 color RGB value is (66,183,121).

RGB: (66,183,121) (26%, 72%, 47%)

RGB channels and saturation

R 66 of 255 = 26%
G 183 of 255 = 72%
B 121 of 255 = 47%

66
183
121

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

Portions of RGB colors in percentages

R + G + B = 66 + 183 + 121 = 370 (100%)
R 66 of 370 ~ 17.84%
G 183 of 370 ~ 49.46%
B 121 of 370 ~ 32.7'%

%17.84
%49.46
%32.7

CMYK color model

#42B779 color CMYK value is (64,0,34,28).

  • cyan value is 63.93%
  • magenta value is 0.00%
  • yellow value is 33.88%
  • key color value is 28.24%

CMYK: (64,0,34,28)
C64M0Y34K28 (64%, 0%, 34%, 28%)
(0.64 / 0.00 / 0.34 / 0.28)

CMYK percentages

%63.93
%0
%33.88
%28.24

Codes

Color #42B779 in popluar color models

42 B7 79
RGB 66 183 121
HSL 148° 46.99% 48.82%
HSB/HSV 148° 63.93% 71.76%
CMYK 63.93% 0.00% 33.88%
28.24%

Color #42B779 in popluar number systems.

HEX 42 B7 79
Decimal 66 183 121
Binary 1000010 10110111 1111001
Octal 102 267 171

Shades and tints

Shades of #42B779

#42B779
(66,183,121)
#3CA76E
(60,167,110)
#369763
(54,151,99)
#308758
(48,135,88)
#2A774D
(42,119,77)
#246742
(36,103,66)
#1E5737
(30,87,55)
#18472C
(24,71,44)
#123721
(18,55,33)
#0C2716
(12,39,22)
#06170B
(6,23,11)
#000000
(0,0,0)

Tints of #42B779

#42B779
(66,183,121)
#53BD85
(83,189,133)
#64C391
(100,195,145)
#75C99D
(117,201,157)
#86CFA9
(134,207,169)
#97D5B5
(151,213,181)
#A8DBC1
(168,219,193)
#B9E1CD
(185,225,205)
#CAE7D9
(202,231,217)
#DBEDE5
(219,237,229)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42B779 color. Also use rgb(66,183,121) instead hex code.

Text Font Color

.myTextColor { color: #42B779; }

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

This text font color is #42B779.

Background Color

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

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

This div background color is #42B779.

Border color

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

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

This div border color is #42B779.

Opacity

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

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

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

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

This text has shadow with #42B779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42B779.

Preview

Color preview on black background

This text has color #42B779 on black background.


Color preview on white background

This text has color #42B779 on white background.


Black color preview on #42B779 background

This text has black color on #42B779 background.


White color preview on #42B779 background

This text has white color on #42B779 background.


Related colors

Complementary color

Complementary color for #hex is #BD4886.


I love getcolorcode.com

Triadic colors

1 #7942B7 and #B77942 with #42B779 are triadic colors.

2 #79B742 and #B74279 with #42B779 are triadic colors.