COLOR #D4F080

HEX: #D4F080
RGB: (212,240,128)

Renk bilgisi

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

RGB renk modeli

#D4F080 color RGB value is (212,240,128).

  • kırmız ton 212;
  • yeşil ton 240;
  • mavi ton 128.
RGB:
(212,240,128)
(83%,94%,50%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 240 of 255 = 94%
B 128 of 255 = 50%

212
240
128

R + G + B ~ 76%. #D4F080 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 240 + 128 = 580 (100%)
R 212 of 580 ~ 36.55%
G 240 of 580 ~ 41.38%
B 128 of 580 ~ 22.07%

%36.55
%41.38
%22.07

CMYK RENK MODELİ

#D4F080 rengi CMYK tonu (12,0,47,6).

  • camgöbeği tonu 11.67%
  • eflatun tonu 0.00%
  • sarı tonu 46.67%
  • ana renk tonu 5.88%
CMYK:
(12,0,47,6)
C12M0Y47K6 
(12%,0%,47%,6%)
(0.12/0.00/0.47/0.06)	

CMYK yüzdeleri

%11.67
%0
%46.67
%5.88

Codes

Color #D4F080 in popluar color models

D4F080
RGB212240128
HSL75°78.87%72.16%
HSB/HSV75°46.67%94.12%
CMYK11.67%0.00%46.67%
5.88%

Color #D4F080 in popluar number systems.

HEXD4F080
Decimal212240128
Binary110101001111000010000000
Octal324360200

Shades and tints

Shades of #D4F080

#D4F080
(212,240,128)
#C1DB75
(193,219,117)
#AEC66A
(174,198,106)
#9BB15F
(155,177,95)
#889C54
(136,156,84)
#758749
(117,135,73)
#62723E
(98,114,62)
#4F5D33
(79,93,51)
#3C4828
(60,72,40)
#29331D
(41,51,29)
#161E12
(22,30,18)
#000000
(0,0,0)

Tints of #D4F080

#D4F080
(212,240,128)
#D7F18B
(215,241,139)
#DAF296
(218,242,150)
#DDF3A1
(221,243,161)
#E0F4AC
(224,244,172)
#E3F5B7
(227,245,183)
#E6F6C2
(230,246,194)
#E9F7CD
(233,247,205)
#ECF8D8
(236,248,216)
#EFF9E3
(239,249,227)
#F2FAEE
(242,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F080 color. Also use rgb(212,240,128) instead hex code.

Text Font Color

.myTextColor { color: #D4F080; }

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

This text font color is #D4F080.


Background Color

.myBgColor { background-color: #D4F080; }

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

This div background color is #D4F080.


Border color

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

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

This div border color is #D4F080.


Opacity

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

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

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

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

This text has shadow with #D4F080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F080 on black background.


Color preview on white background

This text has color #D4F080 on white background.



Black color preview on #D4F080 background

This text has black color on #D4F080 background.


White color preview on #D4F080 background

This text has white color on #D4F080 background.