COLOR #66EA68

HEX: #66EA68
RGB: (102,234,104)

Color info

#66EA68 contains mainly green color. Web safe color of #66EA68 is #66FF66 (or #6F6).

RGB color model

#66EA68 color RGB value is (102,234,104).

  • red value is 102;
  • green value is 234;
  • blue value is 104.
RGB:
(102,234,104)
(40%,92%,41%)

RGB channels and saturation

R 102 of 255 = 40%
G 234 of 255 = 92%
B 104 of 255 = 41%

102
234
104

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

Portions of RGB colors in percentages

R + G + B =
102 + 234 + 104 = 440 (100%)
R 102 of 440 ~ 23.18%
G 234 of 440 ~ 53.18%
B 104 of 440 ~ 23.64%

%23.18
%53.18
%23.64

CMYK color model

#66EA68 color CMYK value is (56,0,56,8).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 8.24%
CMYK:
(56,0,56,8)
C56M0Y56K8 
(56%,0%,56%,8%)
(0.56/0.00/0.56/0.08)	

CMYK percentages

%56.41
%0
%55.56
%8.24

Codes

Color #66EA68 in popluar color models

66EA68
RGB102234104
HSL121°75.86%65.88%
HSB/HSV121°56.41%91.76%
CMYK56.41%0.00%55.56%
8.24%

Color #66EA68 in popluar number systems.

HEX66EA68
Decimal102234104
Binary1100110111010101101000
Octal146352150

Shades and tints

Shades of #66EA68

#66EA68
(102,234,104)
#5DD55F
(93,213,95)
#54C056
(84,192,86)
#4BAB4D
(75,171,77)
#429644
(66,150,68)
#39813B
(57,129,59)
#306C32
(48,108,50)
#275729
(39,87,41)
#1E4220
(30,66,32)
#152D17
(21,45,23)
#0C180E
(12,24,14)
#000000
(0,0,0)

Tints of #66EA68

#66EA68
(102,234,104)
#73EB75
(115,235,117)
#80EC82
(128,236,130)
#8DED8F
(141,237,143)
#9AEE9C
(154,238,156)
#A7EFA9
(167,239,169)
#B4F0B6
(180,240,182)
#C1F1C3
(193,241,195)
#CEF2D0
(206,242,208)
#DBF3DD
(219,243,221)
#E8F4EA
(232,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66EA68 color. Also use rgb(102,234,104) instead hex code.

Text Font Color

.myTextColor { color: #66EA68; }

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

This text font color is #66EA68.


Background Color

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

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

This div background color is #66EA68.


Border color

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

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

This div border color is #66EA68.


Opacity

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

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

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

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

This text has shadow with #66EA68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66EA68 on black background.


Color preview on white background

This text has color #66EA68 on white background.



Black color preview on #66EA68 background

This text has black color on #66EA68 background.


White color preview on #66EA68 background

This text has white color on #66EA68 background.