COLOR #78DA71

HEX: #78DA71
RGB: (120,218,113)

Color info

#78DA71 contains mainly green color. Web safe color of #78DA71 is #66CC66 (or #6C6).

RGB color model

#78DA71 color RGB value is (120,218,113).

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

RGB channels and saturation

R 120 of 255 = 47%
G 218 of 255 = 85%
B 113 of 255 = 44%

120
218
113

R + G + B ~ 59%. #78DA71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 218 + 113 = 451 (100%)
R 120 of 451 ~ 26.61%
G 218 of 451 ~ 48.34%
B 113 of 451 ~ 25.06%

%26.61
%48.34
%25.06

CMYK color model

#78DA71 color CMYK value is (45,0,48,15).

  • cyan value is 44.95%
  • magenta value is 0.00%
  • yellow value is 48.17%
  • key color value is 14.51%
CMYK:
(45,0,48,15)
C45M0Y48K15 
(45%,0%,48%,15%)
(0.45/0.00/0.48/0.15)	

CMYK percentages

%44.95
%0
%48.17
%14.51

Codes

Color #78DA71 in popluar color models

78DA71
RGB120218113
HSL116°58.66%64.90%
HSB/HSV116°48.17%85.49%
CMYK44.95%0.00%48.17%
14.51%

Color #78DA71 in popluar number systems.

HEX78DA71
Decimal120218113
Binary1111000110110101110001
Octal170332161

Shades and tints

Shades of #78DA71

#78DA71
(120,218,113)
#6EC767
(110,199,103)
#64B45D
(100,180,93)
#5AA153
(90,161,83)
#508E49
(80,142,73)
#467B3F
(70,123,63)
#3C6835
(60,104,53)
#32552B
(50,85,43)
#284221
(40,66,33)
#1E2F17
(30,47,23)
#141C0D
(20,28,13)
#000000
(0,0,0)

Tints of #78DA71

#78DA71
(120,218,113)
#84DD7D
(132,221,125)
#90E089
(144,224,137)
#9CE395
(156,227,149)
#A8E6A1
(168,230,161)
#B4E9AD
(180,233,173)
#C0ECB9
(192,236,185)
#CCEFC5
(204,239,197)
#D8F2D1
(216,242,209)
#E4F5DD
(228,245,221)
#F0F8E9
(240,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78DA71; }

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

This text font color is #78DA71.


Background Color

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

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

This div background color is #78DA71.


Border color

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

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

This div border color is #78DA71.


Opacity

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

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

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

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

This text has shadow with #78DA71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78DA71 on black background.


Color preview on white background

This text has color #78DA71 on white background.



Black color preview on #78DA71 background

This text has black color on #78DA71 background.


White color preview on #78DA71 background

This text has white color on #78DA71 background.