COLOR #D4F128

HEX: #D4F128
RGB: (212,241,40)

Renk bilgisi

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

RGB renk modeli

#D4F128 color RGB value is (212,241,40).

  • kırmız ton 212;
  • yeşil ton 241;
  • mavi ton 40.
RGB:
(212,241,40)
(83%,95%,16%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 241 of 255 = 95%
B 40 of 255 = 16%

212
241
40

R + G + B ~ 65%. #D4F128 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 241 + 40 = 493 (100%)
R 212 of 493 ~ 43%
G 241 of 493 ~ 48.88%
B 40 of 493 ~ 8.11%

%43
%48.88

CMYK RENK MODELİ

#D4F128 rengi CMYK tonu (12,0,83,5).

  • camgöbeği tonu 12.03%
  • eflatun tonu 0.00%
  • sarı tonu 83.40%
  • ana renk tonu 5.49%
CMYK:
(12,0,83,5)
C12M0Y83K5 
(12%,0%,83%,5%)
(0.12/0.00/0.83/0.05)	

CMYK yüzdeleri

%12.03
%0
%83.4
%5.49

Codes

Color #D4F128 in popluar color models

D4F128
RGB21224140
HSL69°87.77%55.10%
HSB/HSV69°83.40%94.51%
CMYK12.03%0.00%83.40%
5.49%

Color #D4F128 in popluar number systems.

HEXD4F128
Decimal21224140
Binary1101010011110001101000
Octal32436150

Shades and tints

Shades of #D4F128

#D4F128
(212,241,40)
#C1DC25
(193,220,37)
#AEC722
(174,199,34)
#9BB21F
(155,178,31)
#889D1C
(136,157,28)
#758819
(117,136,25)
#627316
(98,115,22)
#4F5E13
(79,94,19)
#3C4910
(60,73,16)
#29340D
(41,52,13)
#161F0A
(22,31,10)
#000000
(0,0,0)

Tints of #D4F128

#D4F128
(212,241,40)
#D7F23B
(215,242,59)
#DAF34E
(218,243,78)
#DDF461
(221,244,97)
#E0F574
(224,245,116)
#E3F687
(227,246,135)
#E6F79A
(230,247,154)
#E9F8AD
(233,248,173)
#ECF9C0
(236,249,192)
#EFFAD3
(239,250,211)
#F2FBE6
(242,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F128 color. Also use rgb(212,241,40) instead hex code.

Text Font Color

.myTextColor { color: #D4F128; }

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

This text font color is #D4F128.


Background Color

.myBgColor { background-color: #D4F128; }

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

This div background color is #D4F128.


Border color

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

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

This div border color is #D4F128.


Opacity

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

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

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

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

This text has shadow with #D4F128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F128 on black background.


Color preview on white background

This text has color #D4F128 on white background.



Black color preview on #D4F128 background

This text has black color on #D4F128 background.


White color preview on #D4F128 background

This text has white color on #D4F128 background.