COLOR #EBFA78

HEX: #EBFA78
RGB: (235,250,120)

Color info

#EBFA78 contains mainly red and green colors. Web safe color of #EBFA78 is #FFFF66 (or #FF6).

RGB color model

#EBFA78 color RGB value is (235,250,120).

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

RGB channels and saturation

R 235 of 255 = 92%
G 250 of 255 = 98%
B 120 of 255 = 47%

235
250
120

R + G + B ~ 79%. #EBFA78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 250 + 120 = 605 (100%)
R 235 of 605 ~ 38.84%
G 250 of 605 ~ 41.32%
B 120 of 605 ~ 19.83%

%38.84
%41.32
%19.83

CMYK color model

#EBFA78 color CMYK value is (6,0,52,2).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 1.96%
CMYK:
(6,0,52,2)
C6M0Y52K2 
(6%,0%,52%,2%)
(0.06/0.00/0.52/0.02)	

CMYK percentages

%6
%0
%52
%1.96

Codes

Color #EBFA78 in popluar color models

EBFA78
RGB235250120
HSL67°92.86%72.55%
HSB/HSV67°52.00%98.04%
CMYK6.00%0.00%52.00%
1.96%

Color #EBFA78 in popluar number systems.

HEXEBFA78
Decimal235250120
Binary11101011111110101111000
Octal353372170

Shades and tints

Shades of #EBFA78

#EBFA78
(235,250,120)
#D6E46E
(214,228,110)
#C1CE64
(193,206,100)
#ACB85A
(172,184,90)
#97A250
(151,162,80)
#828C46
(130,140,70)
#6D763C
(109,118,60)
#586032
(88,96,50)
#434A28
(67,74,40)
#2E341E
(46,52,30)
#191E14
(25,30,20)
#000000
(0,0,0)

Tints of #EBFA78

#EBFA78
(235,250,120)
#ECFA84
(236,250,132)
#EDFA90
(237,250,144)
#EEFA9C
(238,250,156)
#EFFAA8
(239,250,168)
#F0FAB4
(240,250,180)
#F1FAC0
(241,250,192)
#F2FACC
(242,250,204)
#F3FAD8
(243,250,216)
#F4FAE4
(244,250,228)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFA78 color. Also use rgb(235,250,120) instead hex code.

Text Font Color

.myTextColor { color: #EBFA78; }

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

This text font color is #EBFA78.


Background Color

.myBgColor { background-color: #EBFA78; }

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

This div background color is #EBFA78.


Border color

.myBorderColor { border: 1px solid #EBFA78; }

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

This div border color is #EBFA78.


Opacity

.myOpacity80 { color: #EBFA78; opacity: 0.8; }

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

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

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

This text has shadow with #EBFA78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFA78 on black background.


Color preview on white background

This text has color #EBFA78 on white background.



Black color preview on #EBFA78 background

This text has black color on #EBFA78 background.


White color preview on #EBFA78 background

This text has white color on #EBFA78 background.