COLOR #D6FA1F

HEX: #D6FA1F
RGB: (214,250,31)

Color info

#D6FA1F contains mainly red and green colors. Web safe color of #D6FA1F is #CCFF33 (or #CF3).

RGB color model

#D6FA1F color RGB value is (214,250,31).

  • red value is 214;
  • green value is 250;
  • blue value is 31.
RGB:
(214,250,31)
(84%,98%,12%)

RGB channels and saturation

R 214 of 255 = 84%
G 250 of 255 = 98%
B 31 of 255 = 12%

214
250
31

R + G + B ~ 65%. #D6FA1F is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 250 + 31 = 495 (100%)
R 214 of 495 ~ 43.23%
G 250 of 495 ~ 50.51%
B 31 of 495 ~ 6.26%

%43.23
%50.51

CMYK color model

#D6FA1F color CMYK value is (14,0,88,2).

  • cyan value is 14.40%
  • magenta value is 0.00%
  • yellow value is 87.60%
  • key color value is 1.96%
CMYK:
(14,0,88,2)
C14M0Y88K2 
(14%,0%,88%,2%)
(0.14/0.00/0.88/0.02)	

CMYK percentages

%14.4
%0
%87.6
%1.96

Codes

Color #D6FA1F in popluar color models

D6FA1F
RGB21425031
HSL70°95.63%55.10%
HSB/HSV70°87.60%98.04%
CMYK14.40%0.00%87.60%
1.96%

Color #D6FA1F in popluar number systems.

HEXD6FA1F
Decimal21425031
Binary110101101111101011111
Octal32637237

Shades and tints

Shades of #D6FA1F

#D6FA1F
(214,250,31)
#C3E41D
(195,228,29)
#B0CE1B
(176,206,27)
#9DB819
(157,184,25)
#8AA217
(138,162,23)
#778C15
(119,140,21)
#647613
(100,118,19)
#516011
(81,96,17)
#3E4A0F
(62,74,15)
#2B340D
(43,52,13)
#181E0B
(24,30,11)
#000000
(0,0,0)

Tints of #D6FA1F

#D6FA1F
(214,250,31)
#D9FA33
(217,250,51)
#DCFA47
(220,250,71)
#DFFA5B
(223,250,91)
#E2FA6F
(226,250,111)
#E5FA83
(229,250,131)
#E8FA97
(232,250,151)
#EBFAAB
(235,250,171)
#EEFABF
(238,250,191)
#F1FAD3
(241,250,211)
#F4FAE7
(244,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6FA1F color. Also use rgb(214,250,31) instead hex code.

Text Font Color

.myTextColor { color: #D6FA1F; }

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

This text font color is #D6FA1F.


Background Color

.myBgColor { background-color: #D6FA1F; }

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

This div background color is #D6FA1F.


Border color

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

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

This div border color is #D6FA1F.


Opacity

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

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

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

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

This text has shadow with #D6FA1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FA1F on black background.


Color preview on white background

This text has color #D6FA1F on white background.



Black color preview on #D6FA1F background

This text has black color on #D6FA1F background.


White color preview on #D6FA1F background

This text has white color on #D6FA1F background.