COLOR #78D795

HEX: #78D795
RGB: (120,215,149)

Color info

#78D795 contains mainly green color. Web safe color of #78D795 is #66CC99 (or #6C9).

RGB color model

#78D795 color RGB value is (120,215,149).

  • red value is 120;
  • green value is 215;
  • blue value is 149.
RGB:
(120,215,149)
(47%,84%,58%)

RGB channels and saturation

R 120 of 255 = 47%
G 215 of 255 = 84%
B 149 of 255 = 58%

120
215
149

R + G + B ~ 63%. #78D795 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 215 + 149 = 484 (100%)
R 120 of 484 ~ 24.79%
G 215 of 484 ~ 44.42%
B 149 of 484 ~ 30.79%

%24.79
%44.42
%30.79

CMYK color model

#78D795 color CMYK value is (44,0,31,16).

  • cyan value is 44.19%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 15.69%
CMYK:
(44,0,31,16)
C44M0Y31K16 
(44%,0%,31%,16%)
(0.44/0.00/0.31/0.16)	

CMYK percentages

%44.19
%0
%30.7
%15.69

Codes

Color #78D795 in popluar color models

78D795
RGB120215149
HSL138°54.29%65.69%
HSB/HSV138°44.19%84.31%
CMYK44.19%0.00%30.70%
15.69%

Color #78D795 in popluar number systems.

HEX78D795
Decimal120215149
Binary11110001101011110010101
Octal170327225

Shades and tints

Shades of #78D795

#78D795
(120,215,149)
#6EC488
(110,196,136)
#64B17B
(100,177,123)
#5A9E6E
(90,158,110)
#508B61
(80,139,97)
#467854
(70,120,84)
#3C6547
(60,101,71)
#32523A
(50,82,58)
#283F2D
(40,63,45)
#1E2C20
(30,44,32)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #78D795

#78D795
(120,215,149)
#84DA9E
(132,218,158)
#90DDA7
(144,221,167)
#9CE0B0
(156,224,176)
#A8E3B9
(168,227,185)
#B4E6C2
(180,230,194)
#C0E9CB
(192,233,203)
#CCECD4
(204,236,212)
#D8EFDD
(216,239,221)
#E4F2E6
(228,242,230)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78D795 color. Also use rgb(120,215,149) instead hex code.

Text Font Color

.myTextColor { color: #78D795; }

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

This text font color is #78D795.


Background Color

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

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

This div background color is #78D795.


Border color

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

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

This div border color is #78D795.


Opacity

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

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

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

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

This text has shadow with #78D795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D795 on black background.


Color preview on white background

This text has color #78D795 on white background.



Black color preview on #78D795 background

This text has black color on #78D795 background.


White color preview on #78D795 background

This text has white color on #78D795 background.