COLOR #78C868

HEX: #78C868
RGB: (120,200,104)

Color info

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

RGB color model

#78C868 color RGB value is (120,200,104).

  • red value is 120;
  • green value is 200;
  • blue value is 104.
RGB:
(120,200,104)
(47%,78%,41%)

RGB channels and saturation

R 120 of 255 = 47%
G 200 of 255 = 78%
B 104 of 255 = 41%

120
200
104

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

Portions of RGB colors in percentages

R + G + B =
120 + 200 + 104 = 424 (100%)
R 120 of 424 ~ 28.3%
G 200 of 424 ~ 47.17%
B 104 of 424 ~ 24.53%

%28.3
%47.17
%24.53

CMYK color model

#78C868 color CMYK value is (40,0,48,22).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 21.57%
CMYK:
(40,0,48,22)
C40M0Y48K22 
(40%,0%,48%,22%)
(0.40/0.00/0.48/0.22)	

CMYK percentages

%40
%0
%48
%21.57

Codes

Color #78C868 in popluar color models

78C868
RGB120200104
HSL110°46.60%59.61%
HSB/HSV110°48.00%78.43%
CMYK40.00%0.00%48.00%
21.57%

Color #78C868 in popluar number systems.

HEX78C868
Decimal120200104
Binary1111000110010001101000
Octal170310150

Shades and tints

Shades of #78C868

#78C868
(120,200,104)
#6EB65F
(110,182,95)
#64A456
(100,164,86)
#5A924D
(90,146,77)
#508044
(80,128,68)
#466E3B
(70,110,59)
#3C5C32
(60,92,50)
#324A29
(50,74,41)
#283820
(40,56,32)
#1E2617
(30,38,23)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #78C868

#78C868
(120,200,104)
#84CD75
(132,205,117)
#90D282
(144,210,130)
#9CD78F
(156,215,143)
#A8DC9C
(168,220,156)
#B4E1A9
(180,225,169)
#C0E6B6
(192,230,182)
#CCEBC3
(204,235,195)
#D8F0D0
(216,240,208)
#E4F5DD
(228,245,221)
#F0FAEA
(240,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C868 color. Also use rgb(120,200,104) instead hex code.

Text Font Color

.myTextColor { color: #78C868; }

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

This text font color is #78C868.


Background Color

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

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

This div background color is #78C868.


Border color

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

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

This div border color is #78C868.


Opacity

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

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

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

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

This text has shadow with #78C868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C868 on black background.


Color preview on white background

This text has color #78C868 on white background.



Black color preview on #78C868 background

This text has black color on #78C868 background.


White color preview on #78C868 background

This text has white color on #78C868 background.