COLOR #67CD67

HEX: #67CD67
RGB: (103,205,103)

Color info

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

RGB color model

#67CD67 color RGB value is (103,205,103).

  • red value is 103;
  • green value is 205;
  • blue value is 103.
RGB:
(103,205,103)
(40%,80%,40%)

RGB channels and saturation

R 103 of 255 = 40%
G 205 of 255 = 80%
B 103 of 255 = 40%

103
205
103

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

Portions of RGB colors in percentages

R + G + B =
103 + 205 + 103 = 411 (100%)
R 103 of 411 ~ 25.06%
G 205 of 411 ~ 49.88%
B 103 of 411 ~ 25.06%

%25.06
%49.88
%25.06

CMYK color model

#67CD67 color CMYK value is (50,0,50,20).

  • cyan value is 49.76%
  • magenta value is 0.00%
  • yellow value is 49.76%
  • key color value is 19.61%
CMYK:
(50,0,50,20)
C50M0Y50K20 
(50%,0%,50%,20%)
(0.50/0.00/0.50/0.20)	

CMYK percentages

%49.76
%0
%49.76
%19.61

Codes

Color #67CD67 in popluar color models

67CD67
RGB103205103
HSL120°50.50%60.39%
HSB/HSV120°49.76%80.39%
CMYK49.76%0.00%49.76%
19.61%

Color #67CD67 in popluar number systems.

HEX67CD67
Decimal103205103
Binary1100111110011011100111
Octal147315147

Shades and tints

Shades of #67CD67

#67CD67
(103,205,103)
#5EBB5E
(94,187,94)
#55A955
(85,169,85)
#4C974C
(76,151,76)
#438543
(67,133,67)
#3A733A
(58,115,58)
#316131
(49,97,49)
#284F28
(40,79,40)
#1F3D1F
(31,61,31)
#162B16
(22,43,22)
#0D190D
(13,25,13)
#000000
(0,0,0)

Tints of #67CD67

#67CD67
(103,205,103)
#74D174
(116,209,116)
#81D581
(129,213,129)
#8ED98E
(142,217,142)
#9BDD9B
(155,221,155)
#A8E1A8
(168,225,168)
#B5E5B5
(181,229,181)
#C2E9C2
(194,233,194)
#CFEDCF
(207,237,207)
#DCF1DC
(220,241,220)
#E9F5E9
(233,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67CD67; }

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

This text font color is #67CD67.


Background Color

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

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

This div background color is #67CD67.


Border color

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

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

This div border color is #67CD67.


Opacity

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

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

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

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

This text has shadow with #67CD67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67CD67 on black background.


Color preview on white background

This text has color #67CD67 on white background.



Black color preview on #67CD67 background

This text has black color on #67CD67 background.


White color preview on #67CD67 background

This text has white color on #67CD67 background.