COLOR #66CC33

HEX: #66CC33
RGB: (102,204,51)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

102
204
51

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

Portions of RGB colors in percentages

R + G + B =
102 + 204 + 51 = 357 (100%)
R 102 of 357 ~ 28.57%
G 204 of 357 ~ 57.14%
B 51 of 357 ~ 14.29%

%28.57
%57.14
%14.29

CMYK color model

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

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

CMYK percentages

%50
%0
%75
%20

Codes

Color #66CC33 in popluar color models

66CC33
RGB10220451
HSL100°60.00%50.00%
HSB/HSV100°75.00%80.00%
CMYK50.00%0.00%75.00%
20.00%

Color #66CC33 in popluar number systems.

HEX66CC33
Decimal10220451
Binary110011011001100110011
Octal14631463

Shades and tints

Shades of #66CC33

#66CC33
(102,204,51)
#5DBA2F
(93,186,47)
#54A82B
(84,168,43)
#4B9627
(75,150,39)
#428423
(66,132,35)
#39721F
(57,114,31)
#30601B
(48,96,27)
#274E17
(39,78,23)
#1E3C13
(30,60,19)
#152A0F
(21,42,15)
#0C180B
(12,24,11)
#000000
(0,0,0)

Tints of #66CC33

#66CC33
(102,204,51)
#73D045
(115,208,69)
#80D457
(128,212,87)
#8DD869
(141,216,105)
#9ADC7B
(154,220,123)
#A7E08D
(167,224,141)
#B4E49F
(180,228,159)
#C1E8B1
(193,232,177)
#CEECC3
(206,236,195)
#DBF0D5
(219,240,213)
#E8F4E7
(232,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66CC33; }

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

This text font color is #66CC33.


Background Color

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

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

This div background color is #66CC33.


Border color

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

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

This div border color is #66CC33.


Opacity

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

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

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

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

This text has shadow with #66CC33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66CC33 on black background.


Color preview on white background

This text has color #66CC33 on white background.



Black color preview on #66CC33 background

This text has black color on #66CC33 background.


White color preview on #66CC33 background

This text has white color on #66CC33 background.