COLOR #D5E84F

HEX: #D5E84F
RGB: (213,232,79)

Renk bilgisi

#D5E84F contains mainly red and green colors. #D5E84F ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#D5E84F color RGB value is (213,232,79).

  • kırmız ton 213;
  • yeşil ton 232;
  • mavi ton 79.
RGB:
(213,232,79)
(84%,91%,31%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 232 of 255 = 91%
B 79 of 255 = 31%

213
232
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 232 + 79 = 524 (100%)
R 213 of 524 ~ 40.65%
G 232 of 524 ~ 44.27%
B 79 of 524 ~ 15.08%

%40.65
%44.27
%15.08

CMYK RENK MODELİ

#D5E84F rengi CMYK tonu (8,0,66,9).

  • camgöbeği tonu 8.19%
  • eflatun tonu 0.00%
  • sarı tonu 65.95%
  • ana renk tonu 9.02%
CMYK:
(8,0,66,9)
C8M0Y66K9 
(8%,0%,66%,9%)
(0.08/0.00/0.66/0.09)	

CMYK yüzdeleri

%8.19
%0
%65.95
%9.02

Codes

Color #D5E84F in popluar color models

D5E84F
RGB21323279
HSL67°76.88%60.98%
HSB/HSV67°65.95%90.98%
CMYK8.19%0.00%65.95%
9.02%

Color #D5E84F in popluar number systems.

HEXD5E84F
Decimal21323279
Binary11010101111010001001111
Octal325350117

Shades and tints

Shades of #D5E84F

#D5E84F
(213,232,79)
#C2D348
(194,211,72)
#AFBE41
(175,190,65)
#9CA93A
(156,169,58)
#899433
(137,148,51)
#767F2C
(118,127,44)
#636A25
(99,106,37)
#50551E
(80,85,30)
#3D4017
(61,64,23)
#2A2B10
(42,43,16)
#171609
(23,22,9)
#000000
(0,0,0)

Tints of #D5E84F

#D5E84F
(213,232,79)
#D8EA5F
(216,234,95)
#DBEC6F
(219,236,111)
#DEEE7F
(222,238,127)
#E1F08F
(225,240,143)
#E4F29F
(228,242,159)
#E7F4AF
(231,244,175)
#EAF6BF
(234,246,191)
#EDF8CF
(237,248,207)
#F0FADF
(240,250,223)
#F3FCEF
(243,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E84F color. Also use rgb(213,232,79) instead hex code.

Text Font Color

.myTextColor { color: #D5E84F; }

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

This text font color is #D5E84F.


Background Color

.myBgColor { background-color: #D5E84F; }

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

This div background color is #D5E84F.


Border color

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

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

This div border color is #D5E84F.


Opacity

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

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

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

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

This text has shadow with #D5E84F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E84F on black background.


Color preview on white background

This text has color #D5E84F on white background.



Black color preview on #D5E84F background

This text has black color on #D5E84F background.


White color preview on #D5E84F background

This text has white color on #D5E84F background.