COLOR #78BF82

HEX: #78BF82
RGB: (120,191,130)

Color info

#78BF82 contains mainly green color. Web safe color of #78BF82 is #66CC99 (or #6C9).

RGB color model

#78BF82 color RGB value is (120,191,130).

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

RGB channels and saturation

R 120 of 255 = 47%
G 191 of 255 = 75%
B 130 of 255 = 51%

120
191
130

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

Portions of RGB colors in percentages

R + G + B =
120 + 191 + 130 = 441 (100%)
R 120 of 441 ~ 27.21%
G 191 of 441 ~ 43.31%
B 130 of 441 ~ 29.48%

%27.21
%43.31
%29.48

CMYK color model

#78BF82 color CMYK value is (37,0,32,25).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 31.94%
  • key color value is 25.10%
CMYK:
(37,0,32,25)
C37M0Y32K25 
(37%,0%,32%,25%)
(0.37/0.00/0.32/0.25)	

CMYK percentages

%37.17
%0
%31.94
%25.1

Codes

Color #78BF82 in popluar color models

78BF82
RGB120191130
HSL128°35.68%60.98%
HSB/HSV128°37.17%74.90%
CMYK37.17%0.00%31.94%
25.10%

Color #78BF82 in popluar number systems.

HEX78BF82
Decimal120191130
Binary11110001011111110000010
Octal170277202

Shades and tints

Shades of #78BF82

#78BF82
(120,191,130)
#6EAE77
(110,174,119)
#649D6C
(100,157,108)
#5A8C61
(90,140,97)
#507B56
(80,123,86)
#466A4B
(70,106,75)
#3C5940
(60,89,64)
#324835
(50,72,53)
#28372A
(40,55,42)
#1E261F
(30,38,31)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #78BF82

#78BF82
(120,191,130)
#84C48D
(132,196,141)
#90C998
(144,201,152)
#9CCEA3
(156,206,163)
#A8D3AE
(168,211,174)
#B4D8B9
(180,216,185)
#C0DDC4
(192,221,196)
#CCE2CF
(204,226,207)
#D8E7DA
(216,231,218)
#E4ECE5
(228,236,229)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BF82; }

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

This text font color is #78BF82.


Background Color

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

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

This div background color is #78BF82.


Border color

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

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

This div border color is #78BF82.


Opacity

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

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

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

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

This text has shadow with #78BF82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BF82 on black background.


Color preview on white background

This text has color #78BF82 on white background.



Black color preview on #78BF82 background

This text has black color on #78BF82 background.


White color preview on #78BF82 background

This text has white color on #78BF82 background.