COLOR #66EE06

HEX: #66EE06
RGB: (102,238,6)

Color info

#66EE06 contains mainly green color. Web safe color of #66EE06 is #66FF00 (or #6F0).

RGB color model

#66EE06 color RGB value is (102,238,6).

  • red value is 102;
  • green value is 238;
  • blue value is 6.
RGB:
(102,238,6)
(40%,93%,2%)

RGB channels and saturation

R 102 of 255 = 40%
G 238 of 255 = 93%
B 6 of 255 = 2%

102
238
6

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

Portions of RGB colors in percentages

R + G + B =
102 + 238 + 6 = 346 (100%)
R 102 of 346 ~ 29.48%
G 238 of 346 ~ 68.79%
B 6 of 346 ~ 1.73%

%29.48
%68.79

CMYK color model

#66EE06 color CMYK value is (57,0,97,7).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 97.48%
  • key color value is 6.67%
CMYK:
(57,0,97,7)
C57M0Y97K7 
(57%,0%,97%,7%)
(0.57/0.00/0.97/0.07)	

CMYK percentages

%57.14
%0
%97.48
%6.67

Codes

Color #66EE06 in popluar color models

66EE06
RGB1022386
HSL95°95.08%47.84%
HSB/HSV95°97.48%93.33%
CMYK57.14%0.00%97.48%
6.67%

Color #66EE06 in popluar number systems.

HEX66EE06
Decimal1022386
Binary110011011101110110
Octal1463566

Shades and tints

Shades of #66EE06

#66EE06
(102,238,6)
#5DD906
(93,217,6)
#54C406
(84,196,6)
#4BAF06
(75,175,6)
#429A06
(66,154,6)
#398506
(57,133,6)
#307006
(48,112,6)
#275B06
(39,91,6)
#1E4606
(30,70,6)
#153106
(21,49,6)
#0C1C06
(12,28,6)
#000000
(0,0,0)

Tints of #66EE06

#66EE06
(102,238,6)
#73EF1C
(115,239,28)
#80F032
(128,240,50)
#8DF148
(141,241,72)
#9AF25E
(154,242,94)
#A7F374
(167,243,116)
#B4F48A
(180,244,138)
#C1F5A0
(193,245,160)
#CEF6B6
(206,246,182)
#DBF7CC
(219,247,204)
#E8F8E2
(232,248,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66EE06 color. Also use rgb(102,238,6) instead hex code.

Text Font Color

.myTextColor { color: #66EE06; }

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

This text font color is #66EE06.


Background Color

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

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

This div background color is #66EE06.


Border color

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

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

This div border color is #66EE06.


Opacity

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

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

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

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

This text has shadow with #66EE06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66EE06 on black background.


Color preview on white background

This text has color #66EE06 on white background.



Black color preview on #66EE06 background

This text has black color on #66EE06 background.


White color preview on #66EE06 background

This text has white color on #66EE06 background.