COLOR #78BF5E

HEX: #78BF5E RGB: (120,191,94)

Color info

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

RGB color model

#78BF5E color RGB value is (120,191,94).

RGB: (120,191,94) (47%, 75%, 37%)

RGB channels and saturation

R 120 of 255 = 47%
G 191 of 255 = 75%
B 94 of 255 = 37%

120
191
94

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

Portions of RGB colors in percentages

R + G + B = 120 + 191 + 94 = 405 (100%)
R 120 of 405 ~ 29.63%
G 191 of 405 ~ 47.16%
B 94 of 405 ~ 23.21'%

%29.63
%47.16
%23.21

CMYK color model

#78BF5E color CMYK value is (37,0,51,25).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 50.79%
  • key color value is 25.10%
CMYK: (37,0,51,25) C37M0Y51K25 (37%,0%,51%,25%) (0.37/0.00/0.51/0.25) 

CMYK percentages

%37.17
%0
%50.79
%25.1

Codes

Color #78BF5E in popluar color models

78 BF 5E
RGB 120 191 94
HSL 104° 43.11% 55.88%
HSB/HSV 104° 50.79% 74.90%
CMYK 37.17% 0.00% 50.79%
25.10%

Color #78BF5E in popluar number systems.

HEX 78 BF 5E
Decimal 120 191 94
Binary 1111000 10111111 1011110
Octal 170 277 136

Shades and tints

Shades of #78BF5E

#78BF5E
(120,191,94)
#6EAE56
(110,174,86)
#649D4E
(100,157,78)
#5A8C46
(90,140,70)
#507B3E
(80,123,62)
#466A36
(70,106,54)
#3C592E
(60,89,46)
#324826
(50,72,38)
#28371E
(40,55,30)
#1E2616
(30,38,22)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #78BF5E

#78BF5E
(120,191,94)
#84C46C
(132,196,108)
#90C97A
(144,201,122)
#9CCE88
(156,206,136)
#A8D396
(168,211,150)
#B4D8A4
(180,216,164)
#C0DDB2
(192,221,178)
#CCE2C0
(204,226,192)
#D8E7CE
(216,231,206)
#E4ECDC
(228,236,220)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BF5E; }

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

This text font color is #78BF5E.

Background Color

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

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

This div background color is #78BF5E.

Border color

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

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

This div border color is #78BF5E.

Opacity

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

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

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

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

This text has shadow with #78BF5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78BF5E.

Preview

Color preview on black background

This text has color #78BF5E on black background.


Color preview on white background

This text has color #78BF5E on white background.


Black color preview on #78BF5E background

This text has black color on #78BF5E background.


White color preview on #78BF5E background

This text has white color on #78BF5E background.


Related colors

Complementary color

Complementary color for #hex is #8740A1.


I love getcolorcode.com

Triadic colors

1 #5E78BF and #BF5E78 with #78BF5E are triadic colors.

2 #5EBF78 and #BF785E with #78BF5E are triadic colors.