COLOR #D4F530

HEX: #D4F530
RGB: (212,245,48)

Renk bilgisi

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

RGB renk modeli

#D4F530 color RGB value is (212,245,48).

  • kırmız ton 212;
  • yeşil ton 245;
  • mavi ton 48.
RGB:
(212,245,48)
(83%,96%,19%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 245 of 255 = 96%
B 48 of 255 = 19%

212
245
48

R + G + B ~ 66%. #D4F530 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 245 + 48 = 505 (100%)
R 212 of 505 ~ 41.98%
G 245 of 505 ~ 48.51%
B 48 of 505 ~ 9.5%

%41.98
%48.51
%9.5

CMYK RENK MODELİ

#D4F530 rengi CMYK tonu (13,0,80,4).

  • camgöbeği tonu 13.47%
  • eflatun tonu 0.00%
  • sarı tonu 80.41%
  • ana renk tonu 3.92%
CMYK:
(13,0,80,4)
C13M0Y80K4 
(13%,0%,80%,4%)
(0.13/0.00/0.80/0.04)	

CMYK yüzdeleri

%13.47
%0
%80.41
%3.92

Codes

Color #D4F530 in popluar color models

D4F530
RGB21224548
HSL70°90.78%57.45%
HSB/HSV70°80.41%96.08%
CMYK13.47%0.00%80.41%
3.92%

Color #D4F530 in popluar number systems.

HEXD4F530
Decimal21224548
Binary1101010011110101110000
Octal32436560

Shades and tints

Shades of #D4F530

#D4F530
(212,245,48)
#C1DF2C
(193,223,44)
#AEC928
(174,201,40)
#9BB324
(155,179,36)
#889D20
(136,157,32)
#75871C
(117,135,28)
#627118
(98,113,24)
#4F5B14
(79,91,20)
#3C4510
(60,69,16)
#292F0C
(41,47,12)
#161908
(22,25,8)
#000000
(0,0,0)

Tints of #D4F530

#D4F530
(212,245,48)
#D7F542
(215,245,66)
#DAF554
(218,245,84)
#DDF566
(221,245,102)
#E0F578
(224,245,120)
#E3F58A
(227,245,138)
#E6F59C
(230,245,156)
#E9F5AE
(233,245,174)
#ECF5C0
(236,245,192)
#EFF5D2
(239,245,210)
#F2F5E4
(242,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F530 color. Also use rgb(212,245,48) instead hex code.

Text Font Color

.myTextColor { color: #D4F530; }

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

This text font color is #D4F530.


Background Color

.myBgColor { background-color: #D4F530; }

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

This div background color is #D4F530.


Border color

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

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

This div border color is #D4F530.


Opacity

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

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

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

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

This text has shadow with #D4F530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F530 on black background.


Color preview on white background

This text has color #D4F530 on white background.



Black color preview on #D4F530 background

This text has black color on #D4F530 background.


White color preview on #D4F530 background

This text has white color on #D4F530 background.