COLOR #EBF62F

HEX: #EBF62F
RGB: (235,246,47)

Color info

#EBF62F contains mainly red and green colors. Web safe color of #EBF62F is #FFFF33 (or #FF3).

RGB color model

#EBF62F color RGB value is (235,246,47).

  • red value is 235;
  • green value is 246;
  • blue value is 47.
RGB:
(235,246,47)
(92%,96%,18%)

RGB channels and saturation

R 235 of 255 = 92%
G 246 of 255 = 96%
B 47 of 255 = 18%

235
246
47

R + G + B ~ 69%. #EBF62F is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 246 + 47 = 528 (100%)
R 235 of 528 ~ 44.51%
G 246 of 528 ~ 46.59%
B 47 of 528 ~ 8.9%

%44.51
%46.59

CMYK color model

#EBF62F color CMYK value is (4,0,81,4).

  • cyan value is 4.47%
  • magenta value is 0.00%
  • yellow value is 80.89%
  • key color value is 3.53%
CMYK:
(4,0,81,4)
C4M0Y81K4 
(4%,0%,81%,4%)
(0.04/0.00/0.81/0.04)	

CMYK percentages

%4.47
%0
%80.89
%3.53

Codes

Color #EBF62F in popluar color models

EBF62F
RGB23524647
HSL63°91.71%57.45%
HSB/HSV63°80.89%96.47%
CMYK4.47%0.00%80.89%
3.53%

Color #EBF62F in popluar number systems.

HEXEBF62F
Decimal23524647
Binary1110101111110110101111
Octal35336657

Shades and tints

Shades of #EBF62F

#EBF62F
(235,246,47)
#D6E02B
(214,224,43)
#C1CA27
(193,202,39)
#ACB423
(172,180,35)
#979E1F
(151,158,31)
#82881B
(130,136,27)
#6D7217
(109,114,23)
#585C13
(88,92,19)
#43460F
(67,70,15)
#2E300B
(46,48,11)
#191A07
(25,26,7)
#000000
(0,0,0)

Tints of #EBF62F

#EBF62F
(235,246,47)
#ECF641
(236,246,65)
#EDF653
(237,246,83)
#EEF665
(238,246,101)
#EFF677
(239,246,119)
#F0F689
(240,246,137)
#F1F69B
(241,246,155)
#F2F6AD
(242,246,173)
#F3F6BF
(243,246,191)
#F4F6D1
(244,246,209)
#F5F6E3
(245,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF62F color. Also use rgb(235,246,47) instead hex code.

Text Font Color

.myTextColor { color: #EBF62F; }

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

This text font color is #EBF62F.


Background Color

.myBgColor { background-color: #EBF62F; }

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

This div background color is #EBF62F.


Border color

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

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

This div border color is #EBF62F.


Opacity

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

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

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

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

This text has shadow with #EBF62F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF62F on black background.


Color preview on white background

This text has color #EBF62F on white background.



Black color preview on #EBF62F background

This text has black color on #EBF62F background.


White color preview on #EBF62F background

This text has white color on #EBF62F background.