COLOR #78C971

HEX: #78C971 RGB: (120,201,113)

Color info

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

RGB color model

#78C971 color RGB value is (120,201,113).

RGB: (120,201,113) (47%, 79%, 44%)

RGB channels and saturation

R 120 of 255 = 47%
G 201 of 255 = 79%
B 113 of 255 = 44%

120
201
113

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

Portions of RGB colors in percentages

R + G + B = 120 + 201 + 113 = 434 (100%)
R 120 of 434 ~ 27.65%
G 201 of 434 ~ 46.31%
B 113 of 434 ~ 26.04'%

%27.65
%46.31
%26.04

CMYK color model

#78C971 color CMYK value is (40,0,44,21).

  • cyan value is 40.30%
  • magenta value is 0.00%
  • yellow value is 43.78%
  • key color value is 21.18%

CMYK: (40,0,44,21)
C40M0Y44K21 (40%, 0%, 44%, 21%)
(0.40 / 0.00 / 0.44 / 0.21)

CMYK percentages

%40.3
%0
%43.78
%21.18

Codes

Color #78C971 in popluar color models

78 C9 71
RGB 120 201 113
HSL 115° 44.90% 61.57%
HSB/HSV 115° 43.78% 78.82%
CMYK 40.30% 0.00% 43.78%
21.18%

Color #78C971 in popluar number systems.

HEX 78 C9 71
Decimal 120 201 113
Binary 1111000 11001001 1110001
Octal 170 311 161

Shades and tints

Shades of #78C971

#78C971
(120,201,113)
#6EB767
(110,183,103)
#64A55D
(100,165,93)
#5A9353
(90,147,83)
#508149
(80,129,73)
#466F3F
(70,111,63)
#3C5D35
(60,93,53)
#324B2B
(50,75,43)
#283921
(40,57,33)
#1E2717
(30,39,23)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #78C971

#78C971
(120,201,113)
#84CD7D
(132,205,125)
#90D189
(144,209,137)
#9CD595
(156,213,149)
#A8D9A1
(168,217,161)
#B4DDAD
(180,221,173)
#C0E1B9
(192,225,185)
#CCE5C5
(204,229,197)
#D8E9D1
(216,233,209)
#E4EDDD
(228,237,221)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C971; }

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

This text font color is #78C971.

Background Color

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

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

This div background color is #78C971.

Border color

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

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

This div border color is #78C971.

Opacity

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

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

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

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

This text has shadow with #78C971 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78C971.

Preview

Color preview on black background

This text has color #78C971 on black background.


Color preview on white background

This text has color #78C971 on white background.


Black color preview on #78C971 background

This text has black color on #78C971 background.


White color preview on #78C971 background

This text has white color on #78C971 background.


Related colors

Complementary color

Complementary color for #hex is #87368E.


I love getcolorcode.com

Triadic colors

1 #7178C9 and #C97178 with #78C971 are triadic colors.

2 #71C978 and #C97871 with #78C971 are triadic colors.