COLOR #78BF84

HEX: #78BF84
RGB: (120,191,132)

Color info

#78BF84 contains mainly green and blue colors. Web safe color of #78BF84 is #66CC99 (or #6C9).

RGB color model

#78BF84 color RGB value is (120,191,132).

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

RGB channels and saturation

R 120 of 255 = 47%
G 191 of 255 = 75%
B 132 of 255 = 52%

120
191
132

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

Portions of RGB colors in percentages

R + G + B =
120 + 191 + 132 = 443 (100%)
R 120 of 443 ~ 27.09%
G 191 of 443 ~ 43.12%
B 132 of 443 ~ 29.8%

%27.09
%43.12
%29.8

CMYK color model

#78BF84 color CMYK value is (37,0,31,25).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 30.89%
  • key color value is 25.10%
CMYK:
(37,0,31,25)
C37M0Y31K25 
(37%,0%,31%,25%)
(0.37/0.00/0.31/0.25)	

CMYK percentages

%37.17
%0
%30.89
%25.1

Codes

Color #78BF84 in popluar color models

78BF84
RGB120191132
HSL130°35.68%60.98%
HSB/HSV130°37.17%74.90%
CMYK37.17%0.00%30.89%
25.10%

Color #78BF84 in popluar number systems.

HEX78BF84
Decimal120191132
Binary11110001011111110000100
Octal170277204

Shades and tints

Shades of #78BF84

#78BF84
(120,191,132)
#6EAE78
(110,174,120)
#649D6C
(100,157,108)
#5A8C60
(90,140,96)
#507B54
(80,123,84)
#466A48
(70,106,72)
#3C593C
(60,89,60)
#324830
(50,72,48)
#283724
(40,55,36)
#1E2618
(30,38,24)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #78BF84

#78BF84
(120,191,132)
#84C48F
(132,196,143)
#90C99A
(144,201,154)
#9CCEA5
(156,206,165)
#A8D3B0
(168,211,176)
#B4D8BB
(180,216,187)
#C0DDC6
(192,221,198)
#CCE2D1
(204,226,209)
#D8E7DC
(216,231,220)
#E4ECE7
(228,236,231)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BF84; }

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

This text font color is #78BF84.


Background Color

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

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

This div background color is #78BF84.


Border color

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

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

This div border color is #78BF84.


Opacity

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

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

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

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

This text has shadow with #78BF84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BF84 on black background.


Color preview on white background

This text has color #78BF84 on white background.



Black color preview on #78BF84 background

This text has black color on #78BF84 background.


White color preview on #78BF84 background

This text has white color on #78BF84 background.