COLOR #66D64D

HEX: #66D64D
RGB: (102,214,77)

Color info

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

RGB color model

#66D64D color RGB value is (102,214,77).

  • red value is 102;
  • green value is 214;
  • blue value is 77.
RGB:
(102,214,77)
(40%,84%,30%)

RGB channels and saturation

R 102 of 255 = 40%
G 214 of 255 = 84%
B 77 of 255 = 30%

102
214
77

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

Portions of RGB colors in percentages

R + G + B =
102 + 214 + 77 = 393 (100%)
R 102 of 393 ~ 25.95%
G 214 of 393 ~ 54.45%
B 77 of 393 ~ 19.59%

%25.95
%54.45
%19.59

CMYK color model

#66D64D color CMYK value is (52,0,64,16).

  • cyan value is 52.34%
  • magenta value is 0.00%
  • yellow value is 64.02%
  • key color value is 16.08%
CMYK:
(52,0,64,16)
C52M0Y64K16 
(52%,0%,64%,16%)
(0.52/0.00/0.64/0.16)	

CMYK percentages

%52.34
%0
%64.02
%16.08

Codes

Color #66D64D in popluar color models

66D64D
RGB10221477
HSL109°62.56%57.06%
HSB/HSV109°64.02%83.92%
CMYK52.34%0.00%64.02%
16.08%

Color #66D64D in popluar number systems.

HEX66D64D
Decimal10221477
Binary1100110110101101001101
Octal146326115

Shades and tints

Shades of #66D64D

#66D64D
(102,214,77)
#5DC346
(93,195,70)
#54B03F
(84,176,63)
#4B9D38
(75,157,56)
#428A31
(66,138,49)
#39772A
(57,119,42)
#306423
(48,100,35)
#27511C
(39,81,28)
#1E3E15
(30,62,21)
#152B0E
(21,43,14)
#0C1807
(12,24,7)
#000000
(0,0,0)

Tints of #66D64D

#66D64D
(102,214,77)
#73D95D
(115,217,93)
#80DC6D
(128,220,109)
#8DDF7D
(141,223,125)
#9AE28D
(154,226,141)
#A7E59D
(167,229,157)
#B4E8AD
(180,232,173)
#C1EBBD
(193,235,189)
#CEEECD
(206,238,205)
#DBF1DD
(219,241,221)
#E8F4ED
(232,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66D64D color. Also use rgb(102,214,77) instead hex code.

Text Font Color

.myTextColor { color: #66D64D; }

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

This text font color is #66D64D.


Background Color

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

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

This div background color is #66D64D.


Border color

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

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

This div border color is #66D64D.


Opacity

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

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

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

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

This text has shadow with #66D64D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66D64D on black background.


Color preview on white background

This text has color #66D64D on white background.



Black color preview on #66D64D background

This text has black color on #66D64D background.


White color preview on #66D64D background

This text has white color on #66D64D background.