COLOR #42CA84

HEX: #42CA84 RGB: (66,202,132)

Color info

#42CA84 contains mainly green color. Web safe color of #42CA84 is #33CC99 (or #3C9).

RGB color model

#42CA84 color RGB value is (66,202,132).

RGB: (66,202,132) (26%, 79%, 52%)

RGB channels and saturation

R 66 of 255 = 26%
G 202 of 255 = 79%
B 132 of 255 = 52%

66
202
132

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

Portions of RGB colors in percentages

R + G + B = 66 + 202 + 132 = 400 (100%)
R 66 of 400 ~ 16.5%
G 202 of 400 ~ 50.5%
B 132 of 400 ~ 33'%

%16.5
%50.5
%33

CMYK color model

#42CA84 color CMYK value is (67,0,35,21).

  • cyan value is 67.33%
  • magenta value is 0.00%
  • yellow value is 34.65%
  • key color value is 20.78%

CMYK: (67,0,35,21)
C67M0Y35K21 (67%, 0%, 35%, 21%)
(0.67 / 0.00 / 0.35 / 0.21)

CMYK percentages

%67.33
%0
%34.65
%20.78

Codes

Color #42CA84 in popluar color models

42 CA 84
RGB 66 202 132
HSL 149° 56.20% 52.55%
HSB/HSV 149° 67.33% 79.22%
CMYK 67.33% 0.00% 34.65%
20.78%

Color #42CA84 in popluar number systems.

HEX 42 CA 84
Decimal 66 202 132
Binary 1000010 11001010 10000100
Octal 102 312 204

Shades and tints

Shades of #42CA84

#42CA84
(66,202,132)
#3CB878
(60,184,120)
#36A66C
(54,166,108)
#309460
(48,148,96)
#2A8254
(42,130,84)
#247048
(36,112,72)
#1E5E3C
(30,94,60)
#184C30
(24,76,48)
#123A24
(18,58,36)
#0C2818
(12,40,24)
#06160C
(6,22,12)
#000000
(0,0,0)

Tints of #42CA84

#42CA84
(66,202,132)
#53CE8F
(83,206,143)
#64D29A
(100,210,154)
#75D6A5
(117,214,165)
#86DAB0
(134,218,176)
#97DEBB
(151,222,187)
#A8E2C6
(168,226,198)
#B9E6D1
(185,230,209)
#CAEADC
(202,234,220)
#DBEEE7
(219,238,231)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42CA84 color. Also use rgb(66,202,132) instead hex code.

Text Font Color

.myTextColor { color: #42CA84; }

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

This text font color is #42CA84.

Background Color

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

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

This div background color is #42CA84.

Border color

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

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

This div border color is #42CA84.

Opacity

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

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

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

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

This text has shadow with #42CA84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42CA84.

Preview

Color preview on black background

This text has color #42CA84 on black background.


Color preview on white background

This text has color #42CA84 on white background.


Black color preview on #42CA84 background

This text has black color on #42CA84 background.


White color preview on #42CA84 background

This text has white color on #42CA84 background.


Related colors

Complementary color

Complementary color for #hex is #BD357B.


I love getcolorcode.com

Triadic colors

1 #8442CA and #CA8442 with #42CA84 are triadic colors.

2 #84CA42 and #CA4284 with #42CA84 are triadic colors.