COLOR #D6E816

HEX: #D6E816
RGB: (214,232,22)

Renk bilgisi

#D6E816 contains mainly red and green colors. #D6E816 ‘ nin web güvenlik rengi #CCFF00 (ya da #CF0) dir.

RGB renk modeli

#D6E816 color RGB value is (214,232,22).

  • kırmız ton 214;
  • yeşil ton 232;
  • mavi ton 22.
RGB:
(214,232,22)
(84%,91%,9%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 232 of 255 = 91%
B 22 of 255 = 9%

214
232
22

R + G + B ~ 61%. #D6E816 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 232 + 22 = 468 (100%)
R 214 of 468 ~ 45.73%
G 232 of 468 ~ 49.57%
B 22 of 468 ~ 4.7%

%45.73
%49.57

CMYK RENK MODELİ

#D6E816 rengi CMYK tonu (8,0,91,9).

  • camgöbeği tonu 7.76%
  • eflatun tonu 0.00%
  • sarı tonu 90.52%
  • ana renk tonu 9.02%
CMYK:
(8,0,91,9)
C8M0Y91K9 
(8%,0%,91%,9%)
(0.08/0.00/0.91/0.09)	

CMYK yüzdeleri

%7.76
%0
%90.52
%9.02

Codes

Color #D6E816 in popluar color models

D6E816
RGB21423222
HSL65°82.68%49.80%
HSB/HSV65°90.52%90.98%
CMYK7.76%0.00%90.52%
9.02%

Color #D6E816 in popluar number systems.

HEXD6E816
Decimal21423222
Binary110101101110100010110
Octal32635026

Shades and tints

Shades of #D6E816

#D6E816
(214,232,22)
#C3D314
(195,211,20)
#B0BE12
(176,190,18)
#9DA910
(157,169,16)
#8A940E
(138,148,14)
#777F0C
(119,127,12)
#646A0A
(100,106,10)
#515508
(81,85,8)
#3E4006
(62,64,6)
#2B2B04
(43,43,4)
#181602
(24,22,2)
#000000
(0,0,0)

Tints of #D6E816

#D6E816
(214,232,22)
#D9EA2B
(217,234,43)
#DCEC40
(220,236,64)
#DFEE55
(223,238,85)
#E2F06A
(226,240,106)
#E5F27F
(229,242,127)
#E8F494
(232,244,148)
#EBF6A9
(235,246,169)
#EEF8BE
(238,248,190)
#F1FAD3
(241,250,211)
#F4FCE8
(244,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E816 color. Also use rgb(214,232,22) instead hex code.

Text Font Color

.myTextColor { color: #D6E816; }

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

This text font color is #D6E816.


Background Color

.myBgColor { background-color: #D6E816; }

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

This div background color is #D6E816.


Border color

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

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

This div border color is #D6E816.


Opacity

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

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

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

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

This text has shadow with #D6E816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E816 on black background.


Color preview on white background

This text has color #D6E816 on white background.



Black color preview on #D6E816 background

This text has black color on #D6E816 background.


White color preview on #D6E816 background

This text has white color on #D6E816 background.