COLOR #78D780

HEX: #78D780
RGB: (120,215,128)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

120
215
128

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

Portions of RGB colors in percentages

R + G + B =
120 + 215 + 128 = 463 (100%)
R 120 of 463 ~ 25.92%
G 215 of 463 ~ 46.44%
B 128 of 463 ~ 27.65%

%25.92
%46.44
%27.65

CMYK color model

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

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

CMYK percentages

%44.19
%0
%40.47
%15.69

Codes

Color #78D780 in popluar color models

78D780
RGB120215128
HSL125°54.29%65.69%
HSB/HSV125°44.19%84.31%
CMYK44.19%0.00%40.47%
15.69%

Color #78D780 in popluar number systems.

HEX78D780
Decimal120215128
Binary11110001101011110000000
Octal170327200

Shades and tints

Shades of #78D780

#78D780
(120,215,128)
#6EC475
(110,196,117)
#64B16A
(100,177,106)
#5A9E5F
(90,158,95)
#508B54
(80,139,84)
#467849
(70,120,73)
#3C653E
(60,101,62)
#325233
(50,82,51)
#283F28
(40,63,40)
#1E2C1D
(30,44,29)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #78D780

#78D780
(120,215,128)
#84DA8B
(132,218,139)
#90DD96
(144,221,150)
#9CE0A1
(156,224,161)
#A8E3AC
(168,227,172)
#B4E6B7
(180,230,183)
#C0E9C2
(192,233,194)
#CCECCD
(204,236,205)
#D8EFD8
(216,239,216)
#E4F2E3
(228,242,227)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78D780; }

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

This text font color is #78D780.


Background Color

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

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

This div background color is #78D780.


Border color

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

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

This div border color is #78D780.


Opacity

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

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

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

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

This text has shadow with #78D780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D780 on black background.


Color preview on white background

This text has color #78D780 on white background.



Black color preview on #78D780 background

This text has black color on #78D780 background.


White color preview on #78D780 background

This text has white color on #78D780 background.