COLOR #66DC9F

HEX: #66DC9F
RGB: (102,220,159)

Color info

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

RGB color model

#66DC9F color RGB value is (102,220,159).

  • red value is 102;
  • green value is 220;
  • blue value is 159.
RGB:
(102,220,159)
(40%,86%,62%)

RGB channels and saturation

R 102 of 255 = 40%
G 220 of 255 = 86%
B 159 of 255 = 62%

102
220
159

R + G + B ~ 63%. #66DC9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 220 + 159 = 481 (100%)
R 102 of 481 ~ 21.21%
G 220 of 481 ~ 45.74%
B 159 of 481 ~ 33.06%

%21.21
%45.74
%33.06

CMYK color model

#66DC9F color CMYK value is (54,0,28,14).

  • cyan value is 53.64%
  • magenta value is 0.00%
  • yellow value is 27.73%
  • key color value is 13.73%
CMYK:
(54,0,28,14)
C54M0Y28K14 
(54%,0%,28%,14%)
(0.54/0.00/0.28/0.14)	

CMYK percentages

%53.64
%0
%27.73
%13.73

Codes

Color #66DC9F in popluar color models

66DC9F
RGB102220159
HSL149°62.77%63.14%
HSB/HSV149°53.64%86.27%
CMYK53.64%0.00%27.73%
13.73%

Color #66DC9F in popluar number systems.

HEX66DC9F
Decimal102220159
Binary11001101101110010011111
Octal146334237

Shades and tints

Shades of #66DC9F

#66DC9F
(102,220,159)
#5DC891
(93,200,145)
#54B483
(84,180,131)
#4BA075
(75,160,117)
#428C67
(66,140,103)
#397859
(57,120,89)
#30644B
(48,100,75)
#27503D
(39,80,61)
#1E3C2F
(30,60,47)
#152821
(21,40,33)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #66DC9F

#66DC9F
(102,220,159)
#73DFA7
(115,223,167)
#80E2AF
(128,226,175)
#8DE5B7
(141,229,183)
#9AE8BF
(154,232,191)
#A7EBC7
(167,235,199)
#B4EECF
(180,238,207)
#C1F1D7
(193,241,215)
#CEF4DF
(206,244,223)
#DBF7E7
(219,247,231)
#E8FAEF
(232,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66DC9F color. Also use rgb(102,220,159) instead hex code.

Text Font Color

.myTextColor { color: #66DC9F; }

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

This text font color is #66DC9F.


Background Color

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

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

This div background color is #66DC9F.


Border color

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

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

This div border color is #66DC9F.


Opacity

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

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

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

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

This text has shadow with #66DC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66DC9F on black background.


Color preview on white background

This text has color #66DC9F on white background.



Black color preview on #66DC9F background

This text has black color on #66DC9F background.


White color preview on #66DC9F background

This text has white color on #66DC9F background.