COLOR #78CC05

HEX: #78CC05
RGB: (120,204,5)

Color info

#78CC05 contains mainly green color. Web safe color of #78CC05 is #66CC00 (or #6C0).

RGB color model

#78CC05 color RGB value is (120,204,5).

  • red value is 120;
  • green value is 204;
  • blue value is 5.
RGB:
(120,204,5)
(47%,80%,2%)

RGB channels and saturation

R 120 of 255 = 47%
G 204 of 255 = 80%
B 5 of 255 = 2%

120
204
5

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

Portions of RGB colors in percentages

R + G + B =
120 + 204 + 5 = 329 (100%)
R 120 of 329 ~ 36.47%
G 204 of 329 ~ 62.01%
B 5 of 329 ~ 1.52%

%36.47
%62.01

CMYK color model

#78CC05 color CMYK value is (41,0,98,20).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 97.55%
  • key color value is 20.00%
CMYK:
(41,0,98,20)
C41M0Y98K20 
(41%,0%,98%,20%)
(0.41/0.00/0.98/0.20)	

CMYK percentages

%41.18
%0
%97.55
%20

Codes

Color #78CC05 in popluar color models

78CC05
RGB1202045
HSL85°95.22%40.98%
HSB/HSV85°97.55%80.00%
CMYK41.18%0.00%97.55%
20.00%

Color #78CC05 in popluar number systems.

HEX78CC05
Decimal1202045
Binary111100011001100101
Octal1703145

Shades and tints

Shades of #78CC05

#78CC05
(120,204,5)
#6EBA05
(110,186,5)
#64A805
(100,168,5)
#5A9605
(90,150,5)
#508405
(80,132,5)
#467205
(70,114,5)
#3C6005
(60,96,5)
#324E05
(50,78,5)
#283C05
(40,60,5)
#1E2A05
(30,42,5)
#141805
(20,24,5)
#000000
(0,0,0)

Tints of #78CC05

#78CC05
(120,204,5)
#84D01B
(132,208,27)
#90D431
(144,212,49)
#9CD847
(156,216,71)
#A8DC5D
(168,220,93)
#B4E073
(180,224,115)
#C0E489
(192,228,137)
#CCE89F
(204,232,159)
#D8ECB5
(216,236,181)
#E4F0CB
(228,240,203)
#F0F4E1
(240,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78CC05 color. Also use rgb(120,204,5) instead hex code.

Text Font Color

.myTextColor { color: #78CC05; }

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

This text font color is #78CC05.


Background Color

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

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

This div background color is #78CC05.


Border color

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

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

This div border color is #78CC05.


Opacity

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

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

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

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

This text has shadow with #78CC05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78CC05 on black background.


Color preview on white background

This text has color #78CC05 on white background.



Black color preview on #78CC05 background

This text has black color on #78CC05 background.


White color preview on #78CC05 background

This text has white color on #78CC05 background.