COLOR #78C358

HEX: #78C358
RGB: (120,195,88)

Color info

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

RGB color model

#78C358 color RGB value is (120,195,88).

  • red value is 120;
  • green value is 195;
  • blue value is 88.
RGB:
(120,195,88)
(47%,76%,35%)

RGB channels and saturation

R 120 of 255 = 47%
G 195 of 255 = 76%
B 88 of 255 = 35%

120
195
88

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

Portions of RGB colors in percentages

R + G + B =
120 + 195 + 88 = 403 (100%)
R 120 of 403 ~ 29.78%
G 195 of 403 ~ 48.39%
B 88 of 403 ~ 21.84%

%29.78
%48.39
%21.84

CMYK color model

#78C358 color CMYK value is (38,0,55,24).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 54.87%
  • key color value is 23.53%
CMYK:
(38,0,55,24)
C38M0Y55K24 
(38%,0%,55%,24%)
(0.38/0.00/0.55/0.24)	

CMYK percentages

%38.46
%0
%54.87
%23.53

Codes

Color #78C358 in popluar color models

78C358
RGB12019588
HSL102°47.14%55.49%
HSB/HSV102°54.87%76.47%
CMYK38.46%0.00%54.87%
23.53%

Color #78C358 in popluar number systems.

HEX78C358
Decimal12019588
Binary1111000110000111011000
Octal170303130

Shades and tints

Shades of #78C358

#78C358
(120,195,88)
#6EB250
(110,178,80)
#64A148
(100,161,72)
#5A9040
(90,144,64)
#507F38
(80,127,56)
#466E30
(70,110,48)
#3C5D28
(60,93,40)
#324C20
(50,76,32)
#283B18
(40,59,24)
#1E2A10
(30,42,16)
#141908
(20,25,8)
#000000
(0,0,0)

Tints of #78C358

#78C358
(120,195,88)
#84C867
(132,200,103)
#90CD76
(144,205,118)
#9CD285
(156,210,133)
#A8D794
(168,215,148)
#B4DCA3
(180,220,163)
#C0E1B2
(192,225,178)
#CCE6C1
(204,230,193)
#D8EBD0
(216,235,208)
#E4F0DF
(228,240,223)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C358 color. Also use rgb(120,195,88) instead hex code.

Text Font Color

.myTextColor { color: #78C358; }

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

This text font color is #78C358.


Background Color

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

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

This div background color is #78C358.


Border color

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

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

This div border color is #78C358.


Opacity

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

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

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

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

This text has shadow with #78C358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C358 on black background.


Color preview on white background

This text has color #78C358 on white background.



Black color preview on #78C358 background

This text has black color on #78C358 background.


White color preview on #78C358 background

This text has white color on #78C358 background.