COLOR #66FD6C

HEX: #66FD6C RGB: (102,253,108)

Color info

#66FD6C contains mainly green color. Web safe color of #66FD6C is #66FF66 (or #6F6).

RGB color model

#66FD6C color RGB value is (102,253,108).

RGB: (102,253,108) (40%, 99%, 42%)

RGB channels and saturation

R 102 of 255 = 40%
G 253 of 255 = 99%
B 108 of 255 = 42%

102
253
108

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

Portions of RGB colors in percentages

R + G + B = 102 + 253 + 108 = 463 (100%)
R 102 of 463 ~ 22.03%
G 253 of 463 ~ 54.64%
B 108 of 463 ~ 23.33'%

%22.03
%54.64
%23.33

CMYK color model

#66FD6C color CMYK value is (60,0,57,1).

  • cyan value is 59.68%
  • magenta value is 0.00%
  • yellow value is 57.31%
  • key color value is 0.78%

CMYK: (60,0,57,1)
C60M0Y57K1 (60%, 0%, 57%, 1%)
(0.60 / 0.00 / 0.57 / 0.01)

CMYK percentages

%59.68
%0
%57.31
%0.78

Codes

Color #66FD6C in popluar color models

66 FD 6C
RGB 102 253 108
HSL 122° 97.42% 69.61%
HSB/HSV 122° 59.68% 99.22%
CMYK 59.68% 0.00% 57.31%
0.78%

Color #66FD6C in popluar number systems.

HEX 66 FD 6C
Decimal 102 253 108
Binary 1100110 11111101 1101100
Octal 146 375 154

Shades and tints

Shades of #66FD6C

#66FD6C
(102,253,108)
#5DE663
(93,230,99)
#54CF5A
(84,207,90)
#4BB851
(75,184,81)
#42A148
(66,161,72)
#398A3F
(57,138,63)
#307336
(48,115,54)
#275C2D
(39,92,45)
#1E4524
(30,69,36)
#152E1B
(21,46,27)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #66FD6C

#66FD6C
(102,253,108)
#73FD79
(115,253,121)
#80FD86
(128,253,134)
#8DFD93
(141,253,147)
#9AFDA0
(154,253,160)
#A7FDAD
(167,253,173)
#B4FDBA
(180,253,186)
#C1FDC7
(193,253,199)
#CEFDD4
(206,253,212)
#DBFDE1
(219,253,225)
#E8FDEE
(232,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66FD6C color. Also use rgb(102,253,108) instead hex code.

Text Font Color

.myTextColor { color: #66FD6C; }

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

This text font color is #66FD6C.

Background Color

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

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

This div background color is #66FD6C.

Border color

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

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

This div border color is #66FD6C.

Opacity

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

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

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

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

This text has shadow with #66FD6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66FD6C.

Preview

Color preview on black background

This text has color #66FD6C on black background.


Color preview on white background

This text has color #66FD6C on white background.


Black color preview on #66FD6C background

This text has black color on #66FD6C background.


White color preview on #66FD6C background

This text has white color on #66FD6C background.


Related colors

Complementary color

Complementary color for #hex is #990293.


I love getcolorcode.com

Triadic colors

1 #6C66FD and #FD6C66 with #66FD6C are triadic colors.

2 #6CFD66 and #FD666C with #66FD6C are triadic colors.