COLOR #66CD33

HEX: #66CD33
RGB: (102,205,51)

Color info

#66CD33 contains mainly green color. Web safe color of #66CD33 is #66CC33 (or #6C3).

RGB color model

#66CD33 color RGB value is (102,205,51).

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

RGB channels and saturation

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

102
205
51

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

Portions of RGB colors in percentages

R + G + B =
102 + 205 + 51 = 358 (100%)
R 102 of 358 ~ 28.49%
G 205 of 358 ~ 57.26%
B 51 of 358 ~ 14.25%

%28.49
%57.26
%14.25

CMYK color model

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

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

CMYK percentages

%50.24
%0
%75.12
%19.61

Codes

Color #66CD33 in popluar color models

66CD33
RGB10220551
HSL100°60.63%50.20%
HSB/HSV100°75.12%80.39%
CMYK50.24%0.00%75.12%
19.61%

Color #66CD33 in popluar number systems.

HEX66CD33
Decimal10220551
Binary110011011001101110011
Octal14631563

Shades and tints

Shades of #66CD33

#66CD33
(102,205,51)
#5DBB2F
(93,187,47)
#54A92B
(84,169,43)
#4B9727
(75,151,39)
#428523
(66,133,35)
#39731F
(57,115,31)
#30611B
(48,97,27)
#274F17
(39,79,23)
#1E3D13
(30,61,19)
#152B0F
(21,43,15)
#0C190B
(12,25,11)
#000000
(0,0,0)

Tints of #66CD33

#66CD33
(102,205,51)
#73D145
(115,209,69)
#80D557
(128,213,87)
#8DD969
(141,217,105)
#9ADD7B
(154,221,123)
#A7E18D
(167,225,141)
#B4E59F
(180,229,159)
#C1E9B1
(193,233,177)
#CEEDC3
(206,237,195)
#DBF1D5
(219,241,213)
#E8F5E7
(232,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66CD33; }

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

This text font color is #66CD33.


Background Color

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

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

This div background color is #66CD33.


Border color

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

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

This div border color is #66CD33.


Opacity

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

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

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

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

This text has shadow with #66CD33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66CD33 on black background.


Color preview on white background

This text has color #66CD33 on white background.



Black color preview on #66CD33 background

This text has black color on #66CD33 background.


White color preview on #66CD33 background

This text has white color on #66CD33 background.