COLOR #78F164

HEX: #78F164
RGB: (120,241,100)

Color info

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

RGB color model

#78F164 color RGB value is (120,241,100).

  • red value is 120;
  • green value is 241;
  • blue value is 100.
RGB:
(120,241,100)
(47%,95%,39%)

RGB channels and saturation

R 120 of 255 = 47%
G 241 of 255 = 95%
B 100 of 255 = 39%

120
241
100

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

Portions of RGB colors in percentages

R + G + B =
120 + 241 + 100 = 461 (100%)
R 120 of 461 ~ 26.03%
G 241 of 461 ~ 52.28%
B 100 of 461 ~ 21.69%

%26.03
%52.28
%21.69

CMYK color model

#78F164 color CMYK value is (50,0,59,5).

  • cyan value is 50.21%
  • magenta value is 0.00%
  • yellow value is 58.51%
  • key color value is 5.49%
CMYK:
(50,0,59,5)
C50M0Y59K5 
(50%,0%,59%,5%)
(0.50/0.00/0.59/0.05)	

CMYK percentages

%50.21
%0
%58.51
%5.49

Codes

Color #78F164 in popluar color models

78F164
RGB120241100
HSL111°83.43%66.86%
HSB/HSV111°58.51%94.51%
CMYK50.21%0.00%58.51%
5.49%

Color #78F164 in popluar number systems.

HEX78F164
Decimal120241100
Binary1111000111100011100100
Octal170361144

Shades and tints

Shades of #78F164

#78F164
(120,241,100)
#6EDC5B
(110,220,91)
#64C752
(100,199,82)
#5AB249
(90,178,73)
#509D40
(80,157,64)
#468837
(70,136,55)
#3C732E
(60,115,46)
#325E25
(50,94,37)
#28491C
(40,73,28)
#1E3413
(30,52,19)
#141F0A
(20,31,10)
#000000
(0,0,0)

Tints of #78F164

#78F164
(120,241,100)
#84F272
(132,242,114)
#90F380
(144,243,128)
#9CF48E
(156,244,142)
#A8F59C
(168,245,156)
#B4F6AA
(180,246,170)
#C0F7B8
(192,247,184)
#CCF8C6
(204,248,198)
#D8F9D4
(216,249,212)
#E4FAE2
(228,250,226)
#F0FBF0
(240,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78F164 color. Also use rgb(120,241,100) instead hex code.

Text Font Color

.myTextColor { color: #78F164; }

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

This text font color is #78F164.


Background Color

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

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

This div background color is #78F164.


Border color

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

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

This div border color is #78F164.


Opacity

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

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

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

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

This text has shadow with #78F164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78F164 on black background.


Color preview on white background

This text has color #78F164 on white background.



Black color preview on #78F164 background

This text has black color on #78F164 background.


White color preview on #78F164 background

This text has white color on #78F164 background.