COLOR #78C648

HEX: #78C648
RGB: (120,198,72)

Color info

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

RGB color model

#78C648 color RGB value is (120,198,72).

  • red value is 120;
  • green value is 198;
  • blue value is 72.
RGB:
(120,198,72)
(47%,78%,28%)

RGB channels and saturation

R 120 of 255 = 47%
G 198 of 255 = 78%
B 72 of 255 = 28%

120
198
72

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

Portions of RGB colors in percentages

R + G + B =
120 + 198 + 72 = 390 (100%)
R 120 of 390 ~ 30.77%
G 198 of 390 ~ 50.77%
B 72 of 390 ~ 18.46%

%30.77
%50.77
%18.46

CMYK color model

#78C648 color CMYK value is (39,0,64,22).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 22.35%
CMYK:
(39,0,64,22)
C39M0Y64K22 
(39%,0%,64%,22%)
(0.39/0.00/0.64/0.22)	

CMYK percentages

%39.39
%0
%63.64
%22.35

Codes

Color #78C648 in popluar color models

78C648
RGB12019872
HSL97°52.50%52.94%
HSB/HSV97°63.64%77.65%
CMYK39.39%0.00%63.64%
22.35%

Color #78C648 in popluar number systems.

HEX78C648
Decimal12019872
Binary1111000110001101001000
Octal170306110

Shades and tints

Shades of #78C648

#78C648
(120,198,72)
#6EB442
(110,180,66)
#64A23C
(100,162,60)
#5A9036
(90,144,54)
#507E30
(80,126,48)
#466C2A
(70,108,42)
#3C5A24
(60,90,36)
#32481E
(50,72,30)
#283618
(40,54,24)
#1E2412
(30,36,18)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #78C648

#78C648
(120,198,72)
#84CB58
(132,203,88)
#90D068
(144,208,104)
#9CD578
(156,213,120)
#A8DA88
(168,218,136)
#B4DF98
(180,223,152)
#C0E4A8
(192,228,168)
#CCE9B8
(204,233,184)
#D8EEC8
(216,238,200)
#E4F3D8
(228,243,216)
#F0F8E8
(240,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C648 color. Also use rgb(120,198,72) instead hex code.

Text Font Color

.myTextColor { color: #78C648; }

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

This text font color is #78C648.


Background Color

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

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

This div background color is #78C648.


Border color

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

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

This div border color is #78C648.


Opacity

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

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

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

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

This text has shadow with #78C648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C648 on black background.


Color preview on white background

This text has color #78C648 on white background.



Black color preview on #78C648 background

This text has black color on #78C648 background.


White color preview on #78C648 background

This text has white color on #78C648 background.