COLOR #66DF99

HEX: #66DF99 RGB: (102,223,153)

Color info

#66DF99 contains mainly green color. Web safe color of #66DF99 is #66CC99 (or #6C9).

RGB color model

#66DF99 color RGB value is (102,223,153).

RGB: (102,223,153) (40%, 87%, 60%)

RGB channels and saturation

R 102 of 255 = 40%
G 223 of 255 = 87%
B 153 of 255 = 60%

102
223
153

R + G + B ~ 62%. #66DF99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 102 + 223 + 153 = 478 (100%)
R 102 of 478 ~ 21.34%
G 223 of 478 ~ 46.65%
B 153 of 478 ~ 32.01'%

%21.34
%46.65
%32.01

CMYK color model

#66DF99 color CMYK value is (54,0,31,13).

  • cyan value is 54.26%
  • magenta value is 0.00%
  • yellow value is 31.39%
  • key color value is 12.55%

CMYK: (54,0,31,13)
C54M0Y31K13 (54%, 0%, 31%, 13%)
(0.54 / 0.00 / 0.31 / 0.13)

CMYK percentages

%54.26
%0
%31.39
%12.55

Codes

Color #66DF99 in popluar color models

66 DF 99
RGB 102 223 153
HSL 145° 65.41% 63.73%
HSB/HSV 145° 54.26% 87.45%
CMYK 54.26% 0.00% 31.39%
12.55%

Color #66DF99 in popluar number systems.

HEX 66 DF 99
Decimal 102 223 153
Binary 1100110 11011111 10011001
Octal 146 337 231

Shades and tints

Shades of #66DF99

#66DF99
(102,223,153)
#5DCB8C
(93,203,140)
#54B77F
(84,183,127)
#4BA372
(75,163,114)
#428F65
(66,143,101)
#397B58
(57,123,88)
#30674B
(48,103,75)
#27533E
(39,83,62)
#1E3F31
(30,63,49)
#152B24
(21,43,36)
#0C1717
(12,23,23)
#000000
(0,0,0)

Tints of #66DF99

#66DF99
(102,223,153)
#73E1A2
(115,225,162)
#80E3AB
(128,227,171)
#8DE5B4
(141,229,180)
#9AE7BD
(154,231,189)
#A7E9C6
(167,233,198)
#B4EBCF
(180,235,207)
#C1EDD8
(193,237,216)
#CEEFE1
(206,239,225)
#DBF1EA
(219,241,234)
#E8F3F3
(232,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66DF99 color. Also use rgb(102,223,153) instead hex code.

Text Font Color

.myTextColor { color: #66DF99; }

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

This text font color is #66DF99.

Background Color

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

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

This div background color is #66DF99.

Border color

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

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

This div border color is #66DF99.

Opacity

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

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

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

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

This text has shadow with #66DF99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66DF99.

Preview

Color preview on black background

This text has color #66DF99 on black background.


Color preview on white background

This text has color #66DF99 on white background.


Black color preview on #66DF99 background

This text has black color on #66DF99 background.


White color preview on #66DF99 background

This text has white color on #66DF99 background.


Related colors

Complementary color

Complementary color for #hex is #992066.


I love getcolorcode.com

Triadic colors

1 #9966DF and #DF9966 with #66DF99 are triadic colors.

2 #99DF66 and #DF6699 with #66DF99 are triadic colors.