COLOR #66E98B

HEX: #66E98B
RGB: (102,233,139)

Color info

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

RGB color model

#66E98B color RGB value is (102,233,139).

  • red value is 102;
  • green value is 233;
  • blue value is 139.
RGB:
(102,233,139)
(40%,91%,55%)

RGB channels and saturation

R 102 of 255 = 40%
G 233 of 255 = 91%
B 139 of 255 = 55%

102
233
139

R + G + B ~ 62%. #66E98B is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 233 + 139 = 474 (100%)
R 102 of 474 ~ 21.52%
G 233 of 474 ~ 49.16%
B 139 of 474 ~ 29.32%

%21.52
%49.16
%29.32

CMYK color model

#66E98B color CMYK value is (56,0,40,9).

  • cyan value is 56.22%
  • magenta value is 0.00%
  • yellow value is 40.34%
  • key color value is 8.63%
CMYK:
(56,0,40,9)
C56M0Y40K9 
(56%,0%,40%,9%)
(0.56/0.00/0.40/0.09)	

CMYK percentages

%56.22
%0
%40.34
%8.63

Codes

Color #66E98B in popluar color models

66E98B
RGB102233139
HSL137°74.86%65.69%
HSB/HSV137°56.22%91.37%
CMYK56.22%0.00%40.34%
8.63%

Color #66E98B in popluar number systems.

HEX66E98B
Decimal102233139
Binary11001101110100110001011
Octal146351213

Shades and tints

Shades of #66E98B

#66E98B
(102,233,139)
#5DD47F
(93,212,127)
#54BF73
(84,191,115)
#4BAA67
(75,170,103)
#42955B
(66,149,91)
#39804F
(57,128,79)
#306B43
(48,107,67)
#275637
(39,86,55)
#1E412B
(30,65,43)
#152C1F
(21,44,31)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #66E98B

#66E98B
(102,233,139)
#73EB95
(115,235,149)
#80ED9F
(128,237,159)
#8DEFA9
(141,239,169)
#9AF1B3
(154,241,179)
#A7F3BD
(167,243,189)
#B4F5C7
(180,245,199)
#C1F7D1
(193,247,209)
#CEF9DB
(206,249,219)
#DBFBE5
(219,251,229)
#E8FDEF
(232,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66E98B color. Also use rgb(102,233,139) instead hex code.

Text Font Color

.myTextColor { color: #66E98B; }

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

This text font color is #66E98B.


Background Color

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

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

This div background color is #66E98B.


Border color

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

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

This div border color is #66E98B.


Opacity

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

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

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

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

This text has shadow with #66E98B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66E98B on black background.


Color preview on white background

This text has color #66E98B on white background.



Black color preview on #66E98B background

This text has black color on #66E98B background.


White color preview on #66E98B background

This text has white color on #66E98B background.