COLOR #66C379

HEX: #66C379 RGB: (102,195,121)

Color info

#66C379 contains mainly green color. Web safe color of #66C379 is #66CC66 (or #6C6).

RGB color model

#66C379 color RGB value is (102,195,121).

RGB: (102,195,121) (40%, 76%, 47%)

RGB channels and saturation

R 102 of 255 = 40%
G 195 of 255 = 76%
B 121 of 255 = 47%

102
195
121

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

Portions of RGB colors in percentages

R + G + B = 102 + 195 + 121 = 418 (100%)
R 102 of 418 ~ 24.4%
G 195 of 418 ~ 46.65%
B 121 of 418 ~ 28.95'%

%24.4
%46.65
%28.95

CMYK color model

#66C379 color CMYK value is (48,0,38,24).

  • cyan value is 47.69%
  • magenta value is 0.00%
  • yellow value is 37.95%
  • key color value is 23.53%
CMYK: (48,0,38,24) C48M0Y38K24 (48%,0%,38%,24%) (0.48/0.00/0.38/0.24) 

CMYK percentages

%47.69
%0
%37.95
%23.53

Codes

Color #66C379 in popluar color models

66 C3 79
RGB 102 195 121
HSL 132° 43.66% 58.24%
HSB/HSV 132° 47.69% 76.47%
CMYK 47.69% 0.00% 37.95%
23.53%

Color #66C379 in popluar number systems.

HEX 66 C3 79
Decimal 102 195 121
Binary 1100110 11000011 1111001
Octal 146 303 171

Shades and tints

Shades of #66C379

#66C379
(102,195,121)
#5DB26E
(93,178,110)
#54A163
(84,161,99)
#4B9058
(75,144,88)
#427F4D
(66,127,77)
#396E42
(57,110,66)
#305D37
(48,93,55)
#274C2C
(39,76,44)
#1E3B21
(30,59,33)
#152A16
(21,42,22)
#0C190B
(12,25,11)
#000000
(0,0,0)

Tints of #66C379

#66C379
(102,195,121)
#73C885
(115,200,133)
#80CD91
(128,205,145)
#8DD29D
(141,210,157)
#9AD7A9
(154,215,169)
#A7DCB5
(167,220,181)
#B4E1C1
(180,225,193)
#C1E6CD
(193,230,205)
#CEEBD9
(206,235,217)
#DBF0E5
(219,240,229)
#E8F5F1
(232,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66C379; }

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

This text font color is #66C379.

Background Color

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

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

This div background color is #66C379.

Border color

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

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

This div border color is #66C379.

Opacity

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

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

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

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

This text has shadow with #66C379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66C379.

Preview

Color preview on black background

This text has color #66C379 on black background.


Color preview on white background

This text has color #66C379 on white background.


Black color preview on #66C379 background

This text has black color on #66C379 background.


White color preview on #66C379 background

This text has white color on #66C379 background.


Related colors

Complementary color

Complementary color for #hex is #993C86.


I love getcolorcode.com

Triadic colors

1 #7966C3 and #C37966 with #66C379 are triadic colors.

2 #79C366 and #C36679 with #66C379 are triadic colors.