COLOR #D6E510

HEX: #D6E510
RGB: (214,229,16)

Renk bilgisi

#D6E510 contains mainly red and green colors. #D6E510 ‘ nin web güvenlik rengi #CCCC00 (ya da #CC0) dir.

RGB renk modeli

#D6E510 color RGB value is (214,229,16).

  • kırmız ton 214;
  • yeşil ton 229;
  • mavi ton 16.
RGB:
(214,229,16)
(84%,90%,6%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 229 of 255 = 90%
B 16 of 255 = 6%

214
229
16

R + G + B ~ 60%. #D6E510 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 229 + 16 = 459 (100%)
R 214 of 459 ~ 46.62%
G 229 of 459 ~ 49.89%
B 16 of 459 ~ 3.49%

%46.62
%49.89

CMYK RENK MODELİ

#D6E510 rengi CMYK tonu (7,0,93,10).

  • camgöbeği tonu 6.55%
  • eflatun tonu 0.00%
  • sarı tonu 93.01%
  • ana renk tonu 10.20%
CMYK:
(7,0,93,10)
C7M0Y93K10 
(7%,0%,93%,10%)
(0.07/0.00/0.93/0.10)	

CMYK yüzdeleri

%6.55
%0
%93.01
%10.2

Codes

Color #D6E510 in popluar color models

D6E510
RGB21422916
HSL64°86.94%48.04%
HSB/HSV64°93.01%89.80%
CMYK6.55%0.00%93.01%
10.20%

Color #D6E510 in popluar number systems.

HEXD6E510
Decimal21422916
Binary110101101110010110000
Octal32634520

Shades and tints

Shades of #D6E510

#D6E510
(214,229,16)
#C3D10F
(195,209,15)
#B0BD0E
(176,189,14)
#9DA90D
(157,169,13)
#8A950C
(138,149,12)
#77810B
(119,129,11)
#646D0A
(100,109,10)
#515909
(81,89,9)
#3E4508
(62,69,8)
#2B3107
(43,49,7)
#181D06
(24,29,6)
#000000
(0,0,0)

Tints of #D6E510

#D6E510
(214,229,16)
#D9E725
(217,231,37)
#DCE93A
(220,233,58)
#DFEB4F
(223,235,79)
#E2ED64
(226,237,100)
#E5EF79
(229,239,121)
#E8F18E
(232,241,142)
#EBF3A3
(235,243,163)
#EEF5B8
(238,245,184)
#F1F7CD
(241,247,205)
#F4F9E2
(244,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E510 color. Also use rgb(214,229,16) instead hex code.

Text Font Color

.myTextColor { color: #D6E510; }

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

This text font color is #D6E510.


Background Color

.myBgColor { background-color: #D6E510; }

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

This div background color is #D6E510.


Border color

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

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

This div border color is #D6E510.


Opacity

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

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

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

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

This text has shadow with #D6E510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E510 on black background.


Color preview on white background

This text has color #D6E510 on white background.



Black color preview on #D6E510 background

This text has black color on #D6E510 background.


White color preview on #D6E510 background

This text has white color on #D6E510 background.