COLOR #78FF76

HEX: #78FF76
RGB: (120,255,118)

Color info

#78FF76 contains mainly green color. Web safe color of #78FF76 is #66FF66 (or #6F6).

RGB color model

#78FF76 color RGB value is (120,255,118).

  • red value is 120;
  • green value is 255;
  • blue value is 118.
RGB:
(120,255,118)
(47%,100%,46%)

RGB channels and saturation

R 120 of 255 = 47%
G 255 of 255 = 100%
B 118 of 255 = 46%

120
255
118

R + G + B ~ 64%. #78FF76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 255 + 118 = 493 (100%)
R 120 of 493 ~ 24.34%
G 255 of 493 ~ 51.72%
B 118 of 493 ~ 23.94%

%24.34
%51.72
%23.94

CMYK color model

#78FF76 color CMYK value is (53,0,54,0).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 53.73%
  • key color value is 0.00%
CMYK:
(53,0,54,0)
C53M0Y54K0 
(53%,0%,54%,0%)
(0.53/0.00/0.54/0.00)	

CMYK percentages

%52.94
%0
%53.73
%0

Codes

Color #78FF76 in popluar color models

78FF76
RGB120255118
HSL119°100.00%73.14%
HSB/HSV119°53.73%100.00%
CMYK52.94%0.00%53.73%
0.00%

Color #78FF76 in popluar number systems.

HEX78FF76
Decimal120255118
Binary1111000111111111110110
Octal170377166

Shades and tints

Shades of #78FF76

#78FF76
(120,255,118)
#6EE86C
(110,232,108)
#64D162
(100,209,98)
#5ABA58
(90,186,88)
#50A34E
(80,163,78)
#468C44
(70,140,68)
#3C753A
(60,117,58)
#325E30
(50,94,48)
#284726
(40,71,38)
#1E301C
(30,48,28)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #78FF76

#78FF76
(120,255,118)
#84FF82
(132,255,130)
#90FF8E
(144,255,142)
#9CFF9A
(156,255,154)
#A8FFA6
(168,255,166)
#B4FFB2
(180,255,178)
#C0FFBE
(192,255,190)
#CCFFCA
(204,255,202)
#D8FFD6
(216,255,214)
#E4FFE2
(228,255,226)
#F0FFEE
(240,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78FF76 color. Also use rgb(120,255,118) instead hex code.

Text Font Color

.myTextColor { color: #78FF76; }

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

This text font color is #78FF76.


Background Color

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

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

This div background color is #78FF76.


Border color

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

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

This div border color is #78FF76.


Opacity

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

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

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

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

This text has shadow with #78FF76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78FF76 on black background.


Color preview on white background

This text has color #78FF76 on white background.



Black color preview on #78FF76 background

This text has black color on #78FF76 background.


White color preview on #78FF76 background

This text has white color on #78FF76 background.