COLOR #78F28B

HEX: #78F28B
RGB: (120,242,139)

Color info

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

RGB color model

#78F28B color RGB value is (120,242,139).

  • red value is 120;
  • green value is 242;
  • blue value is 139.
RGB:
(120,242,139)
(47%,95%,55%)

RGB channels and saturation

R 120 of 255 = 47%
G 242 of 255 = 95%
B 139 of 255 = 55%

120
242
139

R + G + B ~ 66%. #78F28B is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 242 + 139 = 501 (100%)
R 120 of 501 ~ 23.95%
G 242 of 501 ~ 48.3%
B 139 of 501 ~ 27.74%

%23.95
%48.3
%27.74

CMYK color model

#78F28B color CMYK value is (50,0,43,5).

  • cyan value is 50.41%
  • magenta value is 0.00%
  • yellow value is 42.56%
  • key color value is 5.10%
CMYK:
(50,0,43,5)
C50M0Y43K5 
(50%,0%,43%,5%)
(0.50/0.00/0.43/0.05)	

CMYK percentages

%50.41
%0
%42.56
%5.1

Codes

Color #78F28B in popluar color models

78F28B
RGB120242139
HSL129°82.43%70.98%
HSB/HSV129°50.41%94.90%
CMYK50.41%0.00%42.56%
5.10%

Color #78F28B in popluar number systems.

HEX78F28B
Decimal120242139
Binary11110001111001010001011
Octal170362213

Shades and tints

Shades of #78F28B

#78F28B
(120,242,139)
#6EDC7F
(110,220,127)
#64C673
(100,198,115)
#5AB067
(90,176,103)
#509A5B
(80,154,91)
#46844F
(70,132,79)
#3C6E43
(60,110,67)
#325837
(50,88,55)
#28422B
(40,66,43)
#1E2C1F
(30,44,31)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #78F28B

#78F28B
(120,242,139)
#84F395
(132,243,149)
#90F49F
(144,244,159)
#9CF5A9
(156,245,169)
#A8F6B3
(168,246,179)
#B4F7BD
(180,247,189)
#C0F8C7
(192,248,199)
#CCF9D1
(204,249,209)
#D8FADB
(216,250,219)
#E4FBE5
(228,251,229)
#F0FCEF
(240,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78F28B color. Also use rgb(120,242,139) instead hex code.

Text Font Color

.myTextColor { color: #78F28B; }

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

This text font color is #78F28B.


Background Color

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

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

This div background color is #78F28B.


Border color

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

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

This div border color is #78F28B.


Opacity

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

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

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

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

This text has shadow with #78F28B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78F28B on black background.


Color preview on white background

This text has color #78F28B on white background.



Black color preview on #78F28B background

This text has black color on #78F28B background.


White color preview on #78F28B background

This text has white color on #78F28B background.