COLOR #78F38F

HEX: #78F38F
RGB: (120,243,143)

Color info

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

RGB color model

#78F38F color RGB value is (120,243,143).

  • red value is 120;
  • green value is 243;
  • blue value is 143.
RGB:
(120,243,143)
(47%,95%,56%)

RGB channels and saturation

R 120 of 255 = 47%
G 243 of 255 = 95%
B 143 of 255 = 56%

120
243
143

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

Portions of RGB colors in percentages

R + G + B =
120 + 243 + 143 = 506 (100%)
R 120 of 506 ~ 23.72%
G 243 of 506 ~ 48.02%
B 143 of 506 ~ 28.26%

%23.72
%48.02
%28.26

CMYK color model

#78F38F color CMYK value is (51,0,41,5).

  • cyan value is 50.62%
  • magenta value is 0.00%
  • yellow value is 41.15%
  • key color value is 4.71%
CMYK:
(51,0,41,5)
C51M0Y41K5 
(51%,0%,41%,5%)
(0.51/0.00/0.41/0.05)	

CMYK percentages

%50.62
%0
%41.15
%4.71

Codes

Color #78F38F in popluar color models

78F38F
RGB120243143
HSL131°83.67%71.18%
HSB/HSV131°50.62%95.29%
CMYK50.62%0.00%41.15%
4.71%

Color #78F38F in popluar number systems.

HEX78F38F
Decimal120243143
Binary11110001111001110001111
Octal170363217

Shades and tints

Shades of #78F38F

#78F38F
(120,243,143)
#6EDD82
(110,221,130)
#64C775
(100,199,117)
#5AB168
(90,177,104)
#509B5B
(80,155,91)
#46854E
(70,133,78)
#3C6F41
(60,111,65)
#325934
(50,89,52)
#284327
(40,67,39)
#1E2D1A
(30,45,26)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #78F38F

#78F38F
(120,243,143)
#84F499
(132,244,153)
#90F5A3
(144,245,163)
#9CF6AD
(156,246,173)
#A8F7B7
(168,247,183)
#B4F8C1
(180,248,193)
#C0F9CB
(192,249,203)
#CCFAD5
(204,250,213)
#D8FBDF
(216,251,223)
#E4FCE9
(228,252,233)
#F0FDF3
(240,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78F38F color. Also use rgb(120,243,143) instead hex code.

Text Font Color

.myTextColor { color: #78F38F; }

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

This text font color is #78F38F.


Background Color

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

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

This div background color is #78F38F.


Border color

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

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

This div border color is #78F38F.


Opacity

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

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

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

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

This text has shadow with #78F38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78F38F on black background.


Color preview on white background

This text has color #78F38F on white background.



Black color preview on #78F38F background

This text has black color on #78F38F background.


White color preview on #78F38F background

This text has white color on #78F38F background.