COLOR #78FA71

HEX: #78FA71
RGB: (120,250,113)

Color info

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

RGB color model

#78FA71 color RGB value is (120,250,113).

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

RGB channels and saturation

R 120 of 255 = 47%
G 250 of 255 = 98%
B 113 of 255 = 44%

120
250
113

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

Portions of RGB colors in percentages

R + G + B =
120 + 250 + 113 = 483 (100%)
R 120 of 483 ~ 24.84%
G 250 of 483 ~ 51.76%
B 113 of 483 ~ 23.4%

%24.84
%51.76
%23.4

CMYK color model

#78FA71 color CMYK value is (52,0,55,2).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 54.80%
  • key color value is 1.96%
CMYK:
(52,0,55,2)
C52M0Y55K2 
(52%,0%,55%,2%)
(0.52/0.00/0.55/0.02)	

CMYK percentages

%52
%0
%54.8
%1.96

Codes

Color #78FA71 in popluar color models

78FA71
RGB120250113
HSL117°93.20%71.18%
HSB/HSV117°54.80%98.04%
CMYK52.00%0.00%54.80%
1.96%

Color #78FA71 in popluar number systems.

HEX78FA71
Decimal120250113
Binary1111000111110101110001
Octal170372161

Shades and tints

Shades of #78FA71

#78FA71
(120,250,113)
#6EE467
(110,228,103)
#64CE5D
(100,206,93)
#5AB853
(90,184,83)
#50A249
(80,162,73)
#468C3F
(70,140,63)
#3C7635
(60,118,53)
#32602B
(50,96,43)
#284A21
(40,74,33)
#1E3417
(30,52,23)
#141E0D
(20,30,13)
#000000
(0,0,0)

Tints of #78FA71

#78FA71
(120,250,113)
#84FA7D
(132,250,125)
#90FA89
(144,250,137)
#9CFA95
(156,250,149)
#A8FAA1
(168,250,161)
#B4FAAD
(180,250,173)
#C0FAB9
(192,250,185)
#CCFAC5
(204,250,197)
#D8FAD1
(216,250,209)
#E4FADD
(228,250,221)
#F0FAE9
(240,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78FA71; }

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

This text font color is #78FA71.


Background Color

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

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

This div background color is #78FA71.


Border color

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

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

This div border color is #78FA71.


Opacity

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

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

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

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

This text has shadow with #78FA71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78FA71 on black background.


Color preview on white background

This text has color #78FA71 on white background.



Black color preview on #78FA71 background

This text has black color on #78FA71 background.


White color preview on #78FA71 background

This text has white color on #78FA71 background.