COLOR #78FC92

HEX: #78FC92
RGB: (120,252,146)

Color info

#78FC92 contains mainly green color. Web safe color of #78FC92 is #66FF99 (or #6F9).

RGB color model

#78FC92 color RGB value is (120,252,146).

  • red value is 120;
  • green value is 252;
  • blue value is 146.
RGB:
(120,252,146)
(47%,99%,57%)

RGB channels and saturation

R 120 of 255 = 47%
G 252 of 255 = 99%
B 146 of 255 = 57%

120
252
146

R + G + B ~ 68%. #78FC92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 252 + 146 = 518 (100%)
R 120 of 518 ~ 23.17%
G 252 of 518 ~ 48.65%
B 146 of 518 ~ 28.19%

%23.17
%48.65
%28.19

CMYK color model

#78FC92 color CMYK value is (52,0,42,1).

  • cyan value is 52.38%
  • magenta value is 0.00%
  • yellow value is 42.06%
  • key color value is 1.18%
CMYK:
(52,0,42,1)
C52M0Y42K1 
(52%,0%,42%,1%)
(0.52/0.00/0.42/0.01)	

CMYK percentages

%52.38
%0
%42.06
%1.18

Codes

Color #78FC92 in popluar color models

78FC92
RGB120252146
HSL132°95.65%72.94%
HSB/HSV132°52.38%98.82%
CMYK52.38%0.00%42.06%
1.18%

Color #78FC92 in popluar number systems.

HEX78FC92
Decimal120252146
Binary11110001111110010010010
Octal170374222

Shades and tints

Shades of #78FC92

#78FC92
(120,252,146)
#6EE685
(110,230,133)
#64D078
(100,208,120)
#5ABA6B
(90,186,107)
#50A45E
(80,164,94)
#468E51
(70,142,81)
#3C7844
(60,120,68)
#326237
(50,98,55)
#284C2A
(40,76,42)
#1E361D
(30,54,29)
#142010
(20,32,16)
#000000
(0,0,0)

Tints of #78FC92

#78FC92
(120,252,146)
#84FC9B
(132,252,155)
#90FCA4
(144,252,164)
#9CFCAD
(156,252,173)
#A8FCB6
(168,252,182)
#B4FCBF
(180,252,191)
#C0FCC8
(192,252,200)
#CCFCD1
(204,252,209)
#D8FCDA
(216,252,218)
#E4FCE3
(228,252,227)
#F0FCEC
(240,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78FC92 color. Also use rgb(120,252,146) instead hex code.

Text Font Color

.myTextColor { color: #78FC92; }

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

This text font color is #78FC92.


Background Color

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

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

This div background color is #78FC92.


Border color

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

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

This div border color is #78FC92.


Opacity

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

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

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

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

This text has shadow with #78FC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78FC92 on black background.


Color preview on white background

This text has color #78FC92 on white background.



Black color preview on #78FC92 background

This text has black color on #78FC92 background.


White color preview on #78FC92 background

This text has white color on #78FC92 background.