COLOR #78FC71

HEX: #78FC71
RGB: (120,252,113)

Color info

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

RGB color model

#78FC71 color RGB value is (120,252,113).

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

RGB channels and saturation

R 120 of 255 = 47%
G 252 of 255 = 99%
B 113 of 255 = 44%

120
252
113

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

Portions of RGB colors in percentages

R + G + B =
120 + 252 + 113 = 485 (100%)
R 120 of 485 ~ 24.74%
G 252 of 485 ~ 51.96%
B 113 of 485 ~ 23.3%

%24.74
%51.96
%23.3

CMYK color model

#78FC71 color CMYK value is (52,0,55,1).

  • cyan value is 52.38%
  • magenta value is 0.00%
  • yellow value is 55.16%
  • key color value is 1.18%
CMYK:
(52,0,55,1)
C52M0Y55K1 
(52%,0%,55%,1%)
(0.52/0.00/0.55/0.01)	

CMYK percentages

%52.38
%0
%55.16
%1.18

Codes

Color #78FC71 in popluar color models

78FC71
RGB120252113
HSL117°95.86%71.57%
HSB/HSV117°55.16%98.82%
CMYK52.38%0.00%55.16%
1.18%

Color #78FC71 in popluar number systems.

HEX78FC71
Decimal120252113
Binary1111000111111001110001
Octal170374161

Shades and tints

Shades of #78FC71

#78FC71
(120,252,113)
#6EE667
(110,230,103)
#64D05D
(100,208,93)
#5ABA53
(90,186,83)
#50A449
(80,164,73)
#468E3F
(70,142,63)
#3C7835
(60,120,53)
#32622B
(50,98,43)
#284C21
(40,76,33)
#1E3617
(30,54,23)
#14200D
(20,32,13)
#000000
(0,0,0)

Tints of #78FC71

#78FC71
(120,252,113)
#84FC7D
(132,252,125)
#90FC89
(144,252,137)
#9CFC95
(156,252,149)
#A8FCA1
(168,252,161)
#B4FCAD
(180,252,173)
#C0FCB9
(192,252,185)
#CCFCC5
(204,252,197)
#D8FCD1
(216,252,209)
#E4FCDD
(228,252,221)
#F0FCE9
(240,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78FC71; }

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

This text font color is #78FC71.


Background Color

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

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

This div background color is #78FC71.


Border color

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

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

This div border color is #78FC71.


Opacity

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

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

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

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

This text has shadow with #78FC71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78FC71 on black background.


Color preview on white background

This text has color #78FC71 on white background.



Black color preview on #78FC71 background

This text has black color on #78FC71 background.


White color preview on #78FC71 background

This text has white color on #78FC71 background.