COLOR #68D286

HEX: #68D286 RGB: (104,210,134)

Color info

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

RGB color model

#68D286 color RGB value is (104,210,134).

RGB: (104,210,134) (41%, 82%, 53%)

RGB channels and saturation

R 104 of 255 = 41%
G 210 of 255 = 82%
B 134 of 255 = 53%

104
210
134

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

Portions of RGB colors in percentages

R + G + B = 104 + 210 + 134 = 448 (100%)
R 104 of 448 ~ 23.21%
G 210 of 448 ~ 46.88%
B 134 of 448 ~ 29.91'%

%23.21
%46.88
%29.91

CMYK color model

#68D286 color CMYK value is (50,0,36,18).

  • cyan value is 50.48%
  • magenta value is 0.00%
  • yellow value is 36.19%
  • key color value is 17.65%

CMYK: (50,0,36,18)
C50M0Y36K18 (50%, 0%, 36%, 18%)
(0.50 / 0.00 / 0.36 / 0.18)

CMYK percentages

%50.48
%0
%36.19
%17.65

Codes

Color #68D286 in popluar color models

68 D2 86
RGB 104 210 134
HSL 137° 54.08% 61.57%
HSB/HSV 137° 50.48% 82.35%
CMYK 50.48% 0.00% 36.19%
17.65%

Color #68D286 in popluar number systems.

HEX 68 D2 86
Decimal 104 210 134
Binary 1101000 11010010 10000110
Octal 150 322 206

Shades and tints

Shades of #68D286

#68D286
(104,210,134)
#5FBF7A
(95,191,122)
#56AC6E
(86,172,110)
#4D9962
(77,153,98)
#448656
(68,134,86)
#3B734A
(59,115,74)
#32603E
(50,96,62)
#294D32
(41,77,50)
#203A26
(32,58,38)
#17271A
(23,39,26)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #68D286

#68D286
(104,210,134)
#75D691
(117,214,145)
#82DA9C
(130,218,156)
#8FDEA7
(143,222,167)
#9CE2B2
(156,226,178)
#A9E6BD
(169,230,189)
#B6EAC8
(182,234,200)
#C3EED3
(195,238,211)
#D0F2DE
(208,242,222)
#DDF6E9
(221,246,233)
#EAFAF4
(234,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68D286 color. Also use rgb(104,210,134) instead hex code.

Text Font Color

.myTextColor { color: #68D286; }

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

This text font color is #68D286.

Background Color

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

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

This div background color is #68D286.

Border color

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

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

This div border color is #68D286.

Opacity

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

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

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

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

This text has shadow with #68D286 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68D286.

Preview

Color preview on black background

This text has color #68D286 on black background.


Color preview on white background

This text has color #68D286 on white background.


Black color preview on #68D286 background

This text has black color on #68D286 background.


White color preview on #68D286 background

This text has white color on #68D286 background.


Related colors

Complementary color

Complementary color for #hex is #972D79.


I love getcolorcode.com

Triadic colors

1 #8668D2 and #D28668 with #68D286 are triadic colors.

2 #86D268 and #D26886 with #68D286 are triadic colors.