COLOR #78FE87

HEX: #78FE87
RGB: (120,254,135)

Color info

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

RGB color model

#78FE87 color RGB value is (120,254,135).

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

RGB channels and saturation

R 120 of 255 = 47%
G 254 of 255 = 100%
B 135 of 255 = 53%

120
254
135

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

Portions of RGB colors in percentages

R + G + B =
120 + 254 + 135 = 509 (100%)
R 120 of 509 ~ 23.58%
G 254 of 509 ~ 49.9%
B 135 of 509 ~ 26.52%

%23.58
%49.9
%26.52

CMYK color model

#78FE87 color CMYK value is (53,0,47,0).

  • cyan value is 52.76%
  • magenta value is 0.00%
  • yellow value is 46.85%
  • key color value is 0.39%
CMYK:
(53,0,47,0)
C53M0Y47K0 
(53%,0%,47%,0%)
(0.53/0.00/0.47/0.00)	

CMYK percentages

%52.76
%0
%46.85
%0.39

Codes

Color #78FE87 in popluar color models

78FE87
RGB120254135
HSL127°98.53%73.33%
HSB/HSV127°52.76%99.61%
CMYK52.76%0.00%46.85%
0.39%

Color #78FE87 in popluar number systems.

HEX78FE87
Decimal120254135
Binary11110001111111010000111
Octal170376207

Shades and tints

Shades of #78FE87

#78FE87
(120,254,135)
#6EE77B
(110,231,123)
#64D06F
(100,208,111)
#5AB963
(90,185,99)
#50A257
(80,162,87)
#468B4B
(70,139,75)
#3C743F
(60,116,63)
#325D33
(50,93,51)
#284627
(40,70,39)
#1E2F1B
(30,47,27)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #78FE87

#78FE87
(120,254,135)
#84FE91
(132,254,145)
#90FE9B
(144,254,155)
#9CFEA5
(156,254,165)
#A8FEAF
(168,254,175)
#B4FEB9
(180,254,185)
#C0FEC3
(192,254,195)
#CCFECD
(204,254,205)
#D8FED7
(216,254,215)
#E4FEE1
(228,254,225)
#F0FEEB
(240,254,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78FE87; }

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

This text font color is #78FE87.


Background Color

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

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

This div background color is #78FE87.


Border color

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

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

This div border color is #78FE87.


Opacity

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

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

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

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

This text has shadow with #78FE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78FE87 on black background.


Color preview on white background

This text has color #78FE87 on white background.



Black color preview on #78FE87 background

This text has black color on #78FE87 background.


White color preview on #78FE87 background

This text has white color on #78FE87 background.