COLOR #D4E492

HEX: #D4E492
RGB: (212,228,146)

Renk bilgisi

#D4E492 contains mainly red and green colors. #D4E492 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#D4E492 color RGB value is (212,228,146).

  • kırmız ton 212;
  • yeşil ton 228;
  • mavi ton 146.
RGB:
(212,228,146)
(83%,89%,57%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 228 of 255 = 89%
B 146 of 255 = 57%

212
228
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 228 + 146 = 586 (100%)
R 212 of 586 ~ 36.18%
G 228 of 586 ~ 38.91%
B 146 of 586 ~ 24.91%

%36.18
%38.91
%24.91

CMYK RENK MODELİ

#D4E492 rengi CMYK tonu (7,0,36,11).

  • camgöbeği tonu 7.02%
  • eflatun tonu 0.00%
  • sarı tonu 35.96%
  • ana renk tonu 10.59%
CMYK:
(7,0,36,11)
C7M0Y36K11 
(7%,0%,36%,11%)
(0.07/0.00/0.36/0.11)	

CMYK yüzdeleri

%7.02
%0
%35.96
%10.59

Codes

Color #D4E492 in popluar color models

D4E492
RGB212228146
HSL72°60.29%73.33%
HSB/HSV72°35.96%89.41%
CMYK7.02%0.00%35.96%
10.59%

Color #D4E492 in popluar number systems.

HEXD4E492
Decimal212228146
Binary110101001110010010010010
Octal324344222

Shades and tints

Shades of #D4E492

#D4E492
(212,228,146)
#C1D085
(193,208,133)
#AEBC78
(174,188,120)
#9BA86B
(155,168,107)
#88945E
(136,148,94)
#758051
(117,128,81)
#626C44
(98,108,68)
#4F5837
(79,88,55)
#3C442A
(60,68,42)
#29301D
(41,48,29)
#161C10
(22,28,16)
#000000
(0,0,0)

Tints of #D4E492

#D4E492
(212,228,146)
#D7E69B
(215,230,155)
#DAE8A4
(218,232,164)
#DDEAAD
(221,234,173)
#E0ECB6
(224,236,182)
#E3EEBF
(227,238,191)
#E6F0C8
(230,240,200)
#E9F2D1
(233,242,209)
#ECF4DA
(236,244,218)
#EFF6E3
(239,246,227)
#F2F8EC
(242,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E492 color. Also use rgb(212,228,146) instead hex code.

Text Font Color

.myTextColor { color: #D4E492; }

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

This text font color is #D4E492.


Background Color

.myBgColor { background-color: #D4E492; }

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

This div background color is #D4E492.


Border color

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

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

This div border color is #D4E492.


Opacity

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

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

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

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

This text has shadow with #D4E492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E492 on black background.


Color preview on white background

This text has color #D4E492 on white background.



Black color preview on #D4E492 background

This text has black color on #D4E492 background.


White color preview on #D4E492 background

This text has white color on #D4E492 background.