COLOR #66DB62

HEX: #66DB62
RGB: (102,219,98)

Color info

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

RGB color model

#66DB62 color RGB value is (102,219,98).

  • red value is 102;
  • green value is 219;
  • blue value is 98.
RGB:
(102,219,98)
(40%,86%,38%)

RGB channels and saturation

R 102 of 255 = 40%
G 219 of 255 = 86%
B 98 of 255 = 38%

102
219
98

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

Portions of RGB colors in percentages

R + G + B =
102 + 219 + 98 = 419 (100%)
R 102 of 419 ~ 24.34%
G 219 of 419 ~ 52.27%
B 98 of 419 ~ 23.39%

%24.34
%52.27
%23.39

CMYK color model

#66DB62 color CMYK value is (53,0,55,14).

  • cyan value is 53.42%
  • magenta value is 0.00%
  • yellow value is 55.25%
  • key color value is 14.12%
CMYK:
(53,0,55,14)
C53M0Y55K14 
(53%,0%,55%,14%)
(0.53/0.00/0.55/0.14)	

CMYK percentages

%53.42
%0
%55.25
%14.12

Codes

Color #66DB62 in popluar color models

66DB62
RGB10221998
HSL118°62.69%62.16%
HSB/HSV118°55.25%85.88%
CMYK53.42%0.00%55.25%
14.12%

Color #66DB62 in popluar number systems.

HEX66DB62
Decimal10221998
Binary1100110110110111100010
Octal146333142

Shades and tints

Shades of #66DB62

#66DB62
(102,219,98)
#5DC85A
(93,200,90)
#54B552
(84,181,82)
#4BA24A
(75,162,74)
#428F42
(66,143,66)
#397C3A
(57,124,58)
#306932
(48,105,50)
#27562A
(39,86,42)
#1E4322
(30,67,34)
#15301A
(21,48,26)
#0C1D12
(12,29,18)
#000000
(0,0,0)

Tints of #66DB62

#66DB62
(102,219,98)
#73DE70
(115,222,112)
#80E17E
(128,225,126)
#8DE48C
(141,228,140)
#9AE79A
(154,231,154)
#A7EAA8
(167,234,168)
#B4EDB6
(180,237,182)
#C1F0C4
(193,240,196)
#CEF3D2
(206,243,210)
#DBF6E0
(219,246,224)
#E8F9EE
(232,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66DB62 color. Also use rgb(102,219,98) instead hex code.

Text Font Color

.myTextColor { color: #66DB62; }

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

This text font color is #66DB62.


Background Color

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

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

This div background color is #66DB62.


Border color

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

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

This div border color is #66DB62.


Opacity

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

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

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

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

This text has shadow with #66DB62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66DB62 on black background.


Color preview on white background

This text has color #66DB62 on white background.



Black color preview on #66DB62 background

This text has black color on #66DB62 background.


White color preview on #66DB62 background

This text has white color on #66DB62 background.