COLOR #66BF6E

HEX: #66BF6E RGB: (102,191,110)

Color info

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

RGB color model

#66BF6E color RGB value is (102,191,110).

RGB: (102,191,110) (40%, 75%, 43%)

RGB channels and saturation

R 102 of 255 = 40%
G 191 of 255 = 75%
B 110 of 255 = 43%

102
191
110

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

Portions of RGB colors in percentages

R + G + B = 102 + 191 + 110 = 403 (100%)
R 102 of 403 ~ 25.31%
G 191 of 403 ~ 47.39%
B 110 of 403 ~ 27.3'%

%25.31
%47.39
%27.3

CMYK color model

#66BF6E color CMYK value is (47,0,42,25).

  • cyan value is 46.60%
  • magenta value is 0.00%
  • yellow value is 42.41%
  • key color value is 25.10%

CMYK: (47,0,42,25)
C47M0Y42K25 (47%, 0%, 42%, 25%)
(0.47 / 0.00 / 0.42 / 0.25)

CMYK percentages

%46.6
%0
%42.41
%25.1

Codes

Color #66BF6E in popluar color models

66 BF 6E
RGB 102 191 110
HSL 125° 41.01% 57.45%
HSB/HSV 125° 46.60% 74.90%
CMYK 46.60% 0.00% 42.41%
25.10%

Color #66BF6E in popluar number systems.

HEX 66 BF 6E
Decimal 102 191 110
Binary 1100110 10111111 1101110
Octal 146 277 156

Shades and tints

Shades of #66BF6E

#66BF6E
(102,191,110)
#5DAE64
(93,174,100)
#549D5A
(84,157,90)
#4B8C50
(75,140,80)
#427B46
(66,123,70)
#396A3C
(57,106,60)
#305932
(48,89,50)
#274828
(39,72,40)
#1E371E
(30,55,30)
#152614
(21,38,20)
#0C150A
(12,21,10)
#000000
(0,0,0)

Tints of #66BF6E

#66BF6E
(102,191,110)
#73C47B
(115,196,123)
#80C988
(128,201,136)
#8DCE95
(141,206,149)
#9AD3A2
(154,211,162)
#A7D8AF
(167,216,175)
#B4DDBC
(180,221,188)
#C1E2C9
(193,226,201)
#CEE7D6
(206,231,214)
#DBECE3
(219,236,227)
#E8F1F0
(232,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66BF6E color. Also use rgb(102,191,110) instead hex code.

Text Font Color

.myTextColor { color: #66BF6E; }

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

This text font color is #66BF6E.

Background Color

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

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

This div background color is #66BF6E.

Border color

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

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

This div border color is #66BF6E.

Opacity

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

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

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

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

This text has shadow with #66BF6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66BF6E.

Preview

Color preview on black background

This text has color #66BF6E on black background.


Color preview on white background

This text has color #66BF6E on white background.


Black color preview on #66BF6E background

This text has black color on #66BF6E background.


White color preview on #66BF6E background

This text has white color on #66BF6E background.


Related colors

Complementary color

Complementary color for #hex is #994091.


I love getcolorcode.com

Triadic colors

1 #6E66BF and #BF6E66 with #66BF6E are triadic colors.

2 #6EBF66 and #BF666E with #66BF6E are triadic colors.