COLOR #78EF5F

HEX: #78EF5F
RGB: (120,239,95)

Color info

#78EF5F contains mainly green color. Web safe color of #78EF5F is #66FF66 (or #6F6).

RGB color model

#78EF5F color RGB value is (120,239,95).

  • red value is 120;
  • green value is 239;
  • blue value is 95.
RGB:
(120,239,95)
(47%,94%,37%)

RGB channels and saturation

R 120 of 255 = 47%
G 239 of 255 = 94%
B 95 of 255 = 37%

120
239
95

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

Portions of RGB colors in percentages

R + G + B =
120 + 239 + 95 = 454 (100%)
R 120 of 454 ~ 26.43%
G 239 of 454 ~ 52.64%
B 95 of 454 ~ 20.93%

%26.43
%52.64
%20.93

CMYK color model

#78EF5F color CMYK value is (50,0,60,6).

  • cyan value is 49.79%
  • magenta value is 0.00%
  • yellow value is 60.25%
  • key color value is 6.27%
CMYK:
(50,0,60,6)
C50M0Y60K6 
(50%,0%,60%,6%)
(0.50/0.00/0.60/0.06)	

CMYK percentages

%49.79
%0
%60.25
%6.27

Codes

Color #78EF5F in popluar color models

78EF5F
RGB12023995
HSL110°81.82%65.49%
HSB/HSV110°60.25%93.73%
CMYK49.79%0.00%60.25%
6.27%

Color #78EF5F in popluar number systems.

HEX78EF5F
Decimal12023995
Binary1111000111011111011111
Octal170357137

Shades and tints

Shades of #78EF5F

#78EF5F
(120,239,95)
#6EDA57
(110,218,87)
#64C54F
(100,197,79)
#5AB047
(90,176,71)
#509B3F
(80,155,63)
#468637
(70,134,55)
#3C712F
(60,113,47)
#325C27
(50,92,39)
#28471F
(40,71,31)
#1E3217
(30,50,23)
#141D0F
(20,29,15)
#000000
(0,0,0)

Tints of #78EF5F

#78EF5F
(120,239,95)
#84F06D
(132,240,109)
#90F17B
(144,241,123)
#9CF289
(156,242,137)
#A8F397
(168,243,151)
#B4F4A5
(180,244,165)
#C0F5B3
(192,245,179)
#CCF6C1
(204,246,193)
#D8F7CF
(216,247,207)
#E4F8DD
(228,248,221)
#F0F9EB
(240,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78EF5F color. Also use rgb(120,239,95) instead hex code.

Text Font Color

.myTextColor { color: #78EF5F; }

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

This text font color is #78EF5F.


Background Color

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

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

This div background color is #78EF5F.


Border color

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

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

This div border color is #78EF5F.


Opacity

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

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

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

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

This text has shadow with #78EF5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78EF5F on black background.


Color preview on white background

This text has color #78EF5F on white background.



Black color preview on #78EF5F background

This text has black color on #78EF5F background.


White color preview on #78EF5F background

This text has white color on #78EF5F background.