COLOR #66ED7E

HEX: #66ED7E RGB: (102,237,126)

Color info

#66ED7E contains mainly green color. Web safe color of #66ED7E is #66FF66 (or #6F6).

RGB color model

#66ED7E color RGB value is (102,237,126).

RGB: (102,237,126) (40%, 93%, 49%)

RGB channels and saturation

R 102 of 255 = 40%
G 237 of 255 = 93%
B 126 of 255 = 49%

102
237
126

R + G + B ~ 61%. #66ED7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 102 + 237 + 126 = 465 (100%)
R 102 of 465 ~ 21.94%
G 237 of 465 ~ 50.97%
B 126 of 465 ~ 27.1'%

%21.94
%50.97
%27.1

CMYK color model

#66ED7E color CMYK value is (57,0,47,7).

  • cyan value is 56.96%
  • magenta value is 0.00%
  • yellow value is 46.84%
  • key color value is 7.06%

CMYK: (57,0,47,7)
C57M0Y47K7 (57%, 0%, 47%, 7%)
(0.57 / 0.00 / 0.47 / 0.07)

CMYK percentages

%56.96
%0
%46.84
%7.06

Codes

Color #66ED7E in popluar color models

66 ED 7E
RGB 102 237 126
HSL 131° 78.95% 66.47%
HSB/HSV 131° 56.96% 92.94%
CMYK 56.96% 0.00% 46.84%
7.06%

Color #66ED7E in popluar number systems.

HEX 66 ED 7E
Decimal 102 237 126
Binary 1100110 11101101 1111110
Octal 146 355 176

Shades and tints

Shades of #66ED7E

#66ED7E
(102,237,126)
#5DD873
(93,216,115)
#54C368
(84,195,104)
#4BAE5D
(75,174,93)
#429952
(66,153,82)
#398447
(57,132,71)
#306F3C
(48,111,60)
#275A31
(39,90,49)
#1E4526
(30,69,38)
#15301B
(21,48,27)
#0C1B10
(12,27,16)
#000000
(0,0,0)

Tints of #66ED7E

#66ED7E
(102,237,126)
#73EE89
(115,238,137)
#80EF94
(128,239,148)
#8DF09F
(141,240,159)
#9AF1AA
(154,241,170)
#A7F2B5
(167,242,181)
#B4F3C0
(180,243,192)
#C1F4CB
(193,244,203)
#CEF5D6
(206,245,214)
#DBF6E1
(219,246,225)
#E8F7EC
(232,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66ED7E color. Also use rgb(102,237,126) instead hex code.

Text Font Color

.myTextColor { color: #66ED7E; }

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

This text font color is #66ED7E.

Background Color

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

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

This div background color is #66ED7E.

Border color

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

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

This div border color is #66ED7E.

Opacity

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

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

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

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

This text has shadow with #66ED7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66ED7E.

Preview

Color preview on black background

This text has color #66ED7E on black background.


Color preview on white background

This text has color #66ED7E on white background.


Black color preview on #66ED7E background

This text has black color on #66ED7E background.


White color preview on #66ED7E background

This text has white color on #66ED7E background.


Related colors

Complementary color

Complementary color for #hex is #991281.


I love getcolorcode.com

Triadic colors

1 #7E66ED and #ED7E66 with #66ED7E are triadic colors.

2 #7EED66 and #ED667E with #66ED7E are triadic colors.