COLOR #E6FB1E

HEX: #E6FB1E
RGB: (230,251,30)

Renk bilgisi

#E6FB1E contains mainly red and green colors. #E6FB1E ‘ nin web güvenlik rengi #CCFF33 (ya da #CF3) dir.

RGB renk modeli

#E6FB1E color RGB value is (230,251,30).

  • kırmız ton 230;
  • yeşil ton 251;
  • mavi ton 30.
RGB:
(230,251,30)
(90%,98%,12%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 251 of 255 = 98%
B 30 of 255 = 12%

230
251
30

R + G + B ~ 67%. #E6FB1E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 251 + 30 = 511 (100%)
R 230 of 511 ~ 45.01%
G 251 of 511 ~ 49.12%
B 30 of 511 ~ 5.87%

%45.01
%49.12

CMYK RENK MODELİ

#E6FB1E rengi CMYK tonu (8,0,88,2).

  • camgöbeği tonu 8.37%
  • eflatun tonu 0.00%
  • sarı tonu 88.05%
  • ana renk tonu 1.57%
CMYK:
(8,0,88,2)
C8M0Y88K2 
(8%,0%,88%,2%)
(0.08/0.00/0.88/0.02)	

CMYK yüzdeleri

%8.37
%0
%88.05
%1.57

Codes

Color #E6FB1E in popluar color models

E6FB1E
RGB23025130
HSL66°96.51%55.10%
HSB/HSV66°88.05%98.43%
CMYK8.37%0.00%88.05%
1.57%

Color #E6FB1E in popluar number systems.

HEXE6FB1E
Decimal23025130
Binary111001101111101111110
Octal34637336

Shades and tints

Shades of #E6FB1E

#E6FB1E
(230,251,30)
#D2E51C
(210,229,28)
#BECF1A
(190,207,26)
#AAB918
(170,185,24)
#96A316
(150,163,22)
#828D14
(130,141,20)
#6E7712
(110,119,18)
#5A6110
(90,97,16)
#464B0E
(70,75,14)
#32350C
(50,53,12)
#1E1F0A
(30,31,10)
#000000
(0,0,0)

Tints of #E6FB1E

#E6FB1E
(230,251,30)
#E8FB32
(232,251,50)
#EAFB46
(234,251,70)
#ECFB5A
(236,251,90)
#EEFB6E
(238,251,110)
#F0FB82
(240,251,130)
#F2FB96
(242,251,150)
#F4FBAA
(244,251,170)
#F6FBBE
(246,251,190)
#F8FBD2
(248,251,210)
#FAFBE6
(250,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FB1E color. Also use rgb(230,251,30) instead hex code.

Text Font Color

.myTextColor { color: #E6FB1E; }

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

This text font color is #E6FB1E.


Background Color

.myBgColor { background-color: #E6FB1E; }

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

This div background color is #E6FB1E.


Border color

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

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

This div border color is #E6FB1E.


Opacity

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

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

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

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

This text has shadow with #E6FB1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FB1E on black background.


Color preview on white background

This text has color #E6FB1E on white background.



Black color preview on #E6FB1E background

This text has black color on #E6FB1E background.


White color preview on #E6FB1E background

This text has white color on #E6FB1E background.