COLOR #66CE84

HEX: #66CE84 RGB: (102,206,132)

Color info

#66CE84 contains mainly green color. Web safe color of #66CE84 is #66CC99 (or #6C9).

RGB color model

#66CE84 color RGB value is (102,206,132).

RGB: (102,206,132) (40%, 81%, 52%)

RGB channels and saturation

R 102 of 255 = 40%
G 206 of 255 = 81%
B 132 of 255 = 52%

102
206
132

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

Portions of RGB colors in percentages

R + G + B = 102 + 206 + 132 = 440 (100%)
R 102 of 440 ~ 23.18%
G 206 of 440 ~ 46.82%
B 132 of 440 ~ 30'%

%23.18
%46.82
%30

CMYK color model

#66CE84 color CMYK value is (50,0,36,19).

  • cyan value is 50.49%
  • magenta value is 0.00%
  • yellow value is 35.92%
  • key color value is 19.22%

CMYK: (50,0,36,19)
C50M0Y36K19 (50%, 0%, 36%, 19%)
(0.50 / 0.00 / 0.36 / 0.19)

CMYK percentages

%50.49
%0
%35.92
%19.22

Codes

Color #66CE84 in popluar color models

66 CE 84
RGB 102 206 132
HSL 137° 51.49% 60.39%
HSB/HSV 137° 50.49% 80.78%
CMYK 50.49% 0.00% 35.92%
19.22%

Color #66CE84 in popluar number systems.

HEX 66 CE 84
Decimal 102 206 132
Binary 1100110 11001110 10000100
Octal 146 316 204

Shades and tints

Shades of #66CE84

#66CE84
(102,206,132)
#5DBC78
(93,188,120)
#54AA6C
(84,170,108)
#4B9860
(75,152,96)
#428654
(66,134,84)
#397448
(57,116,72)
#30623C
(48,98,60)
#275030
(39,80,48)
#1E3E24
(30,62,36)
#152C18
(21,44,24)
#0C1A0C
(12,26,12)
#000000
(0,0,0)

Tints of #66CE84

#66CE84
(102,206,132)
#73D28F
(115,210,143)
#80D69A
(128,214,154)
#8DDAA5
(141,218,165)
#9ADEB0
(154,222,176)
#A7E2BB
(167,226,187)
#B4E6C6
(180,230,198)
#C1EAD1
(193,234,209)
#CEEEDC
(206,238,220)
#DBF2E7
(219,242,231)
#E8F6F2
(232,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66CE84; }

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

This text font color is #66CE84.

Background Color

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

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

This div background color is #66CE84.

Border color

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

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

This div border color is #66CE84.

Opacity

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

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

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

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

This text has shadow with #66CE84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66CE84.

Preview

Color preview on black background

This text has color #66CE84 on black background.


Color preview on white background

This text has color #66CE84 on white background.


Black color preview on #66CE84 background

This text has black color on #66CE84 background.


White color preview on #66CE84 background

This text has white color on #66CE84 background.


Related colors

Complementary color

Complementary color for #hex is #99317B.


I love getcolorcode.com

Triadic colors

1 #8466CE and #CE8466 with #66CE84 are triadic colors.

2 #84CE66 and #CE6684 with #66CE84 are triadic colors.