COLOR #78FC6B

HEX: #78FC6B
RGB: (120,252,107)

Color info

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

RGB color model

#78FC6B color RGB value is (120,252,107).

  • red value is 120;
  • green value is 252;
  • blue value is 107.
RGB:
(120,252,107)
(47%,99%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 252 of 255 = 99%
B 107 of 255 = 42%

120
252
107

R + G + B ~ 63%. #78FC6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 252 + 107 = 479 (100%)
R 120 of 479 ~ 25.05%
G 252 of 479 ~ 52.61%
B 107 of 479 ~ 22.34%

%25.05
%52.61
%22.34

CMYK color model

#78FC6B color CMYK value is (52,0,58,1).

  • cyan value is 52.38%
  • magenta value is 0.00%
  • yellow value is 57.54%
  • key color value is 1.18%
CMYK:
(52,0,58,1)
C52M0Y58K1 
(52%,0%,58%,1%)
(0.52/0.00/0.58/0.01)	

CMYK percentages

%52.38
%0
%57.54
%1.18

Codes

Color #78FC6B in popluar color models

78FC6B
RGB120252107
HSL115°96.03%70.39%
HSB/HSV115°57.54%98.82%
CMYK52.38%0.00%57.54%
1.18%

Color #78FC6B in popluar number systems.

HEX78FC6B
Decimal120252107
Binary1111000111111001101011
Octal170374153

Shades and tints

Shades of #78FC6B

#78FC6B
(120,252,107)
#6EE662
(110,230,98)
#64D059
(100,208,89)
#5ABA50
(90,186,80)
#50A447
(80,164,71)
#468E3E
(70,142,62)
#3C7835
(60,120,53)
#32622C
(50,98,44)
#284C23
(40,76,35)
#1E361A
(30,54,26)
#142011
(20,32,17)
#000000
(0,0,0)

Tints of #78FC6B

#78FC6B
(120,252,107)
#84FC78
(132,252,120)
#90FC85
(144,252,133)
#9CFC92
(156,252,146)
#A8FC9F
(168,252,159)
#B4FCAC
(180,252,172)
#C0FCB9
(192,252,185)
#CCFCC6
(204,252,198)
#D8FCD3
(216,252,211)
#E4FCE0
(228,252,224)
#F0FCED
(240,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78FC6B color. Also use rgb(120,252,107) instead hex code.

Text Font Color

.myTextColor { color: #78FC6B; }

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

This text font color is #78FC6B.


Background Color

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

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

This div background color is #78FC6B.


Border color

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

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

This div border color is #78FC6B.


Opacity

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

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

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

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

This text has shadow with #78FC6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78FC6B on black background.


Color preview on white background

This text has color #78FC6B on white background.



Black color preview on #78FC6B background

This text has black color on #78FC6B background.


White color preview on #78FC6B background

This text has white color on #78FC6B background.