COLOR #D9ED1E

HEX: #D9ED1E
RGB: (217,237,30)

Renk bilgisi

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

RGB renk modeli

#D9ED1E color RGB value is (217,237,30).

  • kırmız ton 217;
  • yeşil ton 237;
  • mavi ton 30.
RGB:
(217,237,30)
(85%,93%,12%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 237 of 255 = 93%
B 30 of 255 = 12%

217
237
30

R + G + B ~ 63%. #D9ED1E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 237 + 30 = 484 (100%)
R 217 of 484 ~ 44.83%
G 237 of 484 ~ 48.97%
B 30 of 484 ~ 6.2%

%44.83
%48.97

CMYK RENK MODELİ

#D9ED1E rengi CMYK tonu (8,0,87,7).

  • camgöbeği tonu 8.44%
  • eflatun tonu 0.00%
  • sarı tonu 87.34%
  • ana renk tonu 7.06%
CMYK:
(8,0,87,7)
C8M0Y87K7 
(8%,0%,87%,7%)
(0.08/0.00/0.87/0.07)	

CMYK yüzdeleri

%8.44
%0
%87.34
%7.06

Codes

Color #D9ED1E in popluar color models

D9ED1E
RGB21723730
HSL66°85.19%52.35%
HSB/HSV66°87.34%92.94%
CMYK8.44%0.00%87.34%
7.06%

Color #D9ED1E in popluar number systems.

HEXD9ED1E
Decimal21723730
Binary110110011110110111110
Octal33135536

Shades and tints

Shades of #D9ED1E

#D9ED1E
(217,237,30)
#C6D81C
(198,216,28)
#B3C31A
(179,195,26)
#A0AE18
(160,174,24)
#8D9916
(141,153,22)
#7A8414
(122,132,20)
#676F12
(103,111,18)
#545A10
(84,90,16)
#41450E
(65,69,14)
#2E300C
(46,48,12)
#1B1B0A
(27,27,10)
#000000
(0,0,0)

Tints of #D9ED1E

#D9ED1E
(217,237,30)
#DCEE32
(220,238,50)
#DFEF46
(223,239,70)
#E2F05A
(226,240,90)
#E5F16E
(229,241,110)
#E8F282
(232,242,130)
#EBF396
(235,243,150)
#EEF4AA
(238,244,170)
#F1F5BE
(241,245,190)
#F4F6D2
(244,246,210)
#F7F7E6
(247,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9ED1E color. Also use rgb(217,237,30) instead hex code.

Text Font Color

.myTextColor { color: #D9ED1E; }

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

This text font color is #D9ED1E.


Background Color

.myBgColor { background-color: #D9ED1E; }

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

This div background color is #D9ED1E.


Border color

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

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

This div border color is #D9ED1E.


Opacity

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

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

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

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

This text has shadow with #D9ED1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9ED1E on black background.


Color preview on white background

This text has color #D9ED1E on white background.



Black color preview on #D9ED1E background

This text has black color on #D9ED1E background.


White color preview on #D9ED1E background

This text has white color on #D9ED1E background.