COLOR #78FE72

HEX: #78FE72
RGB: (120,254,114)

Color info

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

RGB color model

#78FE72 color RGB value is (120,254,114).

  • red value is 120;
  • green value is 254;
  • blue value is 114.
RGB:
(120,254,114)
(47%,100%,45%)

RGB channels and saturation

R 120 of 255 = 47%
G 254 of 255 = 100%
B 114 of 255 = 45%

120
254
114

R + G + B ~ 64%. #78FE72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 254 + 114 = 488 (100%)
R 120 of 488 ~ 24.59%
G 254 of 488 ~ 52.05%
B 114 of 488 ~ 23.36%

%24.59
%52.05
%23.36

CMYK color model

#78FE72 color CMYK value is (53,0,55,0).

  • cyan value is 52.76%
  • magenta value is 0.00%
  • yellow value is 55.12%
  • key color value is 0.39%
CMYK:
(53,0,55,0)
C53M0Y55K0 
(53%,0%,55%,0%)
(0.53/0.00/0.55/0.00)	

CMYK percentages

%52.76
%0
%55.12
%0.39

Codes

Color #78FE72 in popluar color models

78FE72
RGB120254114
HSL117°98.59%72.16%
HSB/HSV117°55.12%99.61%
CMYK52.76%0.00%55.12%
0.39%

Color #78FE72 in popluar number systems.

HEX78FE72
Decimal120254114
Binary1111000111111101110010
Octal170376162

Shades and tints

Shades of #78FE72

#78FE72
(120,254,114)
#6EE768
(110,231,104)
#64D05E
(100,208,94)
#5AB954
(90,185,84)
#50A24A
(80,162,74)
#468B40
(70,139,64)
#3C7436
(60,116,54)
#325D2C
(50,93,44)
#284622
(40,70,34)
#1E2F18
(30,47,24)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #78FE72

#78FE72
(120,254,114)
#84FE7E
(132,254,126)
#90FE8A
(144,254,138)
#9CFE96
(156,254,150)
#A8FEA2
(168,254,162)
#B4FEAE
(180,254,174)
#C0FEBA
(192,254,186)
#CCFEC6
(204,254,198)
#D8FED2
(216,254,210)
#E4FEDE
(228,254,222)
#F0FEEA
(240,254,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78FE72 color. Also use rgb(120,254,114) instead hex code.

Text Font Color

.myTextColor { color: #78FE72; }

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

This text font color is #78FE72.


Background Color

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

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

This div background color is #78FE72.


Border color

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

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

This div border color is #78FE72.


Opacity

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

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

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

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

This text has shadow with #78FE72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78FE72 on black background.


Color preview on white background

This text has color #78FE72 on white background.



Black color preview on #78FE72 background

This text has black color on #78FE72 background.


White color preview on #78FE72 background

This text has white color on #78FE72 background.