COLOR #78CB80

HEX: #78CB80
RGB: (120,203,128)

Color info

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

RGB color model

#78CB80 color RGB value is (120,203,128).

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

RGB channels and saturation

R 120 of 255 = 47%
G 203 of 255 = 80%
B 128 of 255 = 50%

120
203
128

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

Portions of RGB colors in percentages

R + G + B =
120 + 203 + 128 = 451 (100%)
R 120 of 451 ~ 26.61%
G 203 of 451 ~ 45.01%
B 128 of 451 ~ 28.38%

%26.61
%45.01
%28.38

CMYK color model

#78CB80 color CMYK value is (41,0,37,20).

  • cyan value is 40.89%
  • magenta value is 0.00%
  • yellow value is 36.95%
  • key color value is 20.39%
CMYK:
(41,0,37,20)
C41M0Y37K20 
(41%,0%,37%,20%)
(0.41/0.00/0.37/0.20)	

CMYK percentages

%40.89
%0
%36.95
%20.39

Codes

Color #78CB80 in popluar color models

78CB80
RGB120203128
HSL126°44.39%63.33%
HSB/HSV126°40.89%79.61%
CMYK40.89%0.00%36.95%
20.39%

Color #78CB80 in popluar number systems.

HEX78CB80
Decimal120203128
Binary11110001100101110000000
Octal170313200

Shades and tints

Shades of #78CB80

#78CB80
(120,203,128)
#6EB975
(110,185,117)
#64A76A
(100,167,106)
#5A955F
(90,149,95)
#508354
(80,131,84)
#467149
(70,113,73)
#3C5F3E
(60,95,62)
#324D33
(50,77,51)
#283B28
(40,59,40)
#1E291D
(30,41,29)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #78CB80

#78CB80
(120,203,128)
#84CF8B
(132,207,139)
#90D396
(144,211,150)
#9CD7A1
(156,215,161)
#A8DBAC
(168,219,172)
#B4DFB7
(180,223,183)
#C0E3C2
(192,227,194)
#CCE7CD
(204,231,205)
#D8EBD8
(216,235,216)
#E4EFE3
(228,239,227)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78CB80; }

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

This text font color is #78CB80.


Background Color

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

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

This div background color is #78CB80.


Border color

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

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

This div border color is #78CB80.


Opacity

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

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

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

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

This text has shadow with #78CB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78CB80 on black background.


Color preview on white background

This text has color #78CB80 on white background.



Black color preview on #78CB80 background

This text has black color on #78CB80 background.


White color preview on #78CB80 background

This text has white color on #78CB80 background.