COLOR #EBFB5F

HEX: #EBFB5F RGB: (235,251,95)

Color info

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

RGB color model

#EBFB5F color RGB value is (235,251,95).

RGB: (235,251,95) (92%, 98%, 37%)

RGB channels and saturation

R 235 of 255 = 92%
G 251 of 255 = 98%
B 95 of 255 = 37%

235
251
95

R + G + B ~ 76%. #EBFB5F is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 251 + 95 = 581 (100%)
R 235 of 581 ~ 40.45%
G 251 of 581 ~ 43.2%
B 95 of 581 ~ 16.35'%

%40.45
%43.2
%16.35

CMYK color model

#EBFB5F color CMYK value is (6,0,62,2).

  • cyan value is 6.37%
  • magenta value is 0.00%
  • yellow value is 62.15%
  • key color value is 1.57%

CMYK: (6,0,62,2)
C6M0Y62K2 (6%, 0%, 62%, 2%)
(0.06 / 0.00 / 0.62 / 0.02)

CMYK percentages

%6.37
%0
%62.15
%1.57

Codes

Color #EBFB5F in popluar color models

EB FB 5F
RGB 235 251 95
HSL 66° 95.12% 67.84%
HSB/HSV 66° 62.15% 98.43%
CMYK 6.37% 0.00% 62.15%
1.57%

Color #EBFB5F in popluar number systems.

HEX EB FB 5F
Decimal 235 251 95
Binary 11101011 11111011 1011111
Octal 353 373 137

Shades and tints

Shades of #EBFB5F

#EBFB5F
(235,251,95)
#D6E557
(214,229,87)
#C1CF4F
(193,207,79)
#ACB947
(172,185,71)
#97A33F
(151,163,63)
#828D37
(130,141,55)
#6D772F
(109,119,47)
#586127
(88,97,39)
#434B1F
(67,75,31)
#2E3517
(46,53,23)
#191F0F
(25,31,15)
#000000
(0,0,0)

Tints of #EBFB5F

#EBFB5F
(235,251,95)
#ECFB6D
(236,251,109)
#EDFB7B
(237,251,123)
#EEFB89
(238,251,137)
#EFFB97
(239,251,151)
#F0FBA5
(240,251,165)
#F1FBB3
(241,251,179)
#F2FBC1
(242,251,193)
#F3FBCF
(243,251,207)
#F4FBDD
(244,251,221)
#F5FBEB
(245,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFB5F color. Also use rgb(235,251,95) instead hex code.

Text Font Color

.myTextColor { color: #EBFB5F; }

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

This text font color is #EBFB5F.

Background Color

.myBgColor { background-color: #EBFB5F; }

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

This div background color is #EBFB5F.

Border color

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

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

This div border color is #EBFB5F.

Opacity

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

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

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

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

This text has shadow with #EBFB5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFB5F.

Preview

Color preview on black background

This text has color #EBFB5F on black background.


Color preview on white background

This text has color #EBFB5F on white background.


Black color preview on #EBFB5F background

This text has black color on #EBFB5F background.


White color preview on #EBFB5F background

This text has white color on #EBFB5F background.


Related colors

Complementary color

Complementary color for #hex is #1404A0.


I love getcolorcode.com

Triadic colors

1 #5FEBFB and #FB5FEB with #EBFB5F are triadic colors.

2 #5FFBEB and #FBEB5F with #EBFB5F are triadic colors.