COLOR #78BF11

HEX: #78BF11
RGB: (120,191,17)

Color info

#78BF11 contains mainly green color. Web safe color of #78BF11 is #66CC00 (or #6C0).

RGB color model

#78BF11 color RGB value is (120,191,17).

  • red value is 120;
  • green value is 191;
  • blue value is 17.
RGB:
(120,191,17)
(47%,75%,7%)

RGB channels and saturation

R 120 of 255 = 47%
G 191 of 255 = 75%
B 17 of 255 = 7%

120
191
17

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

Portions of RGB colors in percentages

R + G + B =
120 + 191 + 17 = 328 (100%)
R 120 of 328 ~ 36.59%
G 191 of 328 ~ 58.23%
B 17 of 328 ~ 5.18%

%36.59
%58.23

CMYK color model

#78BF11 color CMYK value is (37,0,91,25).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 91.10%
  • key color value is 25.10%
CMYK:
(37,0,91,25)
C37M0Y91K25 
(37%,0%,91%,25%)
(0.37/0.00/0.91/0.25)	

CMYK percentages

%37.17
%0
%91.1
%25.1

Codes

Color #78BF11 in popluar color models

78BF11
RGB12019117
HSL84°83.65%40.78%
HSB/HSV84°91.10%74.90%
CMYK37.17%0.00%91.10%
25.10%

Color #78BF11 in popluar number systems.

HEX78BF11
Decimal12019117
Binary11110001011111110001
Octal17027721

Shades and tints

Shades of #78BF11

#78BF11
(120,191,17)
#6EAE10
(110,174,16)
#649D0F
(100,157,15)
#5A8C0E
(90,140,14)
#507B0D
(80,123,13)
#466A0C
(70,106,12)
#3C590B
(60,89,11)
#32480A
(50,72,10)
#283709
(40,55,9)
#1E2608
(30,38,8)
#141507
(20,21,7)
#000000
(0,0,0)

Tints of #78BF11

#78BF11
(120,191,17)
#84C426
(132,196,38)
#90C93B
(144,201,59)
#9CCE50
(156,206,80)
#A8D365
(168,211,101)
#B4D87A
(180,216,122)
#C0DD8F
(192,221,143)
#CCE2A4
(204,226,164)
#D8E7B9
(216,231,185)
#E4ECCE
(228,236,206)
#F0F1E3
(240,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78BF11 color. Also use rgb(120,191,17) instead hex code.

Text Font Color

.myTextColor { color: #78BF11; }

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

This text font color is #78BF11.


Background Color

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

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

This div background color is #78BF11.


Border color

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

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

This div border color is #78BF11.


Opacity

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

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

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

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

This text has shadow with #78BF11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BF11 on black background.


Color preview on white background

This text has color #78BF11 on white background.



Black color preview on #78BF11 background

This text has black color on #78BF11 background.


White color preview on #78BF11 background

This text has white color on #78BF11 background.