COLOR #78CD96

HEX: #78CD96
RGB: (120,205,150)

Color info

#78CD96 contains mainly green and blue colors. Web safe color of #78CD96 is #66CC99 (or #6C9).

RGB color model

#78CD96 color RGB value is (120,205,150).

  • red value is 120;
  • green value is 205;
  • blue value is 150.
RGB:
(120,205,150)
(47%,80%,59%)

RGB channels and saturation

R 120 of 255 = 47%
G 205 of 255 = 80%
B 150 of 255 = 59%

120
205
150

R + G + B ~ 62%. #78CD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 205 + 150 = 475 (100%)
R 120 of 475 ~ 25.26%
G 205 of 475 ~ 43.16%
B 150 of 475 ~ 31.58%

%25.26
%43.16
%31.58

CMYK color model

#78CD96 color CMYK value is (41,0,27,20).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 19.61%
CMYK:
(41,0,27,20)
C41M0Y27K20 
(41%,0%,27%,20%)
(0.41/0.00/0.27/0.20)	

CMYK percentages

%41.46
%0
%26.83
%19.61

Codes

Color #78CD96 in popluar color models

78CD96
RGB120205150
HSL141°45.95%63.73%
HSB/HSV141°41.46%80.39%
CMYK41.46%0.00%26.83%
19.61%

Color #78CD96 in popluar number systems.

HEX78CD96
Decimal120205150
Binary11110001100110110010110
Octal170315226

Shades and tints

Shades of #78CD96

#78CD96
(120,205,150)
#6EBB89
(110,187,137)
#64A97C
(100,169,124)
#5A976F
(90,151,111)
#508562
(80,133,98)
#467355
(70,115,85)
#3C6148
(60,97,72)
#324F3B
(50,79,59)
#283D2E
(40,61,46)
#1E2B21
(30,43,33)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #78CD96

#78CD96
(120,205,150)
#84D19F
(132,209,159)
#90D5A8
(144,213,168)
#9CD9B1
(156,217,177)
#A8DDBA
(168,221,186)
#B4E1C3
(180,225,195)
#C0E5CC
(192,229,204)
#CCE9D5
(204,233,213)
#D8EDDE
(216,237,222)
#E4F1E7
(228,241,231)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78CD96 color. Also use rgb(120,205,150) instead hex code.

Text Font Color

.myTextColor { color: #78CD96; }

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

This text font color is #78CD96.


Background Color

.myBgColor { background-color: #78CD96; }

<div style="background-color:#78CD96">Inner text</div>

This div background color is #78CD96.


Border color

.myBorderColor { border: 1px solid #78CD96; }

<div style="border:3px solid #78CD96">Div</div>

This div border color is #78CD96.


Opacity

.myOpacity80 { color: #78CD96; opacity: 0.8; }

<p style="color:#78CD96;opacity:0.8;">80%</p>

Text with #78CD96 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 #78CD96;}

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

This text has shadow with #78CD96 color.

.textShadow {text-shadow: 3px 3px 1px #78CD96, 3px 3px 1px red;}

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

This text has shadow with #78CD96 primary color and red secondary color.


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

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

This text has shadow with #78CD96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78CD96 on black background.


Color preview on white background

This text has color #78CD96 on white background.



Black color preview on #78CD96 background

This text has black color on #78CD96 background.


White color preview on #78CD96 background

This text has white color on #78CD96 background.