COLOR #78F47A

HEX: #78F47A RGB: (120,244,122)

Color info

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

RGB color model

#78F47A color RGB value is (120,244,122).

RGB: (120,244,122) (47%, 96%, 48%)

RGB channels and saturation

R 120 of 255 = 47%
G 244 of 255 = 96%
B 122 of 255 = 48%

120
244
122

R + G + B ~ 64%. #78F47A is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 244 + 122 = 486 (100%)
R 120 of 486 ~ 24.69%
G 244 of 486 ~ 50.21%
B 122 of 486 ~ 25.1'%

%24.69
%50.21
%25.1

CMYK color model

#78F47A color CMYK value is (51,0,50,4).

  • cyan value is 50.82%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 4.31%

CMYK: (51,0,50,4)
C51M0Y50K4 (51%, 0%, 50%, 4%)
(0.51 / 0.00 / 0.50 / 0.04)

CMYK percentages

%50.82
%0
%50
%4.31

Codes

Color #78F47A in popluar color models

78 F4 7A
RGB 120 244 122
HSL 121° 84.93% 71.37%
HSB/HSV 121° 50.82% 95.69%
CMYK 50.82% 0.00% 50.00%
4.31%

Color #78F47A in popluar number systems.

HEX 78 F4 7A
Decimal 120 244 122
Binary 1111000 11110100 1111010
Octal 170 364 172

Shades and tints

Shades of #78F47A

#78F47A
(120,244,122)
#6EDE6F
(110,222,111)
#64C864
(100,200,100)
#5AB259
(90,178,89)
#509C4E
(80,156,78)
#468643
(70,134,67)
#3C7038
(60,112,56)
#325A2D
(50,90,45)
#284422
(40,68,34)
#1E2E17
(30,46,23)
#14180C
(20,24,12)
#000000
(0,0,0)

Tints of #78F47A

#78F47A
(120,244,122)
#84F586
(132,245,134)
#90F692
(144,246,146)
#9CF79E
(156,247,158)
#A8F8AA
(168,248,170)
#B4F9B6
(180,249,182)
#C0FAC2
(192,250,194)
#CCFBCE
(204,251,206)
#D8FCDA
(216,252,218)
#E4FDE6
(228,253,230)
#F0FEF2
(240,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78F47A color. Also use rgb(120,244,122) instead hex code.

Text Font Color

.myTextColor { color: #78F47A; }

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

This text font color is #78F47A.

Background Color

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

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

This div background color is #78F47A.

Border color

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

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

This div border color is #78F47A.

Opacity

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

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

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

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

This text has shadow with #78F47A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78F47A.

Preview

Color preview on black background

This text has color #78F47A on black background.


Color preview on white background

This text has color #78F47A on white background.


Black color preview on #78F47A background

This text has black color on #78F47A background.


White color preview on #78F47A background

This text has white color on #78F47A background.


Related colors

Complementary color

Complementary color for #hex is #870B85.


I love getcolorcode.com

Triadic colors

1 #7A78F4 and #F47A78 with #78F47A are triadic colors.

2 #7AF478 and #F4787A with #78F47A are triadic colors.