COLOR #68DA99

HEX: #68DA99
RGB: (104,218,153)

Color info

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

RGB color model

#68DA99 color RGB value is (104,218,153).

  • red value is 104;
  • green value is 218;
  • blue value is 153.
RGB:
(104,218,153)
(41%,85%,60%)

RGB channels and saturation

R 104 of 255 = 41%
G 218 of 255 = 85%
B 153 of 255 = 60%

104
218
153

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

Portions of RGB colors in percentages

R + G + B =
104 + 218 + 153 = 475 (100%)
R 104 of 475 ~ 21.89%
G 218 of 475 ~ 45.89%
B 153 of 475 ~ 32.21%

%21.89
%45.89
%32.21

CMYK color model

#68DA99 color CMYK value is (52,0,30,15).

  • cyan value is 52.29%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 14.51%
CMYK:
(52,0,30,15)
C52M0Y30K15 
(52%,0%,30%,15%)
(0.52/0.00/0.30/0.15)	

CMYK percentages

%52.29
%0
%29.82
%14.51

Codes

Color #68DA99 in popluar color models

68DA99
RGB104218153
HSL146°60.64%63.14%
HSB/HSV146°52.29%85.49%
CMYK52.29%0.00%29.82%
14.51%

Color #68DA99 in popluar number systems.

HEX68DA99
Decimal104218153
Binary11010001101101010011001
Octal150332231

Shades and tints

Shades of #68DA99

#68DA99
(104,218,153)
#5FC78C
(95,199,140)
#56B47F
(86,180,127)
#4DA172
(77,161,114)
#448E65
(68,142,101)
#3B7B58
(59,123,88)
#32684B
(50,104,75)
#29553E
(41,85,62)
#204231
(32,66,49)
#172F24
(23,47,36)
#0E1C17
(14,28,23)
#000000
(0,0,0)

Tints of #68DA99

#68DA99
(104,218,153)
#75DDA2
(117,221,162)
#82E0AB
(130,224,171)
#8FE3B4
(143,227,180)
#9CE6BD
(156,230,189)
#A9E9C6
(169,233,198)
#B6ECCF
(182,236,207)
#C3EFD8
(195,239,216)
#D0F2E1
(208,242,225)
#DDF5EA
(221,245,234)
#EAF8F3
(234,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68DA99 color. Also use rgb(104,218,153) instead hex code.

Text Font Color

.myTextColor { color: #68DA99; }

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

This text font color is #68DA99.


Background Color

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

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

This div background color is #68DA99.


Border color

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

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

This div border color is #68DA99.


Opacity

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

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

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

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

This text has shadow with #68DA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68DA99 on black background.


Color preview on white background

This text has color #68DA99 on white background.



Black color preview on #68DA99 background

This text has black color on #68DA99 background.


White color preview on #68DA99 background

This text has white color on #68DA99 background.