COLOR #42CE91

HEX: #42CE91 RGB: (66,206,145)

Color info

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

RGB color model

#42CE91 color RGB value is (66,206,145).

RGB: (66,206,145) (26%, 81%, 57%)

RGB channels and saturation

R 66 of 255 = 26%
G 206 of 255 = 81%
B 145 of 255 = 57%

66
206
145

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

Portions of RGB colors in percentages

R + G + B = 66 + 206 + 145 = 417 (100%)
R 66 of 417 ~ 15.83%
G 206 of 417 ~ 49.4%
B 145 of 417 ~ 34.77'%

%15.83
%49.4
%34.77

CMYK color model

#42CE91 color CMYK value is (68,0,30,19).

  • cyan value is 67.96%
  • magenta value is 0.00%
  • yellow value is 29.61%
  • key color value is 19.22%
CMYK: (68,0,30,19) C68M0Y30K19 (68%,0%,30%,19%) (0.68/0.00/0.30/0.19) 

CMYK percentages

%67.96
%0
%29.61
%19.22

Codes

Color #42CE91 in popluar color models

42 CE 91
RGB 66 206 145
HSL 154° 58.82% 53.33%
HSB/HSV 154° 67.96% 80.78%
CMYK 67.96% 0.00% 29.61%
19.22%

Color #42CE91 in popluar number systems.

HEX 42 CE 91
Decimal 66 206 145
Binary 1000010 11001110 10010001
Octal 102 316 221

Shades and tints

Shades of #42CE91

#42CE91
(66,206,145)
#3CBC84
(60,188,132)
#36AA77
(54,170,119)
#30986A
(48,152,106)
#2A865D
(42,134,93)
#247450
(36,116,80)
#1E6243
(30,98,67)
#185036
(24,80,54)
#123E29
(18,62,41)
#0C2C1C
(12,44,28)
#061A0F
(6,26,15)
#000000
(0,0,0)

Tints of #42CE91

#42CE91
(66,206,145)
#53D29B
(83,210,155)
#64D6A5
(100,214,165)
#75DAAF
(117,218,175)
#86DEB9
(134,222,185)
#97E2C3
(151,226,195)
#A8E6CD
(168,230,205)
#B9EAD7
(185,234,215)
#CAEEE1
(202,238,225)
#DBF2EB
(219,242,235)
#ECF6F5
(236,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42CE91 color. Also use rgb(66,206,145) instead hex code.

Text Font Color

.myTextColor { color: #42CE91; }

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

This text font color is #42CE91.

Background Color

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

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

This div background color is #42CE91.

Border color

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

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

This div border color is #42CE91.

Opacity

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

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

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

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

This text has shadow with #42CE91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42CE91.

Preview

Color preview on black background

This text has color #42CE91 on black background.


Color preview on white background

This text has color #42CE91 on white background.


Black color preview on #42CE91 background

This text has black color on #42CE91 background.


White color preview on #42CE91 background

This text has white color on #42CE91 background.


Related colors

Complementary color

Complementary color for #hex is #BD316E.


I love getcolorcode.com

Triadic colors

1 #9142CE and #CE9142 with #42CE91 are triadic colors.

2 #91CE42 and #CE4291 with #42CE91 are triadic colors.