COLOR #66DD14

HEX: #66DD14
RGB: (102,221,20)

Color info

#66DD14 contains mainly green color. Web safe color of #66DD14 is #66CC00 (or #6C0).

RGB color model

#66DD14 color RGB value is (102,221,20).

  • red value is 102;
  • green value is 221;
  • blue value is 20.
RGB:
(102,221,20)
(40%,87%,8%)

RGB channels and saturation

R 102 of 255 = 40%
G 221 of 255 = 87%
B 20 of 255 = 8%

102
221
20

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

Portions of RGB colors in percentages

R + G + B =
102 + 221 + 20 = 343 (100%)
R 102 of 343 ~ 29.74%
G 221 of 343 ~ 64.43%
B 20 of 343 ~ 5.83%

%29.74
%64.43

CMYK color model

#66DD14 color CMYK value is (54,0,91,13).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 90.95%
  • key color value is 13.33%
CMYK:
(54,0,91,13)
C54M0Y91K13 
(54%,0%,91%,13%)
(0.54/0.00/0.91/0.13)	

CMYK percentages

%53.85
%0
%90.95
%13.33

Codes

Color #66DD14 in popluar color models

66DD14
RGB10222120
HSL96°83.40%47.25%
HSB/HSV96°90.95%86.67%
CMYK53.85%0.00%90.95%
13.33%

Color #66DD14 in popluar number systems.

HEX66DD14
Decimal10222120
Binary11001101101110110100
Octal14633524

Shades and tints

Shades of #66DD14

#66DD14
(102,221,20)
#5DC913
(93,201,19)
#54B512
(84,181,18)
#4BA111
(75,161,17)
#428D10
(66,141,16)
#39790F
(57,121,15)
#30650E
(48,101,14)
#27510D
(39,81,13)
#1E3D0C
(30,61,12)
#15290B
(21,41,11)
#0C150A
(12,21,10)
#000000
(0,0,0)

Tints of #66DD14

#66DD14
(102,221,20)
#73E029
(115,224,41)
#80E33E
(128,227,62)
#8DE653
(141,230,83)
#9AE968
(154,233,104)
#A7EC7D
(167,236,125)
#B4EF92
(180,239,146)
#C1F2A7
(193,242,167)
#CEF5BC
(206,245,188)
#DBF8D1
(219,248,209)
#E8FBE6
(232,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66DD14 color. Also use rgb(102,221,20) instead hex code.

Text Font Color

.myTextColor { color: #66DD14; }

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

This text font color is #66DD14.


Background Color

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

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

This div background color is #66DD14.


Border color

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

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

This div border color is #66DD14.


Opacity

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

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

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

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

This text has shadow with #66DD14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66DD14 on black background.


Color preview on white background

This text has color #66DD14 on white background.



Black color preview on #66DD14 background

This text has black color on #66DD14 background.


White color preview on #66DD14 background

This text has white color on #66DD14 background.