COLOR #78F95C

HEX: #78F95C
RGB: (120,249,92)

Color info

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

RGB color model

#78F95C color RGB value is (120,249,92).

  • red value is 120;
  • green value is 249;
  • blue value is 92.
RGB:
(120,249,92)
(47%,98%,36%)

RGB channels and saturation

R 120 of 255 = 47%
G 249 of 255 = 98%
B 92 of 255 = 36%

120
249
92

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

Portions of RGB colors in percentages

R + G + B =
120 + 249 + 92 = 461 (100%)
R 120 of 461 ~ 26.03%
G 249 of 461 ~ 54.01%
B 92 of 461 ~ 19.96%

%26.03
%54.01
%19.96

CMYK color model

#78F95C color CMYK value is (52,0,63,2).

  • cyan value is 51.81%
  • magenta value is 0.00%
  • yellow value is 63.05%
  • key color value is 2.35%
CMYK:
(52,0,63,2)
C52M0Y63K2 
(52%,0%,63%,2%)
(0.52/0.00/0.63/0.02)	

CMYK percentages

%51.81
%0
%63.05
%2.35

Codes

Color #78F95C in popluar color models

78F95C
RGB12024992
HSL109°92.90%66.86%
HSB/HSV109°63.05%97.65%
CMYK51.81%0.00%63.05%
2.35%

Color #78F95C in popluar number systems.

HEX78F95C
Decimal12024992
Binary1111000111110011011100
Octal170371134

Shades and tints

Shades of #78F95C

#78F95C
(120,249,92)
#6EE354
(110,227,84)
#64CD4C
(100,205,76)
#5AB744
(90,183,68)
#50A13C
(80,161,60)
#468B34
(70,139,52)
#3C752C
(60,117,44)
#325F24
(50,95,36)
#28491C
(40,73,28)
#1E3314
(30,51,20)
#141D0C
(20,29,12)
#000000
(0,0,0)

Tints of #78F95C

#78F95C
(120,249,92)
#84F96A
(132,249,106)
#90F978
(144,249,120)
#9CF986
(156,249,134)
#A8F994
(168,249,148)
#B4F9A2
(180,249,162)
#C0F9B0
(192,249,176)
#CCF9BE
(204,249,190)
#D8F9CC
(216,249,204)
#E4F9DA
(228,249,218)
#F0F9E8
(240,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78F95C color. Also use rgb(120,249,92) instead hex code.

Text Font Color

.myTextColor { color: #78F95C; }

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

This text font color is #78F95C.


Background Color

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

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

This div background color is #78F95C.


Border color

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

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

This div border color is #78F95C.


Opacity

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

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

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

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

This text has shadow with #78F95C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78F95C on black background.


Color preview on white background

This text has color #78F95C on white background.



Black color preview on #78F95C background

This text has black color on #78F95C background.


White color preview on #78F95C background

This text has white color on #78F95C background.