COLOR #67DB80

HEX: #67DB80 RGB: (103,219,128)

Color info

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

RGB color model

#67DB80 color RGB value is (103,219,128).

RGB: (103,219,128) (40%, 86%, 50%)

RGB channels and saturation

R 103 of 255 = 40%
G 219 of 255 = 86%
B 128 of 255 = 50%

103
219
128

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

Portions of RGB colors in percentages

R + G + B = 103 + 219 + 128 = 450 (100%)
R 103 of 450 ~ 22.89%
G 219 of 450 ~ 48.67%
B 128 of 450 ~ 28.44'%

%22.89
%48.67
%28.44

CMYK color model

#67DB80 color CMYK value is (53,0,42,14).

  • cyan value is 52.97%
  • magenta value is 0.00%
  • yellow value is 41.55%
  • key color value is 14.12%

CMYK: (53,0,42,14)
C53M0Y42K14 (53%, 0%, 42%, 14%)
(0.53 / 0.00 / 0.42 / 0.14)

CMYK percentages

%52.97
%0
%41.55
%14.12

Codes

Color #67DB80 in popluar color models

67 DB 80
RGB 103 219 128
HSL 133° 61.70% 63.14%
HSB/HSV 133° 52.97% 85.88%
CMYK 52.97% 0.00% 41.55%
14.12%

Color #67DB80 in popluar number systems.

HEX 67 DB 80
Decimal 103 219 128
Binary 1100111 11011011 10000000
Octal 147 333 200

Shades and tints

Shades of #67DB80

#67DB80
(103,219,128)
#5EC875
(94,200,117)
#55B56A
(85,181,106)
#4CA25F
(76,162,95)
#438F54
(67,143,84)
#3A7C49
(58,124,73)
#31693E
(49,105,62)
#285633
(40,86,51)
#1F4328
(31,67,40)
#16301D
(22,48,29)
#0D1D12
(13,29,18)
#000000
(0,0,0)

Tints of #67DB80

#67DB80
(103,219,128)
#74DE8B
(116,222,139)
#81E196
(129,225,150)
#8EE4A1
(142,228,161)
#9BE7AC
(155,231,172)
#A8EAB7
(168,234,183)
#B5EDC2
(181,237,194)
#C2F0CD
(194,240,205)
#CFF3D8
(207,243,216)
#DCF6E3
(220,246,227)
#E9F9EE
(233,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67DB80 color. Also use rgb(103,219,128) instead hex code.

Text Font Color

.myTextColor { color: #67DB80; }

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

This text font color is #67DB80.

Background Color

.myBgColor { background-color: #67DB80; }

<div style="background-color:#67DB80">Inner text</div>

This div background color is #67DB80.

Border color

.myBorderColor { border: 1px solid #67DB80; }

<div style="border:3px solid #67DB80">Div</div>

This div border color is #67DB80.

Opacity

.myOpacity80 { color: #67DB80; opacity: 0.8; }

<p style="color:#67DB80;opacity:0.8;">80%</p>

Text with #67DB80 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 #67DB80;}

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

This text has shadow with #67DB80 color.


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

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

This text has shadow with #67DB80 primary color and red secondary color.


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

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

This text has shadow with #67DB80 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #67DB80.

Preview

Color preview on black background

This text has color #67DB80 on black background.


Color preview on white background

This text has color #67DB80 on white background.


Black color preview on #67DB80 background

This text has black color on #67DB80 background.


White color preview on #67DB80 background

This text has white color on #67DB80 background.


Related colors

Complementary color

Complementary color for #hex is #98247F.


I love getcolorcode.com

Triadic colors

1 #8067DB and #DB8067 with #67DB80 are triadic colors.

2 #80DB67 and #DB6780 with #67DB80 are triadic colors.