COLOR #78BF57

HEX: #78BF57
RGB: (120,191,87)

Color info

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

RGB color model

#78BF57 color RGB value is (120,191,87).

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

RGB channels and saturation

R 120 of 255 = 47%
G 191 of 255 = 75%
B 87 of 255 = 34%

120
191
87

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

Portions of RGB colors in percentages

R + G + B =
120 + 191 + 87 = 398 (100%)
R 120 of 398 ~ 30.15%
G 191 of 398 ~ 47.99%
B 87 of 398 ~ 21.86%

%30.15
%47.99
%21.86

CMYK color model

#78BF57 color CMYK value is (37,0,54,25).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 54.45%
  • key color value is 25.10%
CMYK:
(37,0,54,25)
C37M0Y54K25 
(37%,0%,54%,25%)
(0.37/0.00/0.54/0.25)	

CMYK percentages

%37.17
%0
%54.45
%25.1

Codes

Color #78BF57 in popluar color models

78BF57
RGB12019187
HSL101°44.83%54.51%
HSB/HSV101°54.45%74.90%
CMYK37.17%0.00%54.45%
25.10%

Color #78BF57 in popluar number systems.

HEX78BF57
Decimal12019187
Binary1111000101111111010111
Octal170277127

Shades and tints

Shades of #78BF57

#78BF57
(120,191,87)
#6EAE50
(110,174,80)
#649D49
(100,157,73)
#5A8C42
(90,140,66)
#507B3B
(80,123,59)
#466A34
(70,106,52)
#3C592D
(60,89,45)
#324826
(50,72,38)
#28371F
(40,55,31)
#1E2618
(30,38,24)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #78BF57

#78BF57
(120,191,87)
#84C466
(132,196,102)
#90C975
(144,201,117)
#9CCE84
(156,206,132)
#A8D393
(168,211,147)
#B4D8A2
(180,216,162)
#C0DDB1
(192,221,177)
#CCE2C0
(204,226,192)
#D8E7CF
(216,231,207)
#E4ECDE
(228,236,222)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BF57; }

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

This text font color is #78BF57.


Background Color

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

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

This div background color is #78BF57.


Border color

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

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

This div border color is #78BF57.


Opacity

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

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

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

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

This text has shadow with #78BF57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BF57 on black background.


Color preview on white background

This text has color #78BF57 on white background.



Black color preview on #78BF57 background

This text has black color on #78BF57 background.


White color preview on #78BF57 background

This text has white color on #78BF57 background.