COLOR #78BF80

HEX: #78BF80
RGB: (120,191,128)

Color info

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

RGB color model

#78BF80 color RGB value is (120,191,128).

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

RGB channels and saturation

R 120 of 255 = 47%
G 191 of 255 = 75%
B 128 of 255 = 50%

120
191
128

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

Portions of RGB colors in percentages

R + G + B =
120 + 191 + 128 = 439 (100%)
R 120 of 439 ~ 27.33%
G 191 of 439 ~ 43.51%
B 128 of 439 ~ 29.16%

%27.33
%43.51
%29.16

CMYK color model

#78BF80 color CMYK value is (37,0,33,25).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 32.98%
  • key color value is 25.10%
CMYK:
(37,0,33,25)
C37M0Y33K25 
(37%,0%,33%,25%)
(0.37/0.00/0.33/0.25)	

CMYK percentages

%37.17
%0
%32.98
%25.1

Codes

Color #78BF80 in popluar color models

78BF80
RGB120191128
HSL127°35.68%60.98%
HSB/HSV127°37.17%74.90%
CMYK37.17%0.00%32.98%
25.10%

Color #78BF80 in popluar number systems.

HEX78BF80
Decimal120191128
Binary11110001011111110000000
Octal170277200

Shades and tints

Shades of #78BF80

#78BF80
(120,191,128)
#6EAE75
(110,174,117)
#649D6A
(100,157,106)
#5A8C5F
(90,140,95)
#507B54
(80,123,84)
#466A49
(70,106,73)
#3C593E
(60,89,62)
#324833
(50,72,51)
#283728
(40,55,40)
#1E261D
(30,38,29)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #78BF80

#78BF80
(120,191,128)
#84C48B
(132,196,139)
#90C996
(144,201,150)
#9CCEA1
(156,206,161)
#A8D3AC
(168,211,172)
#B4D8B7
(180,216,183)
#C0DDC2
(192,221,194)
#CCE2CD
(204,226,205)
#D8E7D8
(216,231,216)
#E4ECE3
(228,236,227)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BF80; }

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

This text font color is #78BF80.


Background Color

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

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

This div background color is #78BF80.


Border color

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

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

This div border color is #78BF80.


Opacity

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

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

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

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

This text has shadow with #78BF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BF80 on black background.


Color preview on white background

This text has color #78BF80 on white background.



Black color preview on #78BF80 background

This text has black color on #78BF80 background.


White color preview on #78BF80 background

This text has white color on #78BF80 background.