COLOR #78D778

HEX: #78D778
RGB: (120,215,120)

Color info

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

RGB color model

#78D778 color RGB value is (120,215,120).

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

RGB channels and saturation

R 120 of 255 = 47%
G 215 of 255 = 84%
B 120 of 255 = 47%

120
215
120

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

Portions of RGB colors in percentages

R + G + B =
120 + 215 + 120 = 455 (100%)
R 120 of 455 ~ 26.37%
G 215 of 455 ~ 47.25%
B 120 of 455 ~ 26.37%

%26.37
%47.25
%26.37

CMYK color model

#78D778 color CMYK value is (44,0,44,16).

  • cyan value is 44.19%
  • magenta value is 0.00%
  • yellow value is 44.19%
  • key color value is 15.69%
CMYK:
(44,0,44,16)
C44M0Y44K16 
(44%,0%,44%,16%)
(0.44/0.00/0.44/0.16)	

CMYK percentages

%44.19
%0
%44.19
%15.69

Codes

Color #78D778 in popluar color models

78D778
RGB120215120
HSL120°54.29%65.69%
HSB/HSV120°44.19%84.31%
CMYK44.19%0.00%44.19%
15.69%

Color #78D778 in popluar number systems.

HEX78D778
Decimal120215120
Binary1111000110101111111000
Octal170327170

Shades and tints

Shades of #78D778

#78D778
(120,215,120)
#6EC46E
(110,196,110)
#64B164
(100,177,100)
#5A9E5A
(90,158,90)
#508B50
(80,139,80)
#467846
(70,120,70)
#3C653C
(60,101,60)
#325232
(50,82,50)
#283F28
(40,63,40)
#1E2C1E
(30,44,30)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #78D778

#78D778
(120,215,120)
#84DA84
(132,218,132)
#90DD90
(144,221,144)
#9CE09C
(156,224,156)
#A8E3A8
(168,227,168)
#B4E6B4
(180,230,180)
#C0E9C0
(192,233,192)
#CCECCC
(204,236,204)
#D8EFD8
(216,239,216)
#E4F2E4
(228,242,228)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78D778; }

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

This text font color is #78D778.


Background Color

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

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

This div background color is #78D778.


Border color

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

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

This div border color is #78D778.


Opacity

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

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

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

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

This text has shadow with #78D778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D778 on black background.


Color preview on white background

This text has color #78D778 on white background.



Black color preview on #78D778 background

This text has black color on #78D778 background.


White color preview on #78D778 background

This text has white color on #78D778 background.