COLOR #67D395

HEX: #67D395
RGB: (103,211,149)

Color info

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

RGB color model

#67D395 color RGB value is (103,211,149).

  • red value is 103;
  • green value is 211;
  • blue value is 149.
RGB:
(103,211,149)
(40%,83%,58%)

RGB channels and saturation

R 103 of 255 = 40%
G 211 of 255 = 83%
B 149 of 255 = 58%

103
211
149

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

Portions of RGB colors in percentages

R + G + B =
103 + 211 + 149 = 463 (100%)
R 103 of 463 ~ 22.25%
G 211 of 463 ~ 45.57%
B 149 of 463 ~ 32.18%

%22.25
%45.57
%32.18

CMYK color model

#67D395 color CMYK value is (51,0,29,17).

  • cyan value is 51.18%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 17.25%
CMYK:
(51,0,29,17)
C51M0Y29K17 
(51%,0%,29%,17%)
(0.51/0.00/0.29/0.17)	

CMYK percentages

%51.18
%0
%29.38
%17.25

Codes

Color #67D395 in popluar color models

67D395
RGB103211149
HSL146°55.10%61.57%
HSB/HSV146°51.18%82.75%
CMYK51.18%0.00%29.38%
17.25%

Color #67D395 in popluar number systems.

HEX67D395
Decimal103211149
Binary11001111101001110010101
Octal147323225

Shades and tints

Shades of #67D395

#67D395
(103,211,149)
#5EC088
(94,192,136)
#55AD7B
(85,173,123)
#4C9A6E
(76,154,110)
#438761
(67,135,97)
#3A7454
(58,116,84)
#316147
(49,97,71)
#284E3A
(40,78,58)
#1F3B2D
(31,59,45)
#162820
(22,40,32)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #67D395

#67D395
(103,211,149)
#74D79E
(116,215,158)
#81DBA7
(129,219,167)
#8EDFB0
(142,223,176)
#9BE3B9
(155,227,185)
#A8E7C2
(168,231,194)
#B5EBCB
(181,235,203)
#C2EFD4
(194,239,212)
#CFF3DD
(207,243,221)
#DCF7E6
(220,247,230)
#E9FBEF
(233,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67D395 color. Also use rgb(103,211,149) instead hex code.

Text Font Color

.myTextColor { color: #67D395; }

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

This text font color is #67D395.


Background Color

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

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

This div background color is #67D395.


Border color

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

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

This div border color is #67D395.


Opacity

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

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

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

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

This text has shadow with #67D395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67D395 on black background.


Color preview on white background

This text has color #67D395 on white background.



Black color preview on #67D395 background

This text has black color on #67D395 background.


White color preview on #67D395 background

This text has white color on #67D395 background.