COLOR #68E68D

HEX: #68E68D
RGB: (104,230,141)

Color info

#68E68D contains mainly green color. Web safe color of #68E68D is #66CC99 (or #6C9).

RGB color model

#68E68D color RGB value is (104,230,141).

  • red value is 104;
  • green value is 230;
  • blue value is 141.
RGB:
(104,230,141)
(41%,90%,55%)

RGB channels and saturation

R 104 of 255 = 41%
G 230 of 255 = 90%
B 141 of 255 = 55%

104
230
141

R + G + B ~ 62%. #68E68D is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 230 + 141 = 475 (100%)
R 104 of 475 ~ 21.89%
G 230 of 475 ~ 48.42%
B 141 of 475 ~ 29.68%

%21.89
%48.42
%29.68

CMYK color model

#68E68D color CMYK value is (55,0,39,10).

  • cyan value is 54.78%
  • magenta value is 0.00%
  • yellow value is 38.70%
  • key color value is 9.80%
CMYK:
(55,0,39,10)
C55M0Y39K10 
(55%,0%,39%,10%)
(0.55/0.00/0.39/0.10)	

CMYK percentages

%54.78
%0
%38.7
%9.8

Codes

Color #68E68D in popluar color models

68E68D
RGB104230141
HSL138°71.59%65.49%
HSB/HSV138°54.78%90.20%
CMYK54.78%0.00%38.70%
9.80%

Color #68E68D in popluar number systems.

HEX68E68D
Decimal104230141
Binary11010001110011010001101
Octal150346215

Shades and tints

Shades of #68E68D

#68E68D
(104,230,141)
#5FD281
(95,210,129)
#56BE75
(86,190,117)
#4DAA69
(77,170,105)
#44965D
(68,150,93)
#3B8251
(59,130,81)
#326E45
(50,110,69)
#295A39
(41,90,57)
#20462D
(32,70,45)
#173221
(23,50,33)
#0E1E15
(14,30,21)
#000000
(0,0,0)

Tints of #68E68D

#68E68D
(104,230,141)
#75E897
(117,232,151)
#82EAA1
(130,234,161)
#8FECAB
(143,236,171)
#9CEEB5
(156,238,181)
#A9F0BF
(169,240,191)
#B6F2C9
(182,242,201)
#C3F4D3
(195,244,211)
#D0F6DD
(208,246,221)
#DDF8E7
(221,248,231)
#EAFAF1
(234,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68E68D color. Also use rgb(104,230,141) instead hex code.

Text Font Color

.myTextColor { color: #68E68D; }

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

This text font color is #68E68D.


Background Color

.myBgColor { background-color: #68E68D; }

<div style="background-color:#68E68D">Inner text</div>

This div background color is #68E68D.


Border color

.myBorderColor { border: 1px solid #68E68D; }

<div style="border:3px solid #68E68D">Div</div>

This div border color is #68E68D.


Opacity

.myOpacity80 { color: #68E68D; opacity: 0.8; }

<p style="color:#68E68D;opacity:0.8;">80%</p>

Text with #68E68D 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 #68E68D;}

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

This text has shadow with #68E68D color.

.textShadow {text-shadow: 3px 3px 1px #68E68D, 3px 3px 1px red;}

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

This text has shadow with #68E68D primary color and red secondary color.


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

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

This text has shadow with #68E68D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68E68D on black background.


Color preview on white background

This text has color #68E68D on white background.



Black color preview on #68E68D background

This text has black color on #68E68D background.


White color preview on #68E68D background

This text has white color on #68E68D background.