COLOR #42A865

HEX: #42A865 RGB: (66,168,101)

Color info

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

RGB color model

#42A865 color RGB value is (66,168,101).

RGB: (66,168,101) (26%, 66%, 40%)

RGB channels and saturation

R 66 of 255 = 26%
G 168 of 255 = 66%
B 101 of 255 = 40%

66
168
101

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

Portions of RGB colors in percentages

R + G + B = 66 + 168 + 101 = 335 (100%)
R 66 of 335 ~ 19.7%
G 168 of 335 ~ 50.15%
B 101 of 335 ~ 30.15'%

%19.7
%50.15
%30.15

CMYK color model

#42A865 color CMYK value is (61,0,40,34).

  • cyan value is 60.71%
  • magenta value is 0.00%
  • yellow value is 39.88%
  • key color value is 34.12%

CMYK: (61,0,40,34)
C61M0Y40K34 (61%, 0%, 40%, 34%)
(0.61 / 0.00 / 0.40 / 0.34)

CMYK percentages

%60.71
%0
%39.88
%34.12

Codes

Color #42A865 in popluar color models

42 A8 65
RGB 66 168 101
HSL 141° 43.59% 45.88%
HSB/HSV 141° 60.71% 65.88%
CMYK 60.71% 0.00% 39.88%
34.12%

Color #42A865 in popluar number systems.

HEX 42 A8 65
Decimal 66 168 101
Binary 1000010 10101000 1100101
Octal 102 250 145

Shades and tints

Shades of #42A865

#42A865
(66,168,101)
#3C995C
(60,153,92)
#368A53
(54,138,83)
#307B4A
(48,123,74)
#2A6C41
(42,108,65)
#245D38
(36,93,56)
#1E4E2F
(30,78,47)
#183F26
(24,63,38)
#12301D
(18,48,29)
#0C2114
(12,33,20)
#06120B
(6,18,11)
#000000
(0,0,0)

Tints of #42A865

#42A865
(66,168,101)
#53AF73
(83,175,115)
#64B681
(100,182,129)
#75BD8F
(117,189,143)
#86C49D
(134,196,157)
#97CBAB
(151,203,171)
#A8D2B9
(168,210,185)
#B9D9C7
(185,217,199)
#CAE0D5
(202,224,213)
#DBE7E3
(219,231,227)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42A865 color. Also use rgb(66,168,101) instead hex code.

Text Font Color

.myTextColor { color: #42A865; }

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

This text font color is #42A865.

Background Color

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

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

This div background color is #42A865.

Border color

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

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

This div border color is #42A865.

Opacity

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

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

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

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

This text has shadow with #42A865 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42A865.

Preview

Color preview on black background

This text has color #42A865 on black background.


Color preview on white background

This text has color #42A865 on white background.


Black color preview on #42A865 background

This text has black color on #42A865 background.


White color preview on #42A865 background

This text has white color on #42A865 background.


Related colors

Complementary color

Complementary color for #hex is #BD579A.


I love getcolorcode.com

Triadic colors

1 #6542A8 and #A86542 with #42A865 are triadic colors.

2 #65A842 and #A84265 with #42A865 are triadic colors.