COLOR #66D18C

HEX: #66D18C
RGB: (102,209,140)

Color info

#66D18C contains mainly green color. Web safe color of #66D18C is #66CC99 (or #6C9).

RGB color model

#66D18C color RGB value is (102,209,140).

  • red value is 102;
  • green value is 209;
  • blue value is 140.
RGB:
(102,209,140)
(40%,82%,55%)

RGB channels and saturation

R 102 of 255 = 40%
G 209 of 255 = 82%
B 140 of 255 = 55%

102
209
140

R + G + B ~ 59%. #66D18C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 209 + 140 = 451 (100%)
R 102 of 451 ~ 22.62%
G 209 of 451 ~ 46.34%
B 140 of 451 ~ 31.04%

%22.62
%46.34
%31.04

CMYK color model

#66D18C color CMYK value is (51,0,33,18).

  • cyan value is 51.20%
  • magenta value is 0.00%
  • yellow value is 33.01%
  • key color value is 18.04%
CMYK:
(51,0,33,18)
C51M0Y33K18 
(51%,0%,33%,18%)
(0.51/0.00/0.33/0.18)	

CMYK percentages

%51.2
%0
%33.01
%18.04

Codes

Color #66D18C in popluar color models

66D18C
RGB102209140
HSL141°53.77%60.98%
HSB/HSV141°51.20%81.96%
CMYK51.20%0.00%33.01%
18.04%

Color #66D18C in popluar number systems.

HEX66D18C
Decimal102209140
Binary11001101101000110001100
Octal146321214

Shades and tints

Shades of #66D18C

#66D18C
(102,209,140)
#5DBE80
(93,190,128)
#54AB74
(84,171,116)
#4B9868
(75,152,104)
#42855C
(66,133,92)
#397250
(57,114,80)
#305F44
(48,95,68)
#274C38
(39,76,56)
#1E392C
(30,57,44)
#152620
(21,38,32)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #66D18C

#66D18C
(102,209,140)
#73D596
(115,213,150)
#80D9A0
(128,217,160)
#8DDDAA
(141,221,170)
#9AE1B4
(154,225,180)
#A7E5BE
(167,229,190)
#B4E9C8
(180,233,200)
#C1EDD2
(193,237,210)
#CEF1DC
(206,241,220)
#DBF5E6
(219,245,230)
#E8F9F0
(232,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66D18C color. Also use rgb(102,209,140) instead hex code.

Text Font Color

.myTextColor { color: #66D18C; }

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

This text font color is #66D18C.


Background Color

.myBgColor { background-color: #66D18C; }

<div style="background-color:#66D18C">Inner text</div>

This div background color is #66D18C.


Border color

.myBorderColor { border: 1px solid #66D18C; }

<div style="border:3px solid #66D18C">Div</div>

This div border color is #66D18C.


Opacity

.myOpacity80 { color: #66D18C; opacity: 0.8; }

<p style="color:#66D18C;opacity:0.8;">80%</p>

Text with #66D18C 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 #66D18C;}

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

This text has shadow with #66D18C color.

.textShadow {text-shadow: 3px 3px 1px #66D18C, 3px 3px 1px red;}

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

This text has shadow with #66D18C primary color and red secondary color.


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

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

This text has shadow with #66D18C and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #66D18C;
-webkit-box-shadow: 1px 1px 3px 2px #66D18C;
box-shadow:1px 1px 3px 2px #66D18C;">
Div content here</div>
This div box has shadow with color #66D18C.

Preview

Color preview on black background

This text has color #66D18C on black background.


Color preview on white background

This text has color #66D18C on white background.



Black color preview on #66D18C background

This text has black color on #66D18C background.


White color preview on #66D18C background

This text has white color on #66D18C background.