COLOR #66D789

HEX: #66D789
RGB: (102,215,137)

Color info

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

RGB color model

#66D789 color RGB value is (102,215,137).

  • red value is 102;
  • green value is 215;
  • blue value is 137.
RGB:
(102,215,137)
(40%,84%,54%)

RGB channels and saturation

R 102 of 255 = 40%
G 215 of 255 = 84%
B 137 of 255 = 54%

102
215
137

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

Portions of RGB colors in percentages

R + G + B =
102 + 215 + 137 = 454 (100%)
R 102 of 454 ~ 22.47%
G 215 of 454 ~ 47.36%
B 137 of 454 ~ 30.18%

%22.47
%47.36
%30.18

CMYK color model

#66D789 color CMYK value is (53,0,36,16).

  • cyan value is 52.56%
  • magenta value is 0.00%
  • yellow value is 36.28%
  • key color value is 15.69%
CMYK:
(53,0,36,16)
C53M0Y36K16 
(53%,0%,36%,16%)
(0.53/0.00/0.36/0.16)	

CMYK percentages

%52.56
%0
%36.28
%15.69

Codes

Color #66D789 in popluar color models

66D789
RGB102215137
HSL139°58.55%62.16%
HSB/HSV139°52.56%84.31%
CMYK52.56%0.00%36.28%
15.69%

Color #66D789 in popluar number systems.

HEX66D789
Decimal102215137
Binary11001101101011110001001
Octal146327211

Shades and tints

Shades of #66D789

#66D789
(102,215,137)
#5DC47D
(93,196,125)
#54B171
(84,177,113)
#4B9E65
(75,158,101)
#428B59
(66,139,89)
#39784D
(57,120,77)
#306541
(48,101,65)
#275235
(39,82,53)
#1E3F29
(30,63,41)
#152C1D
(21,44,29)
#0C1911
(12,25,17)
#000000
(0,0,0)

Tints of #66D789

#66D789
(102,215,137)
#73DA93
(115,218,147)
#80DD9D
(128,221,157)
#8DE0A7
(141,224,167)
#9AE3B1
(154,227,177)
#A7E6BB
(167,230,187)
#B4E9C5
(180,233,197)
#C1ECCF
(193,236,207)
#CEEFD9
(206,239,217)
#DBF2E3
(219,242,227)
#E8F5ED
(232,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66D789 color. Also use rgb(102,215,137) instead hex code.

Text Font Color

.myTextColor { color: #66D789; }

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

This text font color is #66D789.


Background Color

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

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

This div background color is #66D789.


Border color

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

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

This div border color is #66D789.


Opacity

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

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

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

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

This text has shadow with #66D789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66D789 on black background.


Color preview on white background

This text has color #66D789 on white background.



Black color preview on #66D789 background

This text has black color on #66D789 background.


White color preview on #66D789 background

This text has white color on #66D789 background.