COLOR #78EA9D

HEX: #78EA9D
RGB: (120,234,157)

Color info

#78EA9D contains mainly green color. Web safe color of #78EA9D is #66FF99 (or #6F9).

RGB color model

#78EA9D color RGB value is (120,234,157).

  • red value is 120;
  • green value is 234;
  • blue value is 157.
RGB:
(120,234,157)
(47%,92%,62%)

RGB channels and saturation

R 120 of 255 = 47%
G 234 of 255 = 92%
B 157 of 255 = 62%

120
234
157

R + G + B ~ 67%. #78EA9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 234 + 157 = 511 (100%)
R 120 of 511 ~ 23.48%
G 234 of 511 ~ 45.79%
B 157 of 511 ~ 30.72%

%23.48
%45.79
%30.72

CMYK color model

#78EA9D color CMYK value is (49,0,33,8).

  • cyan value is 48.72%
  • magenta value is 0.00%
  • yellow value is 32.91%
  • key color value is 8.24%
CMYK:
(49,0,33,8)
C49M0Y33K8 
(49%,0%,33%,8%)
(0.49/0.00/0.33/0.08)	

CMYK percentages

%48.72
%0
%32.91
%8.24

Codes

Color #78EA9D in popluar color models

78EA9D
RGB120234157
HSL139°73.08%69.41%
HSB/HSV139°48.72%91.76%
CMYK48.72%0.00%32.91%
8.24%

Color #78EA9D in popluar number systems.

HEX78EA9D
Decimal120234157
Binary11110001110101010011101
Octal170352235

Shades and tints

Shades of #78EA9D

#78EA9D
(120,234,157)
#6ED58F
(110,213,143)
#64C081
(100,192,129)
#5AAB73
(90,171,115)
#509665
(80,150,101)
#468157
(70,129,87)
#3C6C49
(60,108,73)
#32573B
(50,87,59)
#28422D
(40,66,45)
#1E2D1F
(30,45,31)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #78EA9D

#78EA9D
(120,234,157)
#84EBA5
(132,235,165)
#90ECAD
(144,236,173)
#9CEDB5
(156,237,181)
#A8EEBD
(168,238,189)
#B4EFC5
(180,239,197)
#C0F0CD
(192,240,205)
#CCF1D5
(204,241,213)
#D8F2DD
(216,242,221)
#E4F3E5
(228,243,229)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78EA9D; }

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

This text font color is #78EA9D.


Background Color

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

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

This div background color is #78EA9D.


Border color

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

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

This div border color is #78EA9D.


Opacity

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

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

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

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

This text has shadow with #78EA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78EA9D on black background.


Color preview on white background

This text has color #78EA9D on white background.



Black color preview on #78EA9D background

This text has black color on #78EA9D background.


White color preview on #78EA9D background

This text has white color on #78EA9D background.