COLOR #66F36E

HEX: #66F36E
RGB: (102,243,110)

Color info

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

RGB color model

#66F36E color RGB value is (102,243,110).

  • red value is 102;
  • green value is 243;
  • blue value is 110.
RGB:
(102,243,110)
(40%,95%,43%)

RGB channels and saturation

R 102 of 255 = 40%
G 243 of 255 = 95%
B 110 of 255 = 43%

102
243
110

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

Portions of RGB colors in percentages

R + G + B =
102 + 243 + 110 = 455 (100%)
R 102 of 455 ~ 22.42%
G 243 of 455 ~ 53.41%
B 110 of 455 ~ 24.18%

%22.42
%53.41
%24.18

CMYK color model

#66F36E color CMYK value is (58,0,55,5).

  • cyan value is 58.02%
  • magenta value is 0.00%
  • yellow value is 54.73%
  • key color value is 4.71%
CMYK:
(58,0,55,5)
C58M0Y55K5 
(58%,0%,55%,5%)
(0.58/0.00/0.55/0.05)	

CMYK percentages

%58.02
%0
%54.73
%4.71

Codes

Color #66F36E in popluar color models

66F36E
RGB102243110
HSL123°85.45%67.65%
HSB/HSV123°58.02%95.29%
CMYK58.02%0.00%54.73%
4.71%

Color #66F36E in popluar number systems.

HEX66F36E
Decimal102243110
Binary1100110111100111101110
Octal146363156

Shades and tints

Shades of #66F36E

#66F36E
(102,243,110)
#5DDD64
(93,221,100)
#54C75A
(84,199,90)
#4BB150
(75,177,80)
#429B46
(66,155,70)
#39853C
(57,133,60)
#306F32
(48,111,50)
#275928
(39,89,40)
#1E431E
(30,67,30)
#152D14
(21,45,20)
#0C170A
(12,23,10)
#000000
(0,0,0)

Tints of #66F36E

#66F36E
(102,243,110)
#73F47B
(115,244,123)
#80F588
(128,245,136)
#8DF695
(141,246,149)
#9AF7A2
(154,247,162)
#A7F8AF
(167,248,175)
#B4F9BC
(180,249,188)
#C1FAC9
(193,250,201)
#CEFBD6
(206,251,214)
#DBFCE3
(219,252,227)
#E8FDF0
(232,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66F36E color. Also use rgb(102,243,110) instead hex code.

Text Font Color

.myTextColor { color: #66F36E; }

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

This text font color is #66F36E.


Background Color

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

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

This div background color is #66F36E.


Border color

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

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

This div border color is #66F36E.


Opacity

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

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

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

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

This text has shadow with #66F36E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66F36E on black background.


Color preview on white background

This text has color #66F36E on white background.



Black color preview on #66F36E background

This text has black color on #66F36E background.


White color preview on #66F36E background

This text has white color on #66F36E background.