COLOR #78C487

HEX: #78C487
RGB: (120,196,135)

Color info

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

RGB color model

#78C487 color RGB value is (120,196,135).

  • red value is 120;
  • green value is 196;
  • blue value is 135.
RGB:
(120,196,135)
(47%,77%,53%)

RGB channels and saturation

R 120 of 255 = 47%
G 196 of 255 = 77%
B 135 of 255 = 53%

120
196
135

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

Portions of RGB colors in percentages

R + G + B =
120 + 196 + 135 = 451 (100%)
R 120 of 451 ~ 26.61%
G 196 of 451 ~ 43.46%
B 135 of 451 ~ 29.93%

%26.61
%43.46
%29.93

CMYK color model

#78C487 color CMYK value is (39,0,31,23).

  • cyan value is 38.78%
  • magenta value is 0.00%
  • yellow value is 31.12%
  • key color value is 23.14%
CMYK:
(39,0,31,23)
C39M0Y31K23 
(39%,0%,31%,23%)
(0.39/0.00/0.31/0.23)	

CMYK percentages

%38.78
%0
%31.12
%23.14

Codes

Color #78C487 in popluar color models

78C487
RGB120196135
HSL132°39.18%61.96%
HSB/HSV132°38.78%76.86%
CMYK38.78%0.00%31.12%
23.14%

Color #78C487 in popluar number systems.

HEX78C487
Decimal120196135
Binary11110001100010010000111
Octal170304207

Shades and tints

Shades of #78C487

#78C487
(120,196,135)
#6EB37B
(110,179,123)
#64A26F
(100,162,111)
#5A9163
(90,145,99)
#508057
(80,128,87)
#466F4B
(70,111,75)
#3C5E3F
(60,94,63)
#324D33
(50,77,51)
#283C27
(40,60,39)
#1E2B1B
(30,43,27)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #78C487

#78C487
(120,196,135)
#84C991
(132,201,145)
#90CE9B
(144,206,155)
#9CD3A5
(156,211,165)
#A8D8AF
(168,216,175)
#B4DDB9
(180,221,185)
#C0E2C3
(192,226,195)
#CCE7CD
(204,231,205)
#D8ECD7
(216,236,215)
#E4F1E1
(228,241,225)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C487; }

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

This text font color is #78C487.


Background Color

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

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

This div background color is #78C487.


Border color

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

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

This div border color is #78C487.


Opacity

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

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

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

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

This text has shadow with #78C487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C487 on black background.


Color preview on white background

This text has color #78C487 on white background.



Black color preview on #78C487 background

This text has black color on #78C487 background.


White color preview on #78C487 background

This text has white color on #78C487 background.