COLOR #66E484

HEX: #66E484
RGB: (102,228,132)

Color info

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

RGB color model

#66E484 color RGB value is (102,228,132).

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

RGB channels and saturation

R 102 of 255 = 40%
G 228 of 255 = 89%
B 132 of 255 = 52%

102
228
132

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

Portions of RGB colors in percentages

R + G + B =
102 + 228 + 132 = 462 (100%)
R 102 of 462 ~ 22.08%
G 228 of 462 ~ 49.35%
B 132 of 462 ~ 28.57%

%22.08
%49.35
%28.57

CMYK color model

#66E484 color CMYK value is (55,0,42,11).

  • cyan value is 55.26%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 10.59%
CMYK:
(55,0,42,11)
C55M0Y42K11 
(55%,0%,42%,11%)
(0.55/0.00/0.42/0.11)	

CMYK percentages

%55.26
%0
%42.11
%10.59

Codes

Color #66E484 in popluar color models

66E484
RGB102228132
HSL134°70.00%64.71%
HSB/HSV134°55.26%89.41%
CMYK55.26%0.00%42.11%
10.59%

Color #66E484 in popluar number systems.

HEX66E484
Decimal102228132
Binary11001101110010010000100
Octal146344204

Shades and tints

Shades of #66E484

#66E484
(102,228,132)
#5DD078
(93,208,120)
#54BC6C
(84,188,108)
#4BA860
(75,168,96)
#429454
(66,148,84)
#398048
(57,128,72)
#306C3C
(48,108,60)
#275830
(39,88,48)
#1E4424
(30,68,36)
#153018
(21,48,24)
#0C1C0C
(12,28,12)
#000000
(0,0,0)

Tints of #66E484

#66E484
(102,228,132)
#73E68F
(115,230,143)
#80E89A
(128,232,154)
#8DEAA5
(141,234,165)
#9AECB0
(154,236,176)
#A7EEBB
(167,238,187)
#B4F0C6
(180,240,198)
#C1F2D1
(193,242,209)
#CEF4DC
(206,244,220)
#DBF6E7
(219,246,231)
#E8F8F2
(232,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66E484; }

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

This text font color is #66E484.


Background Color

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

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

This div background color is #66E484.


Border color

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

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

This div border color is #66E484.


Opacity

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

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

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

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

This text has shadow with #66E484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66E484 on black background.


Color preview on white background

This text has color #66E484 on white background.



Black color preview on #66E484 background

This text has black color on #66E484 background.


White color preview on #66E484 background

This text has white color on #66E484 background.