COLOR #78BD4E

HEX: #78BD4E
RGB: (120,189,78)

Color info

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

RGB color model

#78BD4E color RGB value is (120,189,78).

  • red value is 120;
  • green value is 189;
  • blue value is 78.
RGB:
(120,189,78)
(47%,74%,31%)

RGB channels and saturation

R 120 of 255 = 47%
G 189 of 255 = 74%
B 78 of 255 = 31%

120
189
78

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

Portions of RGB colors in percentages

R + G + B =
120 + 189 + 78 = 387 (100%)
R 120 of 387 ~ 31.01%
G 189 of 387 ~ 48.84%
B 78 of 387 ~ 20.16%

%31.01
%48.84
%20.16

CMYK color model

#78BD4E color CMYK value is (37,0,59,26).

  • cyan value is 36.51%
  • magenta value is 0.00%
  • yellow value is 58.73%
  • key color value is 25.88%
CMYK:
(37,0,59,26)
C37M0Y59K26 
(37%,0%,59%,26%)
(0.37/0.00/0.59/0.26)	

CMYK percentages

%36.51
%0
%58.73
%25.88

Codes

Color #78BD4E in popluar color models

78BD4E
RGB12018978
HSL97°45.68%52.35%
HSB/HSV97°58.73%74.12%
CMYK36.51%0.00%58.73%
25.88%

Color #78BD4E in popluar number systems.

HEX78BD4E
Decimal12018978
Binary1111000101111011001110
Octal170275116

Shades and tints

Shades of #78BD4E

#78BD4E
(120,189,78)
#6EAC47
(110,172,71)
#649B40
(100,155,64)
#5A8A39
(90,138,57)
#507932
(80,121,50)
#46682B
(70,104,43)
#3C5724
(60,87,36)
#32461D
(50,70,29)
#283516
(40,53,22)
#1E240F
(30,36,15)
#141308
(20,19,8)
#000000
(0,0,0)

Tints of #78BD4E

#78BD4E
(120,189,78)
#84C35E
(132,195,94)
#90C96E
(144,201,110)
#9CCF7E
(156,207,126)
#A8D58E
(168,213,142)
#B4DB9E
(180,219,158)
#C0E1AE
(192,225,174)
#CCE7BE
(204,231,190)
#D8EDCE
(216,237,206)
#E4F3DE
(228,243,222)
#F0F9EE
(240,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BD4E; }

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

This text font color is #78BD4E.


Background Color

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

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

This div background color is #78BD4E.


Border color

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

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

This div border color is #78BD4E.


Opacity

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

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

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

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

This text has shadow with #78BD4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BD4E on black background.


Color preview on white background

This text has color #78BD4E on white background.



Black color preview on #78BD4E background

This text has black color on #78BD4E background.


White color preview on #78BD4E background

This text has white color on #78BD4E background.