COLOR #78DC65

HEX: #78DC65
RGB: (120,220,101)

Color info

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

RGB color model

#78DC65 color RGB value is (120,220,101).

  • red value is 120;
  • green value is 220;
  • blue value is 101.
RGB:
(120,220,101)
(47%,86%,40%)

RGB channels and saturation

R 120 of 255 = 47%
G 220 of 255 = 86%
B 101 of 255 = 40%

120
220
101

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

Portions of RGB colors in percentages

R + G + B =
120 + 220 + 101 = 441 (100%)
R 120 of 441 ~ 27.21%
G 220 of 441 ~ 49.89%
B 101 of 441 ~ 22.9%

%27.21
%49.89
%22.9

CMYK color model

#78DC65 color CMYK value is (45,0,54,14).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 54.09%
  • key color value is 13.73%
CMYK:
(45,0,54,14)
C45M0Y54K14 
(45%,0%,54%,14%)
(0.45/0.00/0.54/0.14)	

CMYK percentages

%45.45
%0
%54.09
%13.73

Codes

Color #78DC65 in popluar color models

78DC65
RGB120220101
HSL110°62.96%62.94%
HSB/HSV110°54.09%86.27%
CMYK45.45%0.00%54.09%
13.73%

Color #78DC65 in popluar number systems.

HEX78DC65
Decimal120220101
Binary1111000110111001100101
Octal170334145

Shades and tints

Shades of #78DC65

#78DC65
(120,220,101)
#6EC85C
(110,200,92)
#64B453
(100,180,83)
#5AA04A
(90,160,74)
#508C41
(80,140,65)
#467838
(70,120,56)
#3C642F
(60,100,47)
#325026
(50,80,38)
#283C1D
(40,60,29)
#1E2814
(30,40,20)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #78DC65

#78DC65
(120,220,101)
#84DF73
(132,223,115)
#90E281
(144,226,129)
#9CE58F
(156,229,143)
#A8E89D
(168,232,157)
#B4EBAB
(180,235,171)
#C0EEB9
(192,238,185)
#CCF1C7
(204,241,199)
#D8F4D5
(216,244,213)
#E4F7E3
(228,247,227)
#F0FAF1
(240,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78DC65 color. Also use rgb(120,220,101) instead hex code.

Text Font Color

.myTextColor { color: #78DC65; }

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

This text font color is #78DC65.


Background Color

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

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

This div background color is #78DC65.


Border color

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

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

This div border color is #78DC65.


Opacity

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

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

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

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

This text has shadow with #78DC65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78DC65 on black background.


Color preview on white background

This text has color #78DC65 on white background.



Black color preview on #78DC65 background

This text has black color on #78DC65 background.


White color preview on #78DC65 background

This text has white color on #78DC65 background.