COLOR #78F521

HEX: #78F521
RGB: (120,245,33)

Color info

#78F521 contains mainly green color. Web safe color of #78F521 is #66FF33 (or #6F3).

RGB color model

#78F521 color RGB value is (120,245,33).

  • red value is 120;
  • green value is 245;
  • blue value is 33.
RGB:
(120,245,33)
(47%,96%,13%)

RGB channels and saturation

R 120 of 255 = 47%
G 245 of 255 = 96%
B 33 of 255 = 13%

120
245
33

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

Portions of RGB colors in percentages

R + G + B =
120 + 245 + 33 = 398 (100%)
R 120 of 398 ~ 30.15%
G 245 of 398 ~ 61.56%
B 33 of 398 ~ 8.29%

%30.15
%61.56

CMYK color model

#78F521 color CMYK value is (51,0,87,4).

  • cyan value is 51.02%
  • magenta value is 0.00%
  • yellow value is 86.53%
  • key color value is 3.92%
CMYK:
(51,0,87,4)
C51M0Y87K4 
(51%,0%,87%,4%)
(0.51/0.00/0.87/0.04)	

CMYK percentages

%51.02
%0
%86.53
%3.92

Codes

Color #78F521 in popluar color models

78F521
RGB12024533
HSL95°91.38%54.51%
HSB/HSV95°86.53%96.08%
CMYK51.02%0.00%86.53%
3.92%

Color #78F521 in popluar number systems.

HEX78F521
Decimal12024533
Binary111100011110101100001
Octal17036541

Shades and tints

Shades of #78F521

#78F521
(120,245,33)
#6EDF1E
(110,223,30)
#64C91B
(100,201,27)
#5AB318
(90,179,24)
#509D15
(80,157,21)
#468712
(70,135,18)
#3C710F
(60,113,15)
#325B0C
(50,91,12)
#284509
(40,69,9)
#1E2F06
(30,47,6)
#141903
(20,25,3)
#000000
(0,0,0)

Tints of #78F521

#78F521
(120,245,33)
#84F535
(132,245,53)
#90F549
(144,245,73)
#9CF55D
(156,245,93)
#A8F571
(168,245,113)
#B4F585
(180,245,133)
#C0F599
(192,245,153)
#CCF5AD
(204,245,173)
#D8F5C1
(216,245,193)
#E4F5D5
(228,245,213)
#F0F5E9
(240,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78F521 color. Also use rgb(120,245,33) instead hex code.

Text Font Color

.myTextColor { color: #78F521; }

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

This text font color is #78F521.


Background Color

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

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

This div background color is #78F521.


Border color

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

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

This div border color is #78F521.


Opacity

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

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

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

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

This text has shadow with #78F521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78F521 on black background.


Color preview on white background

This text has color #78F521 on white background.



Black color preview on #78F521 background

This text has black color on #78F521 background.


White color preview on #78F521 background

This text has white color on #78F521 background.