COLOR #D5F504

HEX: #D5F504
RGB: (213,245,4)

Renk bilgisi

#D5F504 contains mainly red and green colors. #D5F504 ‘ nin web güvenlik rengi #CCFF00 (ya da #CF0) dir.

RGB renk modeli

#D5F504 color RGB value is (213,245,4).

  • kırmız ton 213;
  • yeşil ton 245;
  • mavi ton 4.
RGB:
(213,245,4)
(84%,96%,2%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 245 of 255 = 96%
B 4 of 255 = 2%

213
245
4

R + G + B ~ 61%. #D5F504 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 245 + 4 = 462 (100%)
R 213 of 462 ~ 46.1%
G 245 of 462 ~ 53.03%
B 4 of 462 ~ 0.87%

%46.1
%53.03

CMYK RENK MODELİ

#D5F504 rengi CMYK tonu (13,0,98,4).

  • camgöbeği tonu 13.06%
  • eflatun tonu 0.00%
  • sarı tonu 98.37%
  • ana renk tonu 3.92%
CMYK:
(13,0,98,4)
C13M0Y98K4 
(13%,0%,98%,4%)
(0.13/0.00/0.98/0.04)	

CMYK yüzdeleri

%13.06
%0
%98.37
%3.92

Codes

Color #D5F504 in popluar color models

D5F504
RGB2132454
HSL68°96.79%48.82%
HSB/HSV68°98.37%96.08%
CMYK13.06%0.00%98.37%
3.92%

Color #D5F504 in popluar number systems.

HEXD5F504
Decimal2132454
Binary1101010111110101100
Octal3253654

Shades and tints

Shades of #D5F504

#D5F504
(213,245,4)
#C2DF04
(194,223,4)
#AFC904
(175,201,4)
#9CB304
(156,179,4)
#899D04
(137,157,4)
#768704
(118,135,4)
#637104
(99,113,4)
#505B04
(80,91,4)
#3D4504
(61,69,4)
#2A2F04
(42,47,4)
#171904
(23,25,4)
#000000
(0,0,0)

Tints of #D5F504

#D5F504
(213,245,4)
#D8F51A
(216,245,26)
#DBF530
(219,245,48)
#DEF546
(222,245,70)
#E1F55C
(225,245,92)
#E4F572
(228,245,114)
#E7F588
(231,245,136)
#EAF59E
(234,245,158)
#EDF5B4
(237,245,180)
#F0F5CA
(240,245,202)
#F3F5E0
(243,245,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F504 color. Also use rgb(213,245,4) instead hex code.

Text Font Color

.myTextColor { color: #D5F504; }

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

This text font color is #D5F504.


Background Color

.myBgColor { background-color: #D5F504; }

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

This div background color is #D5F504.


Border color

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

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

This div border color is #D5F504.


Opacity

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

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

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

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

This text has shadow with #D5F504 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F504 on black background.


Color preview on white background

This text has color #D5F504 on white background.



Black color preview on #D5F504 background

This text has black color on #D5F504 background.


White color preview on #D5F504 background

This text has white color on #D5F504 background.