COLOR #D9EF1C

HEX: #D9EF1C
RGB: (217,239,28)

Renk bilgisi

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

RGB renk modeli

#D9EF1C color RGB value is (217,239,28).

  • kırmız ton 217;
  • yeşil ton 239;
  • mavi ton 28.
RGB:
(217,239,28)
(85%,94%,11%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 239 of 255 = 94%
B 28 of 255 = 11%

217
239
28

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 239 + 28 = 484 (100%)
R 217 of 484 ~ 44.83%
G 239 of 484 ~ 49.38%
B 28 of 484 ~ 5.79%

%44.83
%49.38

CMYK RENK MODELİ

#D9EF1C rengi CMYK tonu (9,0,88,6).

  • camgöbeği tonu 9.21%
  • eflatun tonu 0.00%
  • sarı tonu 88.28%
  • ana renk tonu 6.27%
CMYK:
(9,0,88,6)
C9M0Y88K6 
(9%,0%,88%,6%)
(0.09/0.00/0.88/0.06)	

CMYK yüzdeleri

%9.21
%0
%88.28
%6.27

Codes

Color #D9EF1C in popluar color models

D9EF1C
RGB21723928
HSL66°86.83%52.35%
HSB/HSV66°88.28%93.73%
CMYK9.21%0.00%88.28%
6.27%

Color #D9EF1C in popluar number systems.

HEXD9EF1C
Decimal21723928
Binary110110011110111111100
Octal33135734

Shades and tints

Shades of #D9EF1C

#D9EF1C
(217,239,28)
#C6DA1A
(198,218,26)
#B3C518
(179,197,24)
#A0B016
(160,176,22)
#8D9B14
(141,155,20)
#7A8612
(122,134,18)
#677110
(103,113,16)
#545C0E
(84,92,14)
#41470C
(65,71,12)
#2E320A
(46,50,10)
#1B1D08
(27,29,8)
#000000
(0,0,0)

Tints of #D9EF1C

#D9EF1C
(217,239,28)
#DCF030
(220,240,48)
#DFF144
(223,241,68)
#E2F258
(226,242,88)
#E5F36C
(229,243,108)
#E8F480
(232,244,128)
#EBF594
(235,245,148)
#EEF6A8
(238,246,168)
#F1F7BC
(241,247,188)
#F4F8D0
(244,248,208)
#F7F9E4
(247,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EF1C color. Also use rgb(217,239,28) instead hex code.

Text Font Color

.myTextColor { color: #D9EF1C; }

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

This text font color is #D9EF1C.


Background Color

.myBgColor { background-color: #D9EF1C; }

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

This div background color is #D9EF1C.


Border color

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

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

This div border color is #D9EF1C.


Opacity

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

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

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

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

This text has shadow with #D9EF1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EF1C on black background.


Color preview on white background

This text has color #D9EF1C on white background.



Black color preview on #D9EF1C background

This text has black color on #D9EF1C background.


White color preview on #D9EF1C background

This text has white color on #D9EF1C background.