COLOR #78F547

HEX: #78F547 RGB: (120,245,71)

Color info

#78F547 contains mainly green color. Web safe color of #78F547 is #66FF33 (or #6F3).

RGB color model

#78F547 color RGB value is (120,245,71).

RGB: (120,245,71) (47%, 96%, 28%)

RGB channels and saturation

R 120 of 255 = 47%
G 245 of 255 = 96%
B 71 of 255 = 28%

120
245
71

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

Portions of RGB colors in percentages

R + G + B = 120 + 245 + 71 = 436 (100%)
R 120 of 436 ~ 27.52%
G 245 of 436 ~ 56.19%
B 71 of 436 ~ 16.28'%

%27.52
%56.19
%16.28

CMYK color model

#78F547 color CMYK value is (51,0,71,4).

  • cyan value is 51.02%
  • magenta value is 0.00%
  • yellow value is 71.02%
  • key color value is 3.92%
CMYK: (51,0,71,4) C51M0Y71K4 (51%,0%,71%,4%) (0.51/0.00/0.71/0.04) 

CMYK percentages

%51.02
%0
%71.02
%3.92

Codes

Color #78F547 in popluar color models

78 F5 47
RGB 120 245 71
HSL 103° 89.69% 61.96%
HSB/HSV 103° 71.02% 96.08%
CMYK 51.02% 0.00% 71.02%
3.92%

Color #78F547 in popluar number systems.

HEX 78 F5 47
Decimal 120 245 71
Binary 1111000 11110101 1000111
Octal 170 365 107

Shades and tints

Shades of #78F547

#78F547
(120,245,71)
#6EDF41
(110,223,65)
#64C93B
(100,201,59)
#5AB335
(90,179,53)
#509D2F
(80,157,47)
#468729
(70,135,41)
#3C7123
(60,113,35)
#325B1D
(50,91,29)
#284517
(40,69,23)
#1E2F11
(30,47,17)
#14190B
(20,25,11)
#000000
(0,0,0)

Tints of #78F547

#78F547
(120,245,71)
#84F557
(132,245,87)
#90F567
(144,245,103)
#9CF577
(156,245,119)
#A8F587
(168,245,135)
#B4F597
(180,245,151)
#C0F5A7
(192,245,167)
#CCF5B7
(204,245,183)
#D8F5C7
(216,245,199)
#E4F5D7
(228,245,215)
#F0F5E7
(240,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78F547 color. Also use rgb(120,245,71) instead hex code.

Text Font Color

.myTextColor { color: #78F547; }

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

This text font color is #78F547.

Background Color

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

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

This div background color is #78F547.

Border color

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

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

This div border color is #78F547.

Opacity

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

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

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

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

This text has shadow with #78F547 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78F547.

Preview

Color preview on black background

This text has color #78F547 on black background.


Color preview on white background

This text has color #78F547 on white background.


Black color preview on #78F547 background

This text has black color on #78F547 background.


White color preview on #78F547 background

This text has white color on #78F547 background.


Related colors

Complementary color

Complementary color for #hex is #870AB8.


I love getcolorcode.com

Triadic colors

1 #4778F5 and #F54778 with #78F547 are triadic colors.

2 #47F578 and #F57847 with #78F547 are triadic colors.