COLOR #68DC83

HEX: #68DC83 RGB: (104,220,131)

Color info

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

RGB color model

#68DC83 color RGB value is (104,220,131).

RGB: (104,220,131) (41%, 86%, 51%)

RGB channels and saturation

R 104 of 255 = 41%
G 220 of 255 = 86%
B 131 of 255 = 51%

104
220
131

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

Portions of RGB colors in percentages

R + G + B = 104 + 220 + 131 = 455 (100%)
R 104 of 455 ~ 22.86%
G 220 of 455 ~ 48.35%
B 131 of 455 ~ 28.79'%

%22.86
%48.35
%28.79

CMYK color model

#68DC83 color CMYK value is (53,0,40,14).

  • cyan value is 52.73%
  • magenta value is 0.00%
  • yellow value is 40.45%
  • key color value is 13.73%

CMYK: (53,0,40,14)
C53M0Y40K14 (53%, 0%, 40%, 14%)
(0.53 / 0.00 / 0.40 / 0.14)

CMYK percentages

%52.73
%0
%40.45
%13.73

Codes

Color #68DC83 in popluar color models

68 DC 83
RGB 104 220 131
HSL 134° 62.37% 63.53%
HSB/HSV 134° 52.73% 86.27%
CMYK 52.73% 0.00% 40.45%
13.73%

Color #68DC83 in popluar number systems.

HEX 68 DC 83
Decimal 104 220 131
Binary 1101000 11011100 10000011
Octal 150 334 203

Shades and tints

Shades of #68DC83

#68DC83
(104,220,131)
#5FC878
(95,200,120)
#56B46D
(86,180,109)
#4DA062
(77,160,98)
#448C57
(68,140,87)
#3B784C
(59,120,76)
#326441
(50,100,65)
#295036
(41,80,54)
#203C2B
(32,60,43)
#172820
(23,40,32)
#0E1415
(14,20,21)
#000000
(0,0,0)

Tints of #68DC83

#68DC83
(104,220,131)
#75DF8E
(117,223,142)
#82E299
(130,226,153)
#8FE5A4
(143,229,164)
#9CE8AF
(156,232,175)
#A9EBBA
(169,235,186)
#B6EEC5
(182,238,197)
#C3F1D0
(195,241,208)
#D0F4DB
(208,244,219)
#DDF7E6
(221,247,230)
#EAFAF1
(234,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68DC83 color. Also use rgb(104,220,131) instead hex code.

Text Font Color

.myTextColor { color: #68DC83; }

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

This text font color is #68DC83.

Background Color

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

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

This div background color is #68DC83.

Border color

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

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

This div border color is #68DC83.

Opacity

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

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

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

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

This text has shadow with #68DC83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68DC83.

Preview

Color preview on black background

This text has color #68DC83 on black background.


Color preview on white background

This text has color #68DC83 on white background.


Black color preview on #68DC83 background

This text has black color on #68DC83 background.


White color preview on #68DC83 background

This text has white color on #68DC83 background.


Related colors

Complementary color

Complementary color for #hex is #97237C.


I love getcolorcode.com

Triadic colors

1 #8368DC and #DC8368 with #68DC83 are triadic colors.

2 #83DC68 and #DC6883 with #68DC83 are triadic colors.