COLOR #66E17F

HEX: #66E17F RGB: (102,225,127)

Color info

#66E17F contains mainly green color. Web safe color of #66E17F is #66CC66 (or #6C6).

RGB color model

#66E17F color RGB value is (102,225,127).

RGB: (102,225,127) (40%, 88%, 50%)

RGB channels and saturation

R 102 of 255 = 40%
G 225 of 255 = 88%
B 127 of 255 = 50%

102
225
127

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

Portions of RGB colors in percentages

R + G + B = 102 + 225 + 127 = 454 (100%)
R 102 of 454 ~ 22.47%
G 225 of 454 ~ 49.56%
B 127 of 454 ~ 27.97'%

%22.47
%49.56
%27.97

CMYK color model

#66E17F color CMYK value is (55,0,44,12).

  • cyan value is 54.67%
  • magenta value is 0.00%
  • yellow value is 43.56%
  • key color value is 11.76%

CMYK: (55,0,44,12)
C55M0Y44K12 (55%, 0%, 44%, 12%)
(0.55 / 0.00 / 0.44 / 0.12)

CMYK percentages

%54.67
%0
%43.56
%11.76

Codes

Color #66E17F in popluar color models

66 E1 7F
RGB 102 225 127
HSL 132° 67.21% 64.12%
HSB/HSV 132° 54.67% 88.24%
CMYK 54.67% 0.00% 43.56%
11.76%

Color #66E17F in popluar number systems.

HEX 66 E1 7F
Decimal 102 225 127
Binary 1100110 11100001 1111111
Octal 146 341 177

Shades and tints

Shades of #66E17F

#66E17F
(102,225,127)
#5DCD74
(93,205,116)
#54B969
(84,185,105)
#4BA55E
(75,165,94)
#429153
(66,145,83)
#397D48
(57,125,72)
#30693D
(48,105,61)
#275532
(39,85,50)
#1E4127
(30,65,39)
#152D1C
(21,45,28)
#0C1911
(12,25,17)
#000000
(0,0,0)

Tints of #66E17F

#66E17F
(102,225,127)
#73E38A
(115,227,138)
#80E595
(128,229,149)
#8DE7A0
(141,231,160)
#9AE9AB
(154,233,171)
#A7EBB6
(167,235,182)
#B4EDC1
(180,237,193)
#C1EFCC
(193,239,204)
#CEF1D7
(206,241,215)
#DBF3E2
(219,243,226)
#E8F5ED
(232,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66E17F color. Also use rgb(102,225,127) instead hex code.

Text Font Color

.myTextColor { color: #66E17F; }

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

This text font color is #66E17F.

Background Color

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

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

This div background color is #66E17F.

Border color

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

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

This div border color is #66E17F.

Opacity

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

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

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

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

This text has shadow with #66E17F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66E17F.

Preview

Color preview on black background

This text has color #66E17F on black background.


Color preview on white background

This text has color #66E17F on white background.


Black color preview on #66E17F background

This text has black color on #66E17F background.


White color preview on #66E17F background

This text has white color on #66E17F background.


Related colors

Complementary color

Complementary color for #66E17F is #991E80.


I love getcolorcode.com

Triadic colors

1 #7F66E1 and #E17F66 with #66E17F are triadic colors.

2 #7FE166 and #E1667F with #66E17F are triadic colors.