COLOR #78C44A

HEX: #78C44A
RGB: (120,196,74)

Color info

#78C44A contains mainly green color. Web safe color of #78C44A is #66CC33 (or #6C3).

RGB color model

#78C44A color RGB value is (120,196,74).

  • red value is 120;
  • green value is 196;
  • blue value is 74.
RGB:
(120,196,74)
(47%,77%,29%)

RGB channels and saturation

R 120 of 255 = 47%
G 196 of 255 = 77%
B 74 of 255 = 29%

120
196
74

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

Portions of RGB colors in percentages

R + G + B =
120 + 196 + 74 = 390 (100%)
R 120 of 390 ~ 30.77%
G 196 of 390 ~ 50.26%
B 74 of 390 ~ 18.97%

%30.77
%50.26
%18.97

CMYK color model

#78C44A color CMYK value is (39,0,62,23).

  • cyan value is 38.78%
  • magenta value is 0.00%
  • yellow value is 62.24%
  • key color value is 23.14%
CMYK:
(39,0,62,23)
C39M0Y62K23 
(39%,0%,62%,23%)
(0.39/0.00/0.62/0.23)	

CMYK percentages

%38.78
%0
%62.24
%23.14

Codes

Color #78C44A in popluar color models

78C44A
RGB12019674
HSL97°50.83%52.94%
HSB/HSV97°62.24%76.86%
CMYK38.78%0.00%62.24%
23.14%

Color #78C44A in popluar number systems.

HEX78C44A
Decimal12019674
Binary1111000110001001001010
Octal170304112

Shades and tints

Shades of #78C44A

#78C44A
(120,196,74)
#6EB344
(110,179,68)
#64A23E
(100,162,62)
#5A9138
(90,145,56)
#508032
(80,128,50)
#466F2C
(70,111,44)
#3C5E26
(60,94,38)
#324D20
(50,77,32)
#283C1A
(40,60,26)
#1E2B14
(30,43,20)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #78C44A

#78C44A
(120,196,74)
#84C95A
(132,201,90)
#90CE6A
(144,206,106)
#9CD37A
(156,211,122)
#A8D88A
(168,216,138)
#B4DD9A
(180,221,154)
#C0E2AA
(192,226,170)
#CCE7BA
(204,231,186)
#D8ECCA
(216,236,202)
#E4F1DA
(228,241,218)
#F0F6EA
(240,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C44A color. Also use rgb(120,196,74) instead hex code.

Text Font Color

.myTextColor { color: #78C44A; }

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

This text font color is #78C44A.


Background Color

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

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

This div background color is #78C44A.


Border color

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

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

This div border color is #78C44A.


Opacity

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

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

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

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

This text has shadow with #78C44A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C44A on black background.


Color preview on white background

This text has color #78C44A on white background.



Black color preview on #78C44A background

This text has black color on #78C44A background.


White color preview on #78C44A background

This text has white color on #78C44A background.