COLOR #78C978

HEX: #78C978
RGB: (120,201,120)

Color info

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

RGB color model

#78C978 color RGB value is (120,201,120).

  • red value is 120;
  • green value is 201;
  • blue value is 120.
RGB:
(120,201,120)
(47%,79%,47%)

RGB channels and saturation

R 120 of 255 = 47%
G 201 of 255 = 79%
B 120 of 255 = 47%

120
201
120

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

Portions of RGB colors in percentages

R + G + B =
120 + 201 + 120 = 441 (100%)
R 120 of 441 ~ 27.21%
G 201 of 441 ~ 45.58%
B 120 of 441 ~ 27.21%

%27.21
%45.58
%27.21

CMYK color model

#78C978 color CMYK value is (40,0,40,21).

  • cyan value is 40.30%
  • magenta value is 0.00%
  • yellow value is 40.30%
  • key color value is 21.18%
CMYK:
(40,0,40,21)
C40M0Y40K21 
(40%,0%,40%,21%)
(0.40/0.00/0.40/0.21)	

CMYK percentages

%40.3
%0
%40.3
%21.18

Codes

Color #78C978 in popluar color models

78C978
RGB120201120
HSL120°42.86%62.94%
HSB/HSV120°40.30%78.82%
CMYK40.30%0.00%40.30%
21.18%

Color #78C978 in popluar number systems.

HEX78C978
Decimal120201120
Binary1111000110010011111000
Octal170311170

Shades and tints

Shades of #78C978

#78C978
(120,201,120)
#6EB76E
(110,183,110)
#64A564
(100,165,100)
#5A935A
(90,147,90)
#508150
(80,129,80)
#466F46
(70,111,70)
#3C5D3C
(60,93,60)
#324B32
(50,75,50)
#283928
(40,57,40)
#1E271E
(30,39,30)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #78C978

#78C978
(120,201,120)
#84CD84
(132,205,132)
#90D190
(144,209,144)
#9CD59C
(156,213,156)
#A8D9A8
(168,217,168)
#B4DDB4
(180,221,180)
#C0E1C0
(192,225,192)
#CCE5CC
(204,229,204)
#D8E9D8
(216,233,216)
#E4EDE4
(228,237,228)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C978; }

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

This text font color is #78C978.


Background Color

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

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

This div background color is #78C978.


Border color

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

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

This div border color is #78C978.


Opacity

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

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

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

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

This text has shadow with #78C978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C978 on black background.


Color preview on white background

This text has color #78C978 on white background.



Black color preview on #78C978 background

This text has black color on #78C978 background.


White color preview on #78C978 background

This text has white color on #78C978 background.