COLOR #78D05D

HEX: #78D05D
RGB: (120,208,93)

Color info

#78D05D contains mainly green color. Web safe color of #78D05D is #66CC66 (or #6C6).

RGB color model

#78D05D color RGB value is (120,208,93).

  • red value is 120;
  • green value is 208;
  • blue value is 93.
RGB:
(120,208,93)
(47%,82%,36%)

RGB channels and saturation

R 120 of 255 = 47%
G 208 of 255 = 82%
B 93 of 255 = 36%

120
208
93

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

Portions of RGB colors in percentages

R + G + B =
120 + 208 + 93 = 421 (100%)
R 120 of 421 ~ 28.5%
G 208 of 421 ~ 49.41%
B 93 of 421 ~ 22.09%

%28.5
%49.41
%22.09

CMYK color model

#78D05D color CMYK value is (42,0,55,18).

  • cyan value is 42.31%
  • magenta value is 0.00%
  • yellow value is 55.29%
  • key color value is 18.43%
CMYK:
(42,0,55,18)
C42M0Y55K18 
(42%,0%,55%,18%)
(0.42/0.00/0.55/0.18)	

CMYK percentages

%42.31
%0
%55.29
%18.43

Codes

Color #78D05D in popluar color models

78D05D
RGB12020893
HSL106°55.02%59.02%
HSB/HSV106°55.29%81.57%
CMYK42.31%0.00%55.29%
18.43%

Color #78D05D in popluar number systems.

HEX78D05D
Decimal12020893
Binary1111000110100001011101
Octal170320135

Shades and tints

Shades of #78D05D

#78D05D
(120,208,93)
#6EBE55
(110,190,85)
#64AC4D
(100,172,77)
#5A9A45
(90,154,69)
#50883D
(80,136,61)
#467635
(70,118,53)
#3C642D
(60,100,45)
#325225
(50,82,37)
#28401D
(40,64,29)
#1E2E15
(30,46,21)
#141C0D
(20,28,13)
#000000
(0,0,0)

Tints of #78D05D

#78D05D
(120,208,93)
#84D46B
(132,212,107)
#90D879
(144,216,121)
#9CDC87
(156,220,135)
#A8E095
(168,224,149)
#B4E4A3
(180,228,163)
#C0E8B1
(192,232,177)
#CCECBF
(204,236,191)
#D8F0CD
(216,240,205)
#E4F4DB
(228,244,219)
#F0F8E9
(240,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78D05D color. Also use rgb(120,208,93) instead hex code.

Text Font Color

.myTextColor { color: #78D05D; }

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

This text font color is #78D05D.


Background Color

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

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

This div background color is #78D05D.


Border color

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

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

This div border color is #78D05D.


Opacity

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

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

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

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

This text has shadow with #78D05D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D05D on black background.


Color preview on white background

This text has color #78D05D on white background.



Black color preview on #78D05D background

This text has black color on #78D05D background.


White color preview on #78D05D background

This text has white color on #78D05D background.