COLOR #66C34C

HEX: #66C34C
RGB: (102,195,76)

Color info

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

RGB color model

#66C34C color RGB value is (102,195,76).

  • red value is 102;
  • green value is 195;
  • blue value is 76.
RGB:
(102,195,76)
(40%,76%,30%)

RGB channels and saturation

R 102 of 255 = 40%
G 195 of 255 = 76%
B 76 of 255 = 30%

102
195
76

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

Portions of RGB colors in percentages

R + G + B =
102 + 195 + 76 = 373 (100%)
R 102 of 373 ~ 27.35%
G 195 of 373 ~ 52.28%
B 76 of 373 ~ 20.38%

%27.35
%52.28
%20.38

CMYK color model

#66C34C color CMYK value is (48,0,61,24).

  • cyan value is 47.69%
  • magenta value is 0.00%
  • yellow value is 61.03%
  • key color value is 23.53%
CMYK:
(48,0,61,24)
C48M0Y61K24 
(48%,0%,61%,24%)
(0.48/0.00/0.61/0.24)	

CMYK percentages

%47.69
%0
%61.03
%23.53

Codes

Color #66C34C in popluar color models

66C34C
RGB10219576
HSL107°49.79%53.14%
HSB/HSV107°61.03%76.47%
CMYK47.69%0.00%61.03%
23.53%

Color #66C34C in popluar number systems.

HEX66C34C
Decimal10219576
Binary1100110110000111001100
Octal146303114

Shades and tints

Shades of #66C34C

#66C34C
(102,195,76)
#5DB246
(93,178,70)
#54A140
(84,161,64)
#4B903A
(75,144,58)
#427F34
(66,127,52)
#396E2E
(57,110,46)
#305D28
(48,93,40)
#274C22
(39,76,34)
#1E3B1C
(30,59,28)
#152A16
(21,42,22)
#0C1910
(12,25,16)
#000000
(0,0,0)

Tints of #66C34C

#66C34C
(102,195,76)
#73C85C
(115,200,92)
#80CD6C
(128,205,108)
#8DD27C
(141,210,124)
#9AD78C
(154,215,140)
#A7DC9C
(167,220,156)
#B4E1AC
(180,225,172)
#C1E6BC
(193,230,188)
#CEEBCC
(206,235,204)
#DBF0DC
(219,240,220)
#E8F5EC
(232,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66C34C; }

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

This text font color is #66C34C.


Background Color

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

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

This div background color is #66C34C.


Border color

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

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

This div border color is #66C34C.


Opacity

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

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

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

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

This text has shadow with #66C34C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66C34C on black background.


Color preview on white background

This text has color #66C34C on white background.



Black color preview on #66C34C background

This text has black color on #66C34C background.


White color preview on #66C34C background

This text has white color on #66C34C background.