COLOR #66E884

HEX: #66E884
RGB: (102,232,132)

Color info

#66E884 contains mainly green color. Web safe color of #66E884 is #66FF99 (or #6F9).

RGB color model

#66E884 color RGB value is (102,232,132).

  • red value is 102;
  • green value is 232;
  • blue value is 132.
RGB:
(102,232,132)
(40%,91%,52%)

RGB channels and saturation

R 102 of 255 = 40%
G 232 of 255 = 91%
B 132 of 255 = 52%

102
232
132

R + G + B ~ 61%. #66E884 is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 232 + 132 = 466 (100%)
R 102 of 466 ~ 21.89%
G 232 of 466 ~ 49.79%
B 132 of 466 ~ 28.33%

%21.89
%49.79
%28.33

CMYK color model

#66E884 color CMYK value is (56,0,43,9).

  • cyan value is 56.03%
  • magenta value is 0.00%
  • yellow value is 43.10%
  • key color value is 9.02%
CMYK:
(56,0,43,9)
C56M0Y43K9 
(56%,0%,43%,9%)
(0.56/0.00/0.43/0.09)	

CMYK percentages

%56.03
%0
%43.1
%9.02

Codes

Color #66E884 in popluar color models

66E884
RGB102232132
HSL134°73.86%65.49%
HSB/HSV134°56.03%90.98%
CMYK56.03%0.00%43.10%
9.02%

Color #66E884 in popluar number systems.

HEX66E884
Decimal102232132
Binary11001101110100010000100
Octal146350204

Shades and tints

Shades of #66E884

#66E884
(102,232,132)
#5DD378
(93,211,120)
#54BE6C
(84,190,108)
#4BA960
(75,169,96)
#429454
(66,148,84)
#397F48
(57,127,72)
#306A3C
(48,106,60)
#275530
(39,85,48)
#1E4024
(30,64,36)
#152B18
(21,43,24)
#0C160C
(12,22,12)
#000000
(0,0,0)

Tints of #66E884

#66E884
(102,232,132)
#73EA8F
(115,234,143)
#80EC9A
(128,236,154)
#8DEEA5
(141,238,165)
#9AF0B0
(154,240,176)
#A7F2BB
(167,242,187)
#B4F4C6
(180,244,198)
#C1F6D1
(193,246,209)
#CEF8DC
(206,248,220)
#DBFAE7
(219,250,231)
#E8FCF2
(232,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66E884; }

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

This text font color is #66E884.


Background Color

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

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

This div background color is #66E884.


Border color

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

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

This div border color is #66E884.


Opacity

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

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

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

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

This text has shadow with #66E884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66E884 on black background.


Color preview on white background

This text has color #66E884 on white background.



Black color preview on #66E884 background

This text has black color on #66E884 background.


White color preview on #66E884 background

This text has white color on #66E884 background.