COLOR #66FF99

HEX: #66FF99
RGB: (102,255,153)

Color info

#66FF99 contains mainly green color. #66FF99 color is web safe color. It maybe written shortly as #6F9.

RGB color model

#66FF99 color RGB value is (102,255,153).

  • red value is 102;
  • green value is 255;
  • blue value is 153.
RGB:
(102,255,153)
(40%,100%,60%)

RGB channels and saturation

R 102 of 255 = 40%
G 255 of 255 = 100%
B 153 of 255 = 60%

102
255
153

R + G + B ~ 67%. #66FF99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 255 + 153 = 510 (100%)
R 102 of 510 ~ 20%
G 255 of 510 ~ 50%
B 153 of 510 ~ 30%

%20
%50
%30

CMYK color model

#66FF99 color CMYK value is (60,0,40,0).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 0.00%
CMYK:
(60,0,40,0)
C60M0Y40K0 
(60%,0%,40%,0%)
(0.60/0.00/0.40/0.00)	

CMYK percentages

%60
%0
%40
%0

Codes

Color #66FF99 in popluar color models

66FF99
RGB102255153
HSL140°100.00%70.00%
HSB/HSV140°60.00%100.00%
CMYK60.00%0.00%40.00%
0.00%

Color #66FF99 in popluar number systems.

HEX66FF99
Decimal102255153
Binary11001101111111110011001
Octal146377231

Shades and tints

Shades of #66FF99

#66FF99
(102,255,153)
#5DE88C
(93,232,140)
#54D17F
(84,209,127)
#4BBA72
(75,186,114)
#42A365
(66,163,101)
#398C58
(57,140,88)
#30754B
(48,117,75)
#275E3E
(39,94,62)
#1E4731
(30,71,49)
#153024
(21,48,36)
#0C1917
(12,25,23)
#000000
(0,0,0)

Tints of #66FF99

#66FF99
(102,255,153)
#73FFA2
(115,255,162)
#80FFAB
(128,255,171)
#8DFFB4
(141,255,180)
#9AFFBD
(154,255,189)
#A7FFC6
(167,255,198)
#B4FFCF
(180,255,207)
#C1FFD8
(193,255,216)
#CEFFE1
(206,255,225)
#DBFFEA
(219,255,234)
#E8FFF3
(232,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66FF99; }

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

This text font color is #66FF99.


Background Color

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

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

This div background color is #66FF99.


Border color

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

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

This div border color is #66FF99.


Opacity

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

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

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

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

This text has shadow with #66FF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66FF99 on black background.


Color preview on white background

This text has color #66FF99 on white background.



Black color preview on #66FF99 background

This text has black color on #66FF99 background.


White color preview on #66FF99 background

This text has white color on #66FF99 background.