COLOR #D5E524

HEX: #D5E524
RGB: (213,229,36)

Renk bilgisi

#D5E524 contains mainly red and green colors. #D5E524 ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#D5E524 color RGB value is (213,229,36).

  • kırmız ton 213;
  • yeşil ton 229;
  • mavi ton 36.
RGB:
(213,229,36)
(84%,90%,14%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 229 of 255 = 90%
B 36 of 255 = 14%

213
229
36

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 229 + 36 = 478 (100%)
R 213 of 478 ~ 44.56%
G 229 of 478 ~ 47.91%
B 36 of 478 ~ 7.53%

%44.56
%47.91

CMYK RENK MODELİ

#D5E524 rengi CMYK tonu (7,0,84,10).

  • camgöbeği tonu 6.99%
  • eflatun tonu 0.00%
  • sarı tonu 84.28%
  • ana renk tonu 10.20%
CMYK:
(7,0,84,10)
C7M0Y84K10 
(7%,0%,84%,10%)
(0.07/0.00/0.84/0.10)	

CMYK yüzdeleri

%6.99
%0
%84.28
%10.2

Codes

Color #D5E524 in popluar color models

D5E524
RGB21322936
HSL65°78.78%51.96%
HSB/HSV65°84.28%89.80%
CMYK6.99%0.00%84.28%
10.20%

Color #D5E524 in popluar number systems.

HEXD5E524
Decimal21322936
Binary1101010111100101100100
Octal32534544

Shades and tints

Shades of #D5E524

#D5E524
(213,229,36)
#C2D121
(194,209,33)
#AFBD1E
(175,189,30)
#9CA91B
(156,169,27)
#899518
(137,149,24)
#768115
(118,129,21)
#636D12
(99,109,18)
#50590F
(80,89,15)
#3D450C
(61,69,12)
#2A3109
(42,49,9)
#171D06
(23,29,6)
#000000
(0,0,0)

Tints of #D5E524

#D5E524
(213,229,36)
#D8E737
(216,231,55)
#DBE94A
(219,233,74)
#DEEB5D
(222,235,93)
#E1ED70
(225,237,112)
#E4EF83
(228,239,131)
#E7F196
(231,241,150)
#EAF3A9
(234,243,169)
#EDF5BC
(237,245,188)
#F0F7CF
(240,247,207)
#F3F9E2
(243,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E524 color. Also use rgb(213,229,36) instead hex code.

Text Font Color

.myTextColor { color: #D5E524; }

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

This text font color is #D5E524.


Background Color

.myBgColor { background-color: #D5E524; }

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

This div background color is #D5E524.


Border color

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

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

This div border color is #D5E524.


Opacity

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

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

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

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

This text has shadow with #D5E524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E524 on black background.


Color preview on white background

This text has color #D5E524 on white background.



Black color preview on #D5E524 background

This text has black color on #D5E524 background.


White color preview on #D5E524 background

This text has white color on #D5E524 background.