COLOR #78F49A

HEX: #78F49A
RGB: (120,244,154)

Color info

#78F49A contains mainly green color. Web safe color of #78F49A is #66FF99 (or #6F9).

RGB color model

#78F49A color RGB value is (120,244,154).

  • red value is 120;
  • green value is 244;
  • blue value is 154.
RGB:
(120,244,154)
(47%,96%,60%)

RGB channels and saturation

R 120 of 255 = 47%
G 244 of 255 = 96%
B 154 of 255 = 60%

120
244
154

R + G + B ~ 68%. #78F49A is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 244 + 154 = 518 (100%)
R 120 of 518 ~ 23.17%
G 244 of 518 ~ 47.1%
B 154 of 518 ~ 29.73%

%23.17
%47.1
%29.73

CMYK color model

#78F49A color CMYK value is (51,0,37,4).

  • cyan value is 50.82%
  • magenta value is 0.00%
  • yellow value is 36.89%
  • key color value is 4.31%
CMYK:
(51,0,37,4)
C51M0Y37K4 
(51%,0%,37%,4%)
(0.51/0.00/0.37/0.04)	

CMYK percentages

%50.82
%0
%36.89
%4.31

Codes

Color #78F49A in popluar color models

78F49A
RGB120244154
HSL136°84.93%71.37%
HSB/HSV136°50.82%95.69%
CMYK50.82%0.00%36.89%
4.31%

Color #78F49A in popluar number systems.

HEX78F49A
Decimal120244154
Binary11110001111010010011010
Octal170364232

Shades and tints

Shades of #78F49A

#78F49A
(120,244,154)
#6EDE8C
(110,222,140)
#64C87E
(100,200,126)
#5AB270
(90,178,112)
#509C62
(80,156,98)
#468654
(70,134,84)
#3C7046
(60,112,70)
#325A38
(50,90,56)
#28442A
(40,68,42)
#1E2E1C
(30,46,28)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #78F49A

#78F49A
(120,244,154)
#84F5A3
(132,245,163)
#90F6AC
(144,246,172)
#9CF7B5
(156,247,181)
#A8F8BE
(168,248,190)
#B4F9C7
(180,249,199)
#C0FAD0
(192,250,208)
#CCFBD9
(204,251,217)
#D8FCE2
(216,252,226)
#E4FDEB
(228,253,235)
#F0FEF4
(240,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78F49A; }

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

This text font color is #78F49A.


Background Color

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

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

This div background color is #78F49A.


Border color

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

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

This div border color is #78F49A.


Opacity

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

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

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

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

This text has shadow with #78F49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78F49A on black background.


Color preview on white background

This text has color #78F49A on white background.



Black color preview on #78F49A background

This text has black color on #78F49A background.


White color preview on #78F49A background

This text has white color on #78F49A background.