COLOR #42C399

HEX: #42C399 RGB: (66,195,153)

Color info

#42C399 contains mainly green and blue colors. Web safe color of #42C399 is #33CC99 (or #3C9).

RGB color model

#42C399 color RGB value is (66,195,153).

RGB: (66,195,153) (26%, 76%, 60%)

RGB channels and saturation

R 66 of 255 = 26%
G 195 of 255 = 76%
B 153 of 255 = 60%

66
195
153

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

Portions of RGB colors in percentages

R + G + B = 66 + 195 + 153 = 414 (100%)
R 66 of 414 ~ 15.94%
G 195 of 414 ~ 47.1%
B 153 of 414 ~ 36.96'%

%15.94
%47.1
%36.96

CMYK color model

#42C399 color CMYK value is (66,0,22,24).

  • cyan value is 66.15%
  • magenta value is 0.00%
  • yellow value is 21.54%
  • key color value is 23.53%

CMYK: (66,0,22,24)
C66M0Y22K24 (66%, 0%, 22%, 24%)
(0.66 / 0.00 / 0.22 / 0.24)

CMYK percentages

%66.15
%0
%21.54
%23.53

Codes

Color #42C399 in popluar color models

42 C3 99
RGB 66 195 153
HSL 160° 51.81% 51.18%
HSB/HSV 160° 66.15% 76.47%
CMYK 66.15% 0.00% 21.54%
23.53%

Color #42C399 in popluar number systems.

HEX 42 C3 99
Decimal 66 195 153
Binary 1000010 11000011 10011001
Octal 102 303 231

Shades and tints

Shades of #42C399

#42C399
(66,195,153)
#3CB28C
(60,178,140)
#36A17F
(54,161,127)
#309072
(48,144,114)
#2A7F65
(42,127,101)
#246E58
(36,110,88)
#1E5D4B
(30,93,75)
#184C3E
(24,76,62)
#123B31
(18,59,49)
#0C2A24
(12,42,36)
#061917
(6,25,23)
#000000
(0,0,0)

Tints of #42C399

#42C399
(66,195,153)
#53C8A2
(83,200,162)
#64CDAB
(100,205,171)
#75D2B4
(117,210,180)
#86D7BD
(134,215,189)
#97DCC6
(151,220,198)
#A8E1CF
(168,225,207)
#B9E6D8
(185,230,216)
#CAEBE1
(202,235,225)
#DBF0EA
(219,240,234)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42C399 color. Also use rgb(66,195,153) instead hex code.

Text Font Color

.myTextColor { color: #42C399; }

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

This text font color is #42C399.

Background Color

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

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

This div background color is #42C399.

Border color

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

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

This div border color is #42C399.

Opacity

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

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

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

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

This text has shadow with #42C399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42C399.

Preview

Color preview on black background

This text has color #42C399 on black background.


Color preview on white background

This text has color #42C399 on white background.


Black color preview on #42C399 background

This text has black color on #42C399 background.


White color preview on #42C399 background

This text has white color on #42C399 background.


Related colors

Complementary color

Complementary color for #hex is #BD3C66.


I love getcolorcode.com

Triadic colors

1 #9942C3 and #C39942 with #42C399 are triadic colors.

2 #99C342 and #C34299 with #42C399 are triadic colors.