COLOR #78C784

HEX: #78C784
RGB: (120,199,132)

Color info

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

RGB color model

#78C784 color RGB value is (120,199,132).

  • red value is 120;
  • green value is 199;
  • blue value is 132.
RGB:
(120,199,132)
(47%,78%,52%)

RGB channels and saturation

R 120 of 255 = 47%
G 199 of 255 = 78%
B 132 of 255 = 52%

120
199
132

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

Portions of RGB colors in percentages

R + G + B =
120 + 199 + 132 = 451 (100%)
R 120 of 451 ~ 26.61%
G 199 of 451 ~ 44.12%
B 132 of 451 ~ 29.27%

%26.61
%44.12
%29.27

CMYK color model

#78C784 color CMYK value is (40,0,34,22).

  • cyan value is 39.70%
  • magenta value is 0.00%
  • yellow value is 33.67%
  • key color value is 21.96%
CMYK:
(40,0,34,22)
C40M0Y34K22 
(40%,0%,34%,22%)
(0.40/0.00/0.34/0.22)	

CMYK percentages

%39.7
%0
%33.67
%21.96

Codes

Color #78C784 in popluar color models

78C784
RGB120199132
HSL129°41.36%62.55%
HSB/HSV129°39.70%78.04%
CMYK39.70%0.00%33.67%
21.96%

Color #78C784 in popluar number systems.

HEX78C784
Decimal120199132
Binary11110001100011110000100
Octal170307204

Shades and tints

Shades of #78C784

#78C784
(120,199,132)
#6EB578
(110,181,120)
#64A36C
(100,163,108)
#5A9160
(90,145,96)
#507F54
(80,127,84)
#466D48
(70,109,72)
#3C5B3C
(60,91,60)
#324930
(50,73,48)
#283724
(40,55,36)
#1E2518
(30,37,24)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #78C784

#78C784
(120,199,132)
#84CC8F
(132,204,143)
#90D19A
(144,209,154)
#9CD6A5
(156,214,165)
#A8DBB0
(168,219,176)
#B4E0BB
(180,224,187)
#C0E5C6
(192,229,198)
#CCEAD1
(204,234,209)
#D8EFDC
(216,239,220)
#E4F4E7
(228,244,231)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C784; }

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

This text font color is #78C784.


Background Color

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

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

This div background color is #78C784.


Border color

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

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

This div border color is #78C784.


Opacity

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

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

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

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

This text has shadow with #78C784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C784 on black background.


Color preview on white background

This text has color #78C784 on white background.



Black color preview on #78C784 background

This text has black color on #78C784 background.


White color preview on #78C784 background

This text has white color on #78C784 background.