COLOR #42B67F

HEX: #42B67F RGB: (66,182,127)

Color info

#42B67F contains mainly green and blue colors. Web safe color of #42B67F is #33CC66 (or #3C6).

RGB color model

#42B67F color RGB value is (66,182,127).

RGB: (66,182,127) (26%, 71%, 50%)

RGB channels and saturation

R 66 of 255 = 26%
G 182 of 255 = 71%
B 127 of 255 = 50%

66
182
127

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

Portions of RGB colors in percentages

R + G + B = 66 + 182 + 127 = 375 (100%)
R 66 of 375 ~ 17.6%
G 182 of 375 ~ 48.53%
B 127 of 375 ~ 33.87'%

%17.6
%48.53
%33.87

CMYK color model

#42B67F color CMYK value is (64,0,30,29).

  • cyan value is 63.74%
  • magenta value is 0.00%
  • yellow value is 30.22%
  • key color value is 28.63%

CMYK: (64,0,30,29)
C64M0Y30K29 (64%, 0%, 30%, 29%)
(0.64 / 0.00 / 0.30 / 0.29)

CMYK percentages

%63.74
%0
%30.22
%28.63

Codes

Color #42B67F in popluar color models

42 B6 7F
RGB 66 182 127
HSL 152° 46.77% 48.63%
HSB/HSV 152° 63.74% 71.37%
CMYK 63.74% 0.00% 30.22%
28.63%

Color #42B67F in popluar number systems.

HEX 42 B6 7F
Decimal 66 182 127
Binary 1000010 10110110 1111111
Octal 102 266 177

Shades and tints

Shades of #42B67F

#42B67F
(66,182,127)
#3CA674
(60,166,116)
#369669
(54,150,105)
#30865E
(48,134,94)
#2A7653
(42,118,83)
#246648
(36,102,72)
#1E563D
(30,86,61)
#184632
(24,70,50)
#123627
(18,54,39)
#0C261C
(12,38,28)
#061611
(6,22,17)
#000000
(0,0,0)

Tints of #42B67F

#42B67F
(66,182,127)
#53BC8A
(83,188,138)
#64C295
(100,194,149)
#75C8A0
(117,200,160)
#86CEAB
(134,206,171)
#97D4B6
(151,212,182)
#A8DAC1
(168,218,193)
#B9E0CC
(185,224,204)
#CAE6D7
(202,230,215)
#DBECE2
(219,236,226)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42B67F color. Also use rgb(66,182,127) instead hex code.

Text Font Color

.myTextColor { color: #42B67F; }

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

This text font color is #42B67F.

Background Color

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

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

This div background color is #42B67F.

Border color

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

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

This div border color is #42B67F.

Opacity

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

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

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

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

This text has shadow with #42B67F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42B67F.

Preview

Color preview on black background

This text has color #42B67F on black background.


Color preview on white background

This text has color #42B67F on white background.


Black color preview on #42B67F background

This text has black color on #42B67F background.


White color preview on #42B67F background

This text has white color on #42B67F background.


Related colors

Complementary color

Complementary color for #hex is #BD4980.


I love getcolorcode.com

Triadic colors

1 #7F42B6 and #B67F42 with #42B67F are triadic colors.

2 #7FB642 and #B6427F with #42B67F are triadic colors.