COLOR #78FE9E

HEX: #78FE9E
RGB: (120,254,158)

Color info

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

RGB color model

#78FE9E color RGB value is (120,254,158).

  • red value is 120;
  • green value is 254;
  • blue value is 158.
RGB:
(120,254,158)
(47%,100%,62%)

RGB channels and saturation

R 120 of 255 = 47%
G 254 of 255 = 100%
B 158 of 255 = 62%

120
254
158

R + G + B ~ 70%. #78FE9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 254 + 158 = 532 (100%)
R 120 of 532 ~ 22.56%
G 254 of 532 ~ 47.74%
B 158 of 532 ~ 29.7%

%22.56
%47.74
%29.7

CMYK color model

#78FE9E color CMYK value is (53,0,38,0).

  • cyan value is 52.76%
  • magenta value is 0.00%
  • yellow value is 37.80%
  • key color value is 0.39%
CMYK:
(53,0,38,0)
C53M0Y38K0 
(53%,0%,38%,0%)
(0.53/0.00/0.38/0.00)	

CMYK percentages

%52.76
%0
%37.8
%0.39

Codes

Color #78FE9E in popluar color models

78FE9E
RGB120254158
HSL137°98.53%73.33%
HSB/HSV137°52.76%99.61%
CMYK52.76%0.00%37.80%
0.39%

Color #78FE9E in popluar number systems.

HEX78FE9E
Decimal120254158
Binary11110001111111010011110
Octal170376236

Shades and tints

Shades of #78FE9E

#78FE9E
(120,254,158)
#6EE790
(110,231,144)
#64D082
(100,208,130)
#5AB974
(90,185,116)
#50A266
(80,162,102)
#468B58
(70,139,88)
#3C744A
(60,116,74)
#325D3C
(50,93,60)
#28462E
(40,70,46)
#1E2F20
(30,47,32)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #78FE9E

#78FE9E
(120,254,158)
#84FEA6
(132,254,166)
#90FEAE
(144,254,174)
#9CFEB6
(156,254,182)
#A8FEBE
(168,254,190)
#B4FEC6
(180,254,198)
#C0FECE
(192,254,206)
#CCFED6
(204,254,214)
#D8FEDE
(216,254,222)
#E4FEE6
(228,254,230)
#F0FEEE
(240,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78FE9E color. Also use rgb(120,254,158) instead hex code.

Text Font Color

.myTextColor { color: #78FE9E; }

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

This text font color is #78FE9E.


Background Color

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

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

This div background color is #78FE9E.


Border color

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

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

This div border color is #78FE9E.


Opacity

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

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

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

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

This text has shadow with #78FE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78FE9E on black background.


Color preview on white background

This text has color #78FE9E on white background.



Black color preview on #78FE9E background

This text has black color on #78FE9E background.


White color preview on #78FE9E background

This text has white color on #78FE9E background.