COLOR #66BC65

HEX: #66BC65
RGB: (102,188,101)

Color info

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

RGB color model

#66BC65 color RGB value is (102,188,101).

  • red value is 102;
  • green value is 188;
  • blue value is 101.
RGB:
(102,188,101)
(40%,74%,40%)

RGB channels and saturation

R 102 of 255 = 40%
G 188 of 255 = 74%
B 101 of 255 = 40%

102
188
101

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

Portions of RGB colors in percentages

R + G + B =
102 + 188 + 101 = 391 (100%)
R 102 of 391 ~ 26.09%
G 188 of 391 ~ 48.08%
B 101 of 391 ~ 25.83%

%26.09
%48.08
%25.83

CMYK color model

#66BC65 color CMYK value is (46,0,46,26).

  • cyan value is 45.74%
  • magenta value is 0.00%
  • yellow value is 46.28%
  • key color value is 26.27%
CMYK:
(46,0,46,26)
C46M0Y46K26 
(46%,0%,46%,26%)
(0.46/0.00/0.46/0.26)	

CMYK percentages

%45.74
%0
%46.28
%26.27

Codes

Color #66BC65 in popluar color models

66BC65
RGB102188101
HSL119°39.37%56.67%
HSB/HSV119°46.28%73.73%
CMYK45.74%0.00%46.28%
26.27%

Color #66BC65 in popluar number systems.

HEX66BC65
Decimal102188101
Binary1100110101111001100101
Octal146274145

Shades and tints

Shades of #66BC65

#66BC65
(102,188,101)
#5DAB5C
(93,171,92)
#549A53
(84,154,83)
#4B894A
(75,137,74)
#427841
(66,120,65)
#396738
(57,103,56)
#30562F
(48,86,47)
#274526
(39,69,38)
#1E341D
(30,52,29)
#152314
(21,35,20)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #66BC65

#66BC65
(102,188,101)
#73C273
(115,194,115)
#80C881
(128,200,129)
#8DCE8F
(141,206,143)
#9AD49D
(154,212,157)
#A7DAAB
(167,218,171)
#B4E0B9
(180,224,185)
#C1E6C7
(193,230,199)
#CEECD5
(206,236,213)
#DBF2E3
(219,242,227)
#E8F8F1
(232,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66BC65 color. Also use rgb(102,188,101) instead hex code.

Text Font Color

.myTextColor { color: #66BC65; }

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

This text font color is #66BC65.


Background Color

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

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

This div background color is #66BC65.


Border color

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

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

This div border color is #66BC65.


Opacity

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

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

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

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

This text has shadow with #66BC65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66BC65 on black background.


Color preview on white background

This text has color #66BC65 on white background.



Black color preview on #66BC65 background

This text has black color on #66BC65 background.


White color preview on #66BC65 background

This text has white color on #66BC65 background.