COLOR #68F49D

HEX: #68F49D
RGB: (104,244,157)

Color info

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

RGB color model

#68F49D color RGB value is (104,244,157).

  • red value is 104;
  • green value is 244;
  • blue value is 157.
RGB:
(104,244,157)
(41%,96%,62%)

RGB channels and saturation

R 104 of 255 = 41%
G 244 of 255 = 96%
B 157 of 255 = 62%

104
244
157

R + G + B ~ 66%. #68F49D is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 244 + 157 = 505 (100%)
R 104 of 505 ~ 20.59%
G 244 of 505 ~ 48.32%
B 157 of 505 ~ 31.09%

%20.59
%48.32
%31.09

CMYK color model

#68F49D color CMYK value is (57,0,36,4).

  • cyan value is 57.38%
  • magenta value is 0.00%
  • yellow value is 35.66%
  • key color value is 4.31%
CMYK:
(57,0,36,4)
C57M0Y36K4 
(57%,0%,36%,4%)
(0.57/0.00/0.36/0.04)	

CMYK percentages

%57.38
%0
%35.66
%4.31

Codes

Color #68F49D in popluar color models

68F49D
RGB104244157
HSL143°86.42%68.24%
HSB/HSV143°57.38%95.69%
CMYK57.38%0.00%35.66%
4.31%

Color #68F49D in popluar number systems.

HEX68F49D
Decimal104244157
Binary11010001111010010011101
Octal150364235

Shades and tints

Shades of #68F49D

#68F49D
(104,244,157)
#5FDE8F
(95,222,143)
#56C881
(86,200,129)
#4DB273
(77,178,115)
#449C65
(68,156,101)
#3B8657
(59,134,87)
#327049
(50,112,73)
#295A3B
(41,90,59)
#20442D
(32,68,45)
#172E1F
(23,46,31)
#0E1811
(14,24,17)
#000000
(0,0,0)

Tints of #68F49D

#68F49D
(104,244,157)
#75F5A5
(117,245,165)
#82F6AD
(130,246,173)
#8FF7B5
(143,247,181)
#9CF8BD
(156,248,189)
#A9F9C5
(169,249,197)
#B6FACD
(182,250,205)
#C3FBD5
(195,251,213)
#D0FCDD
(208,252,221)
#DDFDE5
(221,253,229)
#EAFEED
(234,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68F49D color. Also use rgb(104,244,157) instead hex code.

Text Font Color

.myTextColor { color: #68F49D; }

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

This text font color is #68F49D.


Background Color

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

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

This div background color is #68F49D.


Border color

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

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

This div border color is #68F49D.


Opacity

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

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

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

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

This text has shadow with #68F49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68F49D on black background.


Color preview on white background

This text has color #68F49D on white background.



Black color preview on #68F49D background

This text has black color on #68F49D background.


White color preview on #68F49D background

This text has white color on #68F49D background.