COLOR #D6E245

HEX: #D6E245
RGB: (214,226,69)

Renk bilgisi

#D6E245 contains mainly red and green colors. #D6E245 ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#D6E245 color RGB value is (214,226,69).

  • kırmız ton 214;
  • yeşil ton 226;
  • mavi ton 69.
RGB:
(214,226,69)
(84%,89%,27%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 226 of 255 = 89%
B 69 of 255 = 27%

214
226
69

R + G + B ~ 67%. #D6E245 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 226 + 69 = 509 (100%)
R 214 of 509 ~ 42.04%
G 226 of 509 ~ 44.4%
B 69 of 509 ~ 13.56%

%42.04
%44.4
%13.56

CMYK RENK MODELİ

#D6E245 rengi CMYK tonu (5,0,69,11).

  • camgöbeği tonu 5.31%
  • eflatun tonu 0.00%
  • sarı tonu 69.47%
  • ana renk tonu 11.37%
CMYK:
(5,0,69,11)
C5M0Y69K11 
(5%,0%,69%,11%)
(0.05/0.00/0.69/0.11)	

CMYK yüzdeleri

%5.31
%0
%69.47
%11.37

Codes

Color #D6E245 in popluar color models

D6E245
RGB21422669
HSL65°73.02%57.84%
HSB/HSV65°69.47%88.63%
CMYK5.31%0.00%69.47%
11.37%

Color #D6E245 in popluar number systems.

HEXD6E245
Decimal21422669
Binary11010110111000101000101
Octal326342105

Shades and tints

Shades of #D6E245

#D6E245
(214,226,69)
#C3CE3F
(195,206,63)
#B0BA39
(176,186,57)
#9DA633
(157,166,51)
#8A922D
(138,146,45)
#777E27
(119,126,39)
#646A21
(100,106,33)
#51561B
(81,86,27)
#3E4215
(62,66,21)
#2B2E0F
(43,46,15)
#181A09
(24,26,9)
#000000
(0,0,0)

Tints of #D6E245

#D6E245
(214,226,69)
#D9E455
(217,228,85)
#DCE665
(220,230,101)
#DFE875
(223,232,117)
#E2EA85
(226,234,133)
#E5EC95
(229,236,149)
#E8EEA5
(232,238,165)
#EBF0B5
(235,240,181)
#EEF2C5
(238,242,197)
#F1F4D5
(241,244,213)
#F4F6E5
(244,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E245 color. Also use rgb(214,226,69) instead hex code.

Text Font Color

.myTextColor { color: #D6E245; }

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

This text font color is #D6E245.


Background Color

.myBgColor { background-color: #D6E245; }

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

This div background color is #D6E245.


Border color

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

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

This div border color is #D6E245.


Opacity

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

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

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

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

This text has shadow with #D6E245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E245 on black background.


Color preview on white background

This text has color #D6E245 on white background.



Black color preview on #D6E245 background

This text has black color on #D6E245 background.


White color preview on #D6E245 background

This text has white color on #D6E245 background.