COLOR #66FC17

HEX: #66FC17
RGB: (102,252,23)

Color info

#66FC17 contains mainly green color. Web safe color of #66FC17 is #66FF00 (or #6F0).

RGB color model

#66FC17 color RGB value is (102,252,23).

  • red value is 102;
  • green value is 252;
  • blue value is 23.
RGB:
(102,252,23)
(40%,99%,9%)

RGB channels and saturation

R 102 of 255 = 40%
G 252 of 255 = 99%
B 23 of 255 = 9%

102
252
23

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

Portions of RGB colors in percentages

R + G + B =
102 + 252 + 23 = 377 (100%)
R 102 of 377 ~ 27.06%
G 252 of 377 ~ 66.84%
B 23 of 377 ~ 6.1%

%27.06
%66.84

CMYK color model

#66FC17 color CMYK value is (60,0,91,1).

  • cyan value is 59.52%
  • magenta value is 0.00%
  • yellow value is 90.87%
  • key color value is 1.18%
CMYK:
(60,0,91,1)
C60M0Y91K1 
(60%,0%,91%,1%)
(0.60/0.00/0.91/0.01)	

CMYK percentages

%59.52
%0
%90.87
%1.18

Codes

Color #66FC17 in popluar color models

66FC17
RGB10225223
HSL99°97.45%53.92%
HSB/HSV99°90.87%98.82%
CMYK59.52%0.00%90.87%
1.18%

Color #66FC17 in popluar number systems.

HEX66FC17
Decimal10225223
Binary11001101111110010111
Octal14637427

Shades and tints

Shades of #66FC17

#66FC17
(102,252,23)
#5DE615
(93,230,21)
#54D013
(84,208,19)
#4BBA11
(75,186,17)
#42A40F
(66,164,15)
#398E0D
(57,142,13)
#30780B
(48,120,11)
#276209
(39,98,9)
#1E4C07
(30,76,7)
#153605
(21,54,5)
#0C2003
(12,32,3)
#000000
(0,0,0)

Tints of #66FC17

#66FC17
(102,252,23)
#73FC2C
(115,252,44)
#80FC41
(128,252,65)
#8DFC56
(141,252,86)
#9AFC6B
(154,252,107)
#A7FC80
(167,252,128)
#B4FC95
(180,252,149)
#C1FCAA
(193,252,170)
#CEFCBF
(206,252,191)
#DBFCD4
(219,252,212)
#E8FCE9
(232,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66FC17 color. Also use rgb(102,252,23) instead hex code.

Text Font Color

.myTextColor { color: #66FC17; }

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

This text font color is #66FC17.


Background Color

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

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

This div background color is #66FC17.


Border color

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

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

This div border color is #66FC17.


Opacity

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

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

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

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

This text has shadow with #66FC17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66FC17 on black background.


Color preview on white background

This text has color #66FC17 on white background.



Black color preview on #66FC17 background

This text has black color on #66FC17 background.


White color preview on #66FC17 background

This text has white color on #66FC17 background.