COLOR #66BF93

HEX: #66BF93
RGB: (102,191,147)

Color info

#66BF93 contains mainly green and blue colors. Web safe color of #66BF93 is #66CC99 (or #6C9).

RGB color model

#66BF93 color RGB value is (102,191,147).

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

RGB channels and saturation

R 102 of 255 = 40%
G 191 of 255 = 75%
B 147 of 255 = 58%

102
191
147

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

Portions of RGB colors in percentages

R + G + B =
102 + 191 + 147 = 440 (100%)
R 102 of 440 ~ 23.18%
G 191 of 440 ~ 43.41%
B 147 of 440 ~ 33.41%

%23.18
%43.41
%33.41

CMYK color model

#66BF93 color CMYK value is (47,0,23,25).

  • cyan value is 46.60%
  • magenta value is 0.00%
  • yellow value is 23.04%
  • key color value is 25.10%
CMYK:
(47,0,23,25)
C47M0Y23K25 
(47%,0%,23%,25%)
(0.47/0.00/0.23/0.25)	

CMYK percentages

%46.6
%0
%23.04
%25.1

Codes

Color #66BF93 in popluar color models

66BF93
RGB102191147
HSL150°41.01%57.45%
HSB/HSV150°46.60%74.90%
CMYK46.60%0.00%23.04%
25.10%

Color #66BF93 in popluar number systems.

HEX66BF93
Decimal102191147
Binary11001101011111110010011
Octal146277223

Shades and tints

Shades of #66BF93

#66BF93
(102,191,147)
#5DAE86
(93,174,134)
#549D79
(84,157,121)
#4B8C6C
(75,140,108)
#427B5F
(66,123,95)
#396A52
(57,106,82)
#305945
(48,89,69)
#274838
(39,72,56)
#1E372B
(30,55,43)
#15261E
(21,38,30)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #66BF93

#66BF93
(102,191,147)
#73C49C
(115,196,156)
#80C9A5
(128,201,165)
#8DCEAE
(141,206,174)
#9AD3B7
(154,211,183)
#A7D8C0
(167,216,192)
#B4DDC9
(180,221,201)
#C1E2D2
(193,226,210)
#CEE7DB
(206,231,219)
#DBECE4
(219,236,228)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66BF93; }

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

This text font color is #66BF93.


Background Color

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

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

This div background color is #66BF93.


Border color

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

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

This div border color is #66BF93.


Opacity

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

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

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

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

This text has shadow with #66BF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66BF93 on black background.


Color preview on white background

This text has color #66BF93 on white background.



Black color preview on #66BF93 background

This text has black color on #66BF93 background.


White color preview on #66BF93 background

This text has white color on #66BF93 background.