COLOR #78DB7D

HEX: #78DB7D
RGB: (120,219,125)

Color info

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

RGB color model

#78DB7D color RGB value is (120,219,125).

  • red value is 120;
  • green value is 219;
  • blue value is 125.
RGB:
(120,219,125)
(47%,86%,49%)

RGB channels and saturation

R 120 of 255 = 47%
G 219 of 255 = 86%
B 125 of 255 = 49%

120
219
125

R + G + B ~ 61%. #78DB7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 219 + 125 = 464 (100%)
R 120 of 464 ~ 25.86%
G 219 of 464 ~ 47.2%
B 125 of 464 ~ 26.94%

%25.86
%47.2
%26.94

CMYK color model

#78DB7D color CMYK value is (45,0,43,14).

  • cyan value is 45.21%
  • magenta value is 0.00%
  • yellow value is 42.92%
  • key color value is 14.12%
CMYK:
(45,0,43,14)
C45M0Y43K14 
(45%,0%,43%,14%)
(0.45/0.00/0.43/0.14)	

CMYK percentages

%45.21
%0
%42.92
%14.12

Codes

Color #78DB7D in popluar color models

78DB7D
RGB120219125
HSL123°57.89%66.47%
HSB/HSV123°45.21%85.88%
CMYK45.21%0.00%42.92%
14.12%

Color #78DB7D in popluar number systems.

HEX78DB7D
Decimal120219125
Binary1111000110110111111101
Octal170333175

Shades and tints

Shades of #78DB7D

#78DB7D
(120,219,125)
#6EC872
(110,200,114)
#64B567
(100,181,103)
#5AA25C
(90,162,92)
#508F51
(80,143,81)
#467C46
(70,124,70)
#3C693B
(60,105,59)
#325630
(50,86,48)
#284325
(40,67,37)
#1E301A
(30,48,26)
#141D0F
(20,29,15)
#000000
(0,0,0)

Tints of #78DB7D

#78DB7D
(120,219,125)
#84DE88
(132,222,136)
#90E193
(144,225,147)
#9CE49E
(156,228,158)
#A8E7A9
(168,231,169)
#B4EAB4
(180,234,180)
#C0EDBF
(192,237,191)
#CCF0CA
(204,240,202)
#D8F3D5
(216,243,213)
#E4F6E0
(228,246,224)
#F0F9EB
(240,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78DB7D color. Also use rgb(120,219,125) instead hex code.

Text Font Color

.myTextColor { color: #78DB7D; }

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

This text font color is #78DB7D.


Background Color

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

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

This div background color is #78DB7D.


Border color

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

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

This div border color is #78DB7D.


Opacity

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

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

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

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

This text has shadow with #78DB7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78DB7D on black background.


Color preview on white background

This text has color #78DB7D on white background.



Black color preview on #78DB7D background

This text has black color on #78DB7D background.


White color preview on #78DB7D background

This text has white color on #78DB7D background.