COLOR #66CC66

HEX: #66CC66
RGB: (102,204,102)

Color info

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

RGB color model

#66CC66 color RGB value is (102,204,102).

  • red value is 102;
  • green value is 204;
  • blue value is 102.
RGB:
(102,204,102)
(40%,80%,40%)

RGB channels and saturation

R 102 of 255 = 40%
G 204 of 255 = 80%
B 102 of 255 = 40%

102
204
102

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

Portions of RGB colors in percentages

R + G + B =
102 + 204 + 102 = 408 (100%)
R 102 of 408 ~ 25%
G 204 of 408 ~ 50%
B 102 of 408 ~ 25%

%25
%50
%25

CMYK color model

#66CC66 color CMYK value is (50,0,50,20).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 20.00%
CMYK:
(50,0,50,20)
C50M0Y50K20 
(50%,0%,50%,20%)
(0.50/0.00/0.50/0.20)	

CMYK percentages

%50
%0
%50
%20

Codes

Color #66CC66 in popluar color models

66CC66
RGB102204102
HSL120°50.00%60.00%
HSB/HSV120°50.00%80.00%
CMYK50.00%0.00%50.00%
20.00%

Color #66CC66 in popluar number systems.

HEX66CC66
Decimal102204102
Binary1100110110011001100110
Octal146314146

Shades and tints

Shades of #66CC66

#66CC66
(102,204,102)
#5DBA5D
(93,186,93)
#54A854
(84,168,84)
#4B964B
(75,150,75)
#428442
(66,132,66)
#397239
(57,114,57)
#306030
(48,96,48)
#274E27
(39,78,39)
#1E3C1E
(30,60,30)
#152A15
(21,42,21)
#0C180C
(12,24,12)
#000000
(0,0,0)

Tints of #66CC66

#66CC66
(102,204,102)
#73D073
(115,208,115)
#80D480
(128,212,128)
#8DD88D
(141,216,141)
#9ADC9A
(154,220,154)
#A7E0A7
(167,224,167)
#B4E4B4
(180,228,180)
#C1E8C1
(193,232,193)
#CEECCE
(206,236,206)
#DBF0DB
(219,240,219)
#E8F4E8
(232,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66CC66; }

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

This text font color is #66CC66.


Background Color

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

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

This div background color is #66CC66.


Border color

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

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

This div border color is #66CC66.


Opacity

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

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

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

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

This text has shadow with #66CC66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66CC66 on black background.


Color preview on white background

This text has color #66CC66 on white background.



Black color preview on #66CC66 background

This text has black color on #66CC66 background.


White color preview on #66CC66 background

This text has white color on #66CC66 background.