COLOR #66D187

HEX: #66D187 RGB: (102,209,135)

Color info

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

RGB color model

#66D187 color RGB value is (102,209,135).

RGB: (102,209,135) (40%, 82%, 53%)

RGB channels and saturation

R 102 of 255 = 40%
G 209 of 255 = 82%
B 135 of 255 = 53%

102
209
135

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

Portions of RGB colors in percentages

R + G + B = 102 + 209 + 135 = 446 (100%)
R 102 of 446 ~ 22.87%
G 209 of 446 ~ 46.86%
B 135 of 446 ~ 30.27'%

%22.87
%46.86
%30.27

CMYK color model

#66D187 color CMYK value is (51,0,35,18).

  • cyan value is 51.20%
  • magenta value is 0.00%
  • yellow value is 35.41%
  • key color value is 18.04%

CMYK: (51,0,35,18)
C51M0Y35K18 (51%, 0%, 35%, 18%)
(0.51 / 0.00 / 0.35 / 0.18)

CMYK percentages

%51.2
%0
%35.41
%18.04

Codes

Color #66D187 in popluar color models

66 D1 87
RGB 102 209 135
HSL 139° 53.77% 60.98%
HSB/HSV 139° 51.20% 81.96%
CMYK 51.20% 0.00% 35.41%
18.04%

Color #66D187 in popluar number systems.

HEX 66 D1 87
Decimal 102 209 135
Binary 1100110 11010001 10000111
Octal 146 321 207

Shades and tints

Shades of #66D187

#66D187
(102,209,135)
#5DBE7B
(93,190,123)
#54AB6F
(84,171,111)
#4B9863
(75,152,99)
#428557
(66,133,87)
#39724B
(57,114,75)
#305F3F
(48,95,63)
#274C33
(39,76,51)
#1E3927
(30,57,39)
#15261B
(21,38,27)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #66D187

#66D187
(102,209,135)
#73D591
(115,213,145)
#80D99B
(128,217,155)
#8DDDA5
(141,221,165)
#9AE1AF
(154,225,175)
#A7E5B9
(167,229,185)
#B4E9C3
(180,233,195)
#C1EDCD
(193,237,205)
#CEF1D7
(206,241,215)
#DBF5E1
(219,245,225)
#E8F9EB
(232,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66D187; }

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

This text font color is #66D187.

Background Color

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

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

This div background color is #66D187.

Border color

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

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

This div border color is #66D187.

Opacity

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

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

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

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

This text has shadow with #66D187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66D187.

Preview

Color preview on black background

This text has color #66D187 on black background.


Color preview on white background

This text has color #66D187 on white background.


Black color preview on #66D187 background

This text has black color on #66D187 background.


White color preview on #66D187 background

This text has white color on #66D187 background.


Related colors

Complementary color

Complementary color for #hex is #992E78.


I love getcolorcode.com

Triadic colors

1 #8766D1 and #D18766 with #66D187 are triadic colors.

2 #87D166 and #D16687 with #66D187 are triadic colors.