COLOR #78CB85

HEX: #78CB85
RGB: (120,203,133)

Color info

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

RGB color model

#78CB85 color RGB value is (120,203,133).

  • red value is 120;
  • green value is 203;
  • blue value is 133.
RGB:
(120,203,133)
(47%,80%,52%)

RGB channels and saturation

R 120 of 255 = 47%
G 203 of 255 = 80%
B 133 of 255 = 52%

120
203
133

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

Portions of RGB colors in percentages

R + G + B =
120 + 203 + 133 = 456 (100%)
R 120 of 456 ~ 26.32%
G 203 of 456 ~ 44.52%
B 133 of 456 ~ 29.17%

%26.32
%44.52
%29.17

CMYK color model

#78CB85 color CMYK value is (41,0,34,20).

  • cyan value is 40.89%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 20.39%
CMYK:
(41,0,34,20)
C41M0Y34K20 
(41%,0%,34%,20%)
(0.41/0.00/0.34/0.20)	

CMYK percentages

%40.89
%0
%34.48
%20.39

Codes

Color #78CB85 in popluar color models

78CB85
RGB120203133
HSL129°44.39%63.33%
HSB/HSV129°40.89%79.61%
CMYK40.89%0.00%34.48%
20.39%

Color #78CB85 in popluar number systems.

HEX78CB85
Decimal120203133
Binary11110001100101110000101
Octal170313205

Shades and tints

Shades of #78CB85

#78CB85
(120,203,133)
#6EB979
(110,185,121)
#64A76D
(100,167,109)
#5A9561
(90,149,97)
#508355
(80,131,85)
#467149
(70,113,73)
#3C5F3D
(60,95,61)
#324D31
(50,77,49)
#283B25
(40,59,37)
#1E2919
(30,41,25)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #78CB85

#78CB85
(120,203,133)
#84CF90
(132,207,144)
#90D39B
(144,211,155)
#9CD7A6
(156,215,166)
#A8DBB1
(168,219,177)
#B4DFBC
(180,223,188)
#C0E3C7
(192,227,199)
#CCE7D2
(204,231,210)
#D8EBDD
(216,235,221)
#E4EFE8
(228,239,232)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78CB85 color. Also use rgb(120,203,133) instead hex code.

Text Font Color

.myTextColor { color: #78CB85; }

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

This text font color is #78CB85.


Background Color

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

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

This div background color is #78CB85.


Border color

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

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

This div border color is #78CB85.


Opacity

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

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

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

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

This text has shadow with #78CB85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78CB85 on black background.


Color preview on white background

This text has color #78CB85 on white background.



Black color preview on #78CB85 background

This text has black color on #78CB85 background.


White color preview on #78CB85 background

This text has white color on #78CB85 background.