COLOR #66BF74

HEX: #66BF74
RGB: (102,191,116)

Color info

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

RGB color model

#66BF74 color RGB value is (102,191,116).

  • red value is 102;
  • green value is 191;
  • blue value is 116.
RGB:
(102,191,116)
(40%,75%,45%)

RGB channels and saturation

R 102 of 255 = 40%
G 191 of 255 = 75%
B 116 of 255 = 45%

102
191
116

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

Portions of RGB colors in percentages

R + G + B =
102 + 191 + 116 = 409 (100%)
R 102 of 409 ~ 24.94%
G 191 of 409 ~ 46.7%
B 116 of 409 ~ 28.36%

%24.94
%46.7
%28.36

CMYK color model

#66BF74 color CMYK value is (47,0,39,25).

  • cyan value is 46.60%
  • magenta value is 0.00%
  • yellow value is 39.27%
  • key color value is 25.10%
CMYK:
(47,0,39,25)
C47M0Y39K25 
(47%,0%,39%,25%)
(0.47/0.00/0.39/0.25)	

CMYK percentages

%46.6
%0
%39.27
%25.1

Codes

Color #66BF74 in popluar color models

66BF74
RGB102191116
HSL129°41.01%57.45%
HSB/HSV129°46.60%74.90%
CMYK46.60%0.00%39.27%
25.10%

Color #66BF74 in popluar number systems.

HEX66BF74
Decimal102191116
Binary1100110101111111110100
Octal146277164

Shades and tints

Shades of #66BF74

#66BF74
(102,191,116)
#5DAE6A
(93,174,106)
#549D60
(84,157,96)
#4B8C56
(75,140,86)
#427B4C
(66,123,76)
#396A42
(57,106,66)
#305938
(48,89,56)
#27482E
(39,72,46)
#1E3724
(30,55,36)
#15261A
(21,38,26)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #66BF74

#66BF74
(102,191,116)
#73C480
(115,196,128)
#80C98C
(128,201,140)
#8DCE98
(141,206,152)
#9AD3A4
(154,211,164)
#A7D8B0
(167,216,176)
#B4DDBC
(180,221,188)
#C1E2C8
(193,226,200)
#CEE7D4
(206,231,212)
#DBECE0
(219,236,224)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66BF74; }

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

This text font color is #66BF74.


Background Color

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

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

This div background color is #66BF74.


Border color

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

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

This div border color is #66BF74.


Opacity

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

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

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

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

This text has shadow with #66BF74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66BF74 on black background.


Color preview on white background

This text has color #66BF74 on white background.



Black color preview on #66BF74 background

This text has black color on #66BF74 background.


White color preview on #66BF74 background

This text has white color on #66BF74 background.