COLOR #42AF6B

HEX: #42AF6B RGB: (66,175,107)

Color info

#42AF6B contains mainly green color. Web safe color of #42AF6B is #339966 (or #396).

RGB color model

#42AF6B color RGB value is (66,175,107).

RGB: (66,175,107) (26%, 69%, 42%)

RGB channels and saturation

R 66 of 255 = 26%
G 175 of 255 = 69%
B 107 of 255 = 42%

66
175
107

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

Portions of RGB colors in percentages

R + G + B = 66 + 175 + 107 = 348 (100%)
R 66 of 348 ~ 18.97%
G 175 of 348 ~ 50.29%
B 107 of 348 ~ 30.75'%

%18.97
%50.29
%30.75

CMYK color model

#42AF6B color CMYK value is (62,0,39,31).

  • cyan value is 62.29%
  • magenta value is 0.00%
  • yellow value is 38.86%
  • key color value is 31.37%

CMYK: (62,0,39,31)
C62M0Y39K31 (62%, 0%, 39%, 31%)
(0.62 / 0.00 / 0.39 / 0.31)

CMYK percentages

%62.29
%0
%38.86
%31.37

Codes

Color #42AF6B in popluar color models

42 AF 6B
RGB 66 175 107
HSL 143° 45.23% 47.25%
HSB/HSV 143° 62.29% 68.63%
CMYK 62.29% 0.00% 38.86%
31.37%

Color #42AF6B in popluar number systems.

HEX 42 AF 6B
Decimal 66 175 107
Binary 1000010 10101111 1101011
Octal 102 257 153

Shades and tints

Shades of #42AF6B

#42AF6B
(66,175,107)
#3CA062
(60,160,98)
#369159
(54,145,89)
#308250
(48,130,80)
#2A7347
(42,115,71)
#24643E
(36,100,62)
#1E5535
(30,85,53)
#18462C
(24,70,44)
#123723
(18,55,35)
#0C281A
(12,40,26)
#061911
(6,25,17)
#000000
(0,0,0)

Tints of #42AF6B

#42AF6B
(66,175,107)
#53B678
(83,182,120)
#64BD85
(100,189,133)
#75C492
(117,196,146)
#86CB9F
(134,203,159)
#97D2AC
(151,210,172)
#A8D9B9
(168,217,185)
#B9E0C6
(185,224,198)
#CAE7D3
(202,231,211)
#DBEEE0
(219,238,224)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42AF6B color. Also use rgb(66,175,107) instead hex code.

Text Font Color

.myTextColor { color: #42AF6B; }

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

This text font color is #42AF6B.

Background Color

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

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

This div background color is #42AF6B.

Border color

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

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

This div border color is #42AF6B.

Opacity

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

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

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

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

This text has shadow with #42AF6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42AF6B.

Preview

Color preview on black background

This text has color #42AF6B on black background.


Color preview on white background

This text has color #42AF6B on white background.


Black color preview on #42AF6B background

This text has black color on #42AF6B background.


White color preview on #42AF6B background

This text has white color on #42AF6B background.


Related colors

Complementary color

Complementary color for #42AF6B is #BD5094.


I love getcolorcode.com

Triadic colors

1 #6B42AF and #AF6B42 with #42AF6B are triadic colors.

2 #6BAF42 and #AF426B with #42AF6B are triadic colors.