COLOR #68D380

HEX: #68D380 RGB: (104,211,128)

Color info

#68D380 contains mainly green color. Web safe color of #68D380 is #66CC66 (or #6C6).

RGB color model

#68D380 color RGB value is (104,211,128).

RGB: (104,211,128) (41%, 83%, 50%)

RGB channels and saturation

R 104 of 255 = 41%
G 211 of 255 = 83%
B 128 of 255 = 50%

104
211
128

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

Portions of RGB colors in percentages

R + G + B = 104 + 211 + 128 = 443 (100%)
R 104 of 443 ~ 23.48%
G 211 of 443 ~ 47.63%
B 128 of 443 ~ 28.89'%

%23.48
%47.63
%28.89

CMYK color model

#68D380 color CMYK value is (51,0,39,17).

  • cyan value is 50.71%
  • magenta value is 0.00%
  • yellow value is 39.34%
  • key color value is 17.25%

CMYK: (51,0,39,17)
C51M0Y39K17 (51%, 0%, 39%, 17%)
(0.51 / 0.00 / 0.39 / 0.17)

CMYK percentages

%50.71
%0
%39.34
%17.25

Codes

Color #68D380 in popluar color models

68 D3 80
RGB 104 211 128
HSL 133° 54.87% 61.76%
HSB/HSV 133° 50.71% 82.75%
CMYK 50.71% 0.00% 39.34%
17.25%

Color #68D380 in popluar number systems.

HEX 68 D3 80
Decimal 104 211 128
Binary 1101000 11010011 10000000
Octal 150 323 200

Shades and tints

Shades of #68D380

#68D380
(104,211,128)
#5FC075
(95,192,117)
#56AD6A
(86,173,106)
#4D9A5F
(77,154,95)
#448754
(68,135,84)
#3B7449
(59,116,73)
#32613E
(50,97,62)
#294E33
(41,78,51)
#203B28
(32,59,40)
#17281D
(23,40,29)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #68D380

#68D380
(104,211,128)
#75D78B
(117,215,139)
#82DB96
(130,219,150)
#8FDFA1
(143,223,161)
#9CE3AC
(156,227,172)
#A9E7B7
(169,231,183)
#B6EBC2
(182,235,194)
#C3EFCD
(195,239,205)
#D0F3D8
(208,243,216)
#DDF7E3
(221,247,227)
#EAFBEE
(234,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68D380 color. Also use rgb(104,211,128) instead hex code.

Text Font Color

.myTextColor { color: #68D380; }

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

This text font color is #68D380.

Background Color

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

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

This div background color is #68D380.

Border color

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

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

This div border color is #68D380.

Opacity

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

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

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

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

This text has shadow with #68D380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68D380.

Preview

Color preview on black background

This text has color #68D380 on black background.


Color preview on white background

This text has color #68D380 on white background.


Black color preview on #68D380 background

This text has black color on #68D380 background.


White color preview on #68D380 background

This text has white color on #68D380 background.


Related colors

Complementary color

Complementary color for #hex is #972C7F.


I love getcolorcode.com

Triadic colors

1 #8068D3 and #D38068 with #68D380 are triadic colors.

2 #80D368 and #D36880 with #68D380 are triadic colors.