COLOR #42D699

HEX: #42D699 RGB: (66,214,153)

Color info

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

RGB color model

#42D699 color RGB value is (66,214,153).

RGB: (66,214,153) (26%, 84%, 60%)

RGB channels and saturation

R 66 of 255 = 26%
G 214 of 255 = 84%
B 153 of 255 = 60%

66
214
153

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

Portions of RGB colors in percentages

R + G + B = 66 + 214 + 153 = 433 (100%)
R 66 of 433 ~ 15.24%
G 214 of 433 ~ 49.42%
B 153 of 433 ~ 35.33'%

%15.24
%49.42
%35.33

CMYK color model

#42D699 color CMYK value is (69,0,29,16).

  • cyan value is 69.16%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 16.08%
CMYK: (69,0,29,16) C69M0Y29K16 (69%,0%,29%,16%) (0.69/0.00/0.29/0.16) 

CMYK percentages

%69.16
%0
%28.5
%16.08

Codes

Color #42D699 in popluar color models

42 D6 99
RGB 66 214 153
HSL 155° 64.35% 54.90%
HSB/HSV 155° 69.16% 83.92%
CMYK 69.16% 0.00% 28.50%
16.08%

Color #42D699 in popluar number systems.

HEX 42 D6 99
Decimal 66 214 153
Binary 1000010 11010110 10011001
Octal 102 326 231

Shades and tints

Shades of #42D699

#42D699
(66,214,153)
#3CC38C
(60,195,140)
#36B07F
(54,176,127)
#309D72
(48,157,114)
#2A8A65
(42,138,101)
#247758
(36,119,88)
#1E644B
(30,100,75)
#18513E
(24,81,62)
#123E31
(18,62,49)
#0C2B24
(12,43,36)
#061817
(6,24,23)
#000000
(0,0,0)

Tints of #42D699

#42D699
(66,214,153)
#53D9A2
(83,217,162)
#64DCAB
(100,220,171)
#75DFB4
(117,223,180)
#86E2BD
(134,226,189)
#97E5C6
(151,229,198)
#A8E8CF
(168,232,207)
#B9EBD8
(185,235,216)
#CAEEE1
(202,238,225)
#DBF1EA
(219,241,234)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42D699; }

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

This text font color is #42D699.

Background Color

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

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

This div background color is #42D699.

Border color

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

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

This div border color is #42D699.

Opacity

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

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

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

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

This text has shadow with #42D699 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42D699.

Preview

Color preview on black background

This text has color #42D699 on black background.


Color preview on white background

This text has color #42D699 on white background.


Black color preview on #42D699 background

This text has black color on #42D699 background.


White color preview on #42D699 background

This text has white color on #42D699 background.


Related colors

Complementary color

Complementary color for #hex is #BD2966.


I love getcolorcode.com

Triadic colors

1 #9942D6 and #D69942 with #42D699 are triadic colors.

2 #99D642 and #D64299 with #42D699 are triadic colors.