COLOR #78EB93

HEX: #78EB93
RGB: (120,235,147)

Color info

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

RGB color model

#78EB93 color RGB value is (120,235,147).

  • red value is 120;
  • green value is 235;
  • blue value is 147.
RGB:
(120,235,147)
(47%,92%,58%)

RGB channels and saturation

R 120 of 255 = 47%
G 235 of 255 = 92%
B 147 of 255 = 58%

120
235
147

R + G + B ~ 66%. #78EB93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 235 + 147 = 502 (100%)
R 120 of 502 ~ 23.9%
G 235 of 502 ~ 46.81%
B 147 of 502 ~ 29.28%

%23.9
%46.81
%29.28

CMYK color model

#78EB93 color CMYK value is (49,0,37,8).

  • cyan value is 48.94%
  • magenta value is 0.00%
  • yellow value is 37.45%
  • key color value is 7.84%
CMYK:
(49,0,37,8)
C49M0Y37K8 
(49%,0%,37%,8%)
(0.49/0.00/0.37/0.08)	

CMYK percentages

%48.94
%0
%37.45
%7.84

Codes

Color #78EB93 in popluar color models

78EB93
RGB120235147
HSL134°74.19%69.61%
HSB/HSV134°48.94%92.16%
CMYK48.94%0.00%37.45%
7.84%

Color #78EB93 in popluar number systems.

HEX78EB93
Decimal120235147
Binary11110001110101110010011
Octal170353223

Shades and tints

Shades of #78EB93

#78EB93
(120,235,147)
#6ED686
(110,214,134)
#64C179
(100,193,121)
#5AAC6C
(90,172,108)
#50975F
(80,151,95)
#468252
(70,130,82)
#3C6D45
(60,109,69)
#325838
(50,88,56)
#28432B
(40,67,43)
#1E2E1E
(30,46,30)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #78EB93

#78EB93
(120,235,147)
#84EC9C
(132,236,156)
#90EDA5
(144,237,165)
#9CEEAE
(156,238,174)
#A8EFB7
(168,239,183)
#B4F0C0
(180,240,192)
#C0F1C9
(192,241,201)
#CCF2D2
(204,242,210)
#D8F3DB
(216,243,219)
#E4F4E4
(228,244,228)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78EB93 color. Also use rgb(120,235,147) instead hex code.

Text Font Color

.myTextColor { color: #78EB93; }

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

This text font color is #78EB93.


Background Color

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

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

This div background color is #78EB93.


Border color

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

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

This div border color is #78EB93.


Opacity

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

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

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

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

This text has shadow with #78EB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78EB93 on black background.


Color preview on white background

This text has color #78EB93 on white background.



Black color preview on #78EB93 background

This text has black color on #78EB93 background.


White color preview on #78EB93 background

This text has white color on #78EB93 background.