COLOR #66E064

HEX: #66E064 RGB: (102,224,100)

Color info

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

RGB color model

#66E064 color RGB value is (102,224,100).

RGB: (102,224,100) (40%, 88%, 39%)

RGB channels and saturation

R 102 of 255 = 40%
G 224 of 255 = 88%
B 100 of 255 = 39%

102
224
100

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

Portions of RGB colors in percentages

R + G + B = 102 + 224 + 100 = 426 (100%)
R 102 of 426 ~ 23.94%
G 224 of 426 ~ 52.58%
B 100 of 426 ~ 23.47'%

%23.94
%52.58
%23.47

CMYK color model

#66E064 color CMYK value is (54,0,55,12).

  • cyan value is 54.46%
  • magenta value is 0.00%
  • yellow value is 55.36%
  • key color value is 12.16%

CMYK: (54,0,55,12)
C54M0Y55K12 (54%, 0%, 55%, 12%)
(0.54 / 0.00 / 0.55 / 0.12)

CMYK percentages

%54.46
%0
%55.36
%12.16

Codes

Color #66E064 in popluar color models

66 E0 64
RGB 102 224 100
HSL 119° 66.67% 63.53%
HSB/HSV 119° 55.36% 87.84%
CMYK 54.46% 0.00% 55.36%
12.16%

Color #66E064 in popluar number systems.

HEX 66 E0 64
Decimal 102 224 100
Binary 1100110 11100000 1100100
Octal 146 340 144

Shades and tints

Shades of #66E064

#66E064
(102,224,100)
#5DCC5B
(93,204,91)
#54B852
(84,184,82)
#4BA449
(75,164,73)
#429040
(66,144,64)
#397C37
(57,124,55)
#30682E
(48,104,46)
#275425
(39,84,37)
#1E401C
(30,64,28)
#152C13
(21,44,19)
#0C180A
(12,24,10)
#000000
(0,0,0)

Tints of #66E064

#66E064
(102,224,100)
#73E272
(115,226,114)
#80E480
(128,228,128)
#8DE68E
(141,230,142)
#9AE89C
(154,232,156)
#A7EAAA
(167,234,170)
#B4ECB8
(180,236,184)
#C1EEC6
(193,238,198)
#CEF0D4
(206,240,212)
#DBF2E2
(219,242,226)
#E8F4F0
(232,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66E064 color. Also use rgb(102,224,100) instead hex code.

Text Font Color

.myTextColor { color: #66E064; }

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

This text font color is #66E064.

Background Color

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

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

This div background color is #66E064.

Border color

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

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

This div border color is #66E064.

Opacity

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

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

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

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

This text has shadow with #66E064 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66E064.

Preview

Color preview on black background

This text has color #66E064 on black background.


Color preview on white background

This text has color #66E064 on white background.


Black color preview on #66E064 background

This text has black color on #66E064 background.


White color preview on #66E064 background

This text has white color on #66E064 background.


Related colors

Complementary color

Complementary color for #66E064 is #991F9B.


I love getcolorcode.com

Triadic colors

1 #6466E0 and #E06466 with #66E064 are triadic colors.

2 #64E066 and #E06664 with #66E064 are triadic colors.