COLOR #66BD4C

HEX: #66BD4C
RGB: (102,189,76)

Color info

#66BD4C contains mainly green color. Web safe color of #66BD4C is #66CC33 (or #6C3).

RGB color model

#66BD4C color RGB value is (102,189,76).

  • red value is 102;
  • green value is 189;
  • blue value is 76.
RGB:
(102,189,76)
(40%,74%,30%)

RGB channels and saturation

R 102 of 255 = 40%
G 189 of 255 = 74%
B 76 of 255 = 30%

102
189
76

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

Portions of RGB colors in percentages

R + G + B =
102 + 189 + 76 = 367 (100%)
R 102 of 367 ~ 27.79%
G 189 of 367 ~ 51.5%
B 76 of 367 ~ 20.71%

%27.79
%51.5
%20.71

CMYK color model

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

  • cyan value is 46.03%
  • magenta value is 0.00%
  • yellow value is 59.79%
  • key color value is 25.88%
CMYK:
(46,0,60,26)
C46M0Y60K26 
(46%,0%,60%,26%)
(0.46/0.00/0.60/0.26)	

CMYK percentages

%46.03
%0
%59.79
%25.88

Codes

Color #66BD4C in popluar color models

66BD4C
RGB10218976
HSL106°46.12%51.96%
HSB/HSV106°59.79%74.12%
CMYK46.03%0.00%59.79%
25.88%

Color #66BD4C in popluar number systems.

HEX66BD4C
Decimal10218976
Binary1100110101111011001100
Octal146275114

Shades and tints

Shades of #66BD4C

#66BD4C
(102,189,76)
#5DAC46
(93,172,70)
#549B40
(84,155,64)
#4B8A3A
(75,138,58)
#427934
(66,121,52)
#39682E
(57,104,46)
#305728
(48,87,40)
#274622
(39,70,34)
#1E351C
(30,53,28)
#152416
(21,36,22)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #66BD4C

#66BD4C
(102,189,76)
#73C35C
(115,195,92)
#80C96C
(128,201,108)
#8DCF7C
(141,207,124)
#9AD58C
(154,213,140)
#A7DB9C
(167,219,156)
#B4E1AC
(180,225,172)
#C1E7BC
(193,231,188)
#CEEDCC
(206,237,204)
#DBF3DC
(219,243,220)
#E8F9EC
(232,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66BD4C color. Also use rgb(102,189,76) instead hex code.

Text Font Color

.myTextColor { color: #66BD4C; }

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

This text font color is #66BD4C.


Background Color

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

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

This div background color is #66BD4C.


Border color

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

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

This div border color is #66BD4C.


Opacity

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

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

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

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

This text has shadow with #66BD4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66BD4C on black background.


Color preview on white background

This text has color #66BD4C on white background.



Black color preview on #66BD4C background

This text has black color on #66BD4C background.


White color preview on #66BD4C background

This text has white color on #66BD4C background.