COLOR #78D18E

HEX: #78D18E
RGB: (120,209,142)

Color info

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

RGB color model

#78D18E color RGB value is (120,209,142).

  • red value is 120;
  • green value is 209;
  • blue value is 142.
RGB:
(120,209,142)
(47%,82%,56%)

RGB channels and saturation

R 120 of 255 = 47%
G 209 of 255 = 82%
B 142 of 255 = 56%

120
209
142

R + G + B ~ 62%. #78D18E is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 209 + 142 = 471 (100%)
R 120 of 471 ~ 25.48%
G 209 of 471 ~ 44.37%
B 142 of 471 ~ 30.15%

%25.48
%44.37
%30.15

CMYK color model

#78D18E color CMYK value is (43,0,32,18).

  • cyan value is 42.58%
  • magenta value is 0.00%
  • yellow value is 32.06%
  • key color value is 18.04%
CMYK:
(43,0,32,18)
C43M0Y32K18 
(43%,0%,32%,18%)
(0.43/0.00/0.32/0.18)	

CMYK percentages

%42.58
%0
%32.06
%18.04

Codes

Color #78D18E in popluar color models

78D18E
RGB120209142
HSL135°49.17%64.51%
HSB/HSV135°42.58%81.96%
CMYK42.58%0.00%32.06%
18.04%

Color #78D18E in popluar number systems.

HEX78D18E
Decimal120209142
Binary11110001101000110001110
Octal170321216

Shades and tints

Shades of #78D18E

#78D18E
(120,209,142)
#6EBE82
(110,190,130)
#64AB76
(100,171,118)
#5A986A
(90,152,106)
#50855E
(80,133,94)
#467252
(70,114,82)
#3C5F46
(60,95,70)
#324C3A
(50,76,58)
#28392E
(40,57,46)
#1E2622
(30,38,34)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #78D18E

#78D18E
(120,209,142)
#84D598
(132,213,152)
#90D9A2
(144,217,162)
#9CDDAC
(156,221,172)
#A8E1B6
(168,225,182)
#B4E5C0
(180,229,192)
#C0E9CA
(192,233,202)
#CCEDD4
(204,237,212)
#D8F1DE
(216,241,222)
#E4F5E8
(228,245,232)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78D18E; }

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

This text font color is #78D18E.


Background Color

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

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

This div background color is #78D18E.


Border color

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

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

This div border color is #78D18E.


Opacity

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

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

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

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

This text has shadow with #78D18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D18E on black background.


Color preview on white background

This text has color #78D18E on white background.



Black color preview on #78D18E background

This text has black color on #78D18E background.


White color preview on #78D18E background

This text has white color on #78D18E background.