COLOR #D5E75F

HEX: #D5E75F
RGB: (213,231,95)

Renk bilgisi

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

RGB renk modeli

#D5E75F color RGB value is (213,231,95).

  • kırmız ton 213;
  • yeşil ton 231;
  • mavi ton 95.
RGB:
(213,231,95)
(84%,91%,37%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 231 of 255 = 91%
B 95 of 255 = 37%

213
231
95

R + G + B ~ 71%. #D5E75F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 231 + 95 = 539 (100%)
R 213 of 539 ~ 39.52%
G 231 of 539 ~ 42.86%
B 95 of 539 ~ 17.63%

%39.52
%42.86
%17.63

CMYK RENK MODELİ

#D5E75F rengi CMYK tonu (8,0,59,9).

  • camgöbeği tonu 7.79%
  • eflatun tonu 0.00%
  • sarı tonu 58.87%
  • ana renk tonu 9.41%
CMYK:
(8,0,59,9)
C8M0Y59K9 
(8%,0%,59%,9%)
(0.08/0.00/0.59/0.09)	

CMYK yüzdeleri

%7.79
%0
%58.87
%9.41

Codes

Color #D5E75F in popluar color models

D5E75F
RGB21323195
HSL68°73.91%63.92%
HSB/HSV68°58.87%90.59%
CMYK7.79%0.00%58.87%
9.41%

Color #D5E75F in popluar number systems.

HEXD5E75F
Decimal21323195
Binary11010101111001111011111
Octal325347137

Shades and tints

Shades of #D5E75F

#D5E75F
(213,231,95)
#C2D257
(194,210,87)
#AFBD4F
(175,189,79)
#9CA847
(156,168,71)
#89933F
(137,147,63)
#767E37
(118,126,55)
#63692F
(99,105,47)
#505427
(80,84,39)
#3D3F1F
(61,63,31)
#2A2A17
(42,42,23)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #D5E75F

#D5E75F
(213,231,95)
#D8E96D
(216,233,109)
#DBEB7B
(219,235,123)
#DEED89
(222,237,137)
#E1EF97
(225,239,151)
#E4F1A5
(228,241,165)
#E7F3B3
(231,243,179)
#EAF5C1
(234,245,193)
#EDF7CF
(237,247,207)
#F0F9DD
(240,249,221)
#F3FBEB
(243,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E75F color. Also use rgb(213,231,95) instead hex code.

Text Font Color

.myTextColor { color: #D5E75F; }

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

This text font color is #D5E75F.


Background Color

.myBgColor { background-color: #D5E75F; }

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

This div background color is #D5E75F.


Border color

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

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

This div border color is #D5E75F.


Opacity

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

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

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

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

This text has shadow with #D5E75F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E75F on black background.


Color preview on white background

This text has color #D5E75F on white background.



Black color preview on #D5E75F background

This text has black color on #D5E75F background.


White color preview on #D5E75F background

This text has white color on #D5E75F background.