COLOR #D9F16A

HEX: #D9F16A
RGB: (217,241,106)

Color info

#D9F16A contains mainly red and green colors. Web safe color of #D9F16A is #CCFF66 (or #CF6).

RGB color model

#D9F16A color RGB value is (217,241,106).

  • red value is 217;
  • green value is 241;
  • blue value is 106.
RGB:
(217,241,106)
(85%,95%,42%)

RGB channels and saturation

R 217 of 255 = 85%
G 241 of 255 = 95%
B 106 of 255 = 42%

217
241
106

R + G + B ~ 74%. #D9F16A is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 241 + 106 = 564 (100%)
R 217 of 564 ~ 38.48%
G 241 of 564 ~ 42.73%
B 106 of 564 ~ 18.79%

%38.48
%42.73
%18.79

CMYK color model

#D9F16A color CMYK value is (10,0,56,5).

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 56.02%
  • key color value is 5.49%
CMYK:
(10,0,56,5)
C10M0Y56K5 
(10%,0%,56%,5%)
(0.10/0.00/0.56/0.05)	

CMYK percentages

%9.96
%0
%56.02
%5.49

Codes

Color #D9F16A in popluar color models

D9F16A
RGB217241106
HSL71°82.82%68.04%
HSB/HSV71°56.02%94.51%
CMYK9.96%0.00%56.02%
5.49%

Color #D9F16A in popluar number systems.

HEXD9F16A
Decimal217241106
Binary11011001111100011101010
Octal331361152

Shades and tints

Shades of #D9F16A

#D9F16A
(217,241,106)
#C6DC61
(198,220,97)
#B3C758
(179,199,88)
#A0B24F
(160,178,79)
#8D9D46
(141,157,70)
#7A883D
(122,136,61)
#677334
(103,115,52)
#545E2B
(84,94,43)
#414922
(65,73,34)
#2E3419
(46,52,25)
#1B1F10
(27,31,16)
#000000
(0,0,0)

Tints of #D9F16A

#D9F16A
(217,241,106)
#DCF277
(220,242,119)
#DFF384
(223,243,132)
#E2F491
(226,244,145)
#E5F59E
(229,245,158)
#E8F6AB
(232,246,171)
#EBF7B8
(235,247,184)
#EEF8C5
(238,248,197)
#F1F9D2
(241,249,210)
#F4FADF
(244,250,223)
#F7FBEC
(247,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F16A color. Also use rgb(217,241,106) instead hex code.

Text Font Color

.myTextColor { color: #D9F16A; }

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

This text font color is #D9F16A.


Background Color

.myBgColor { background-color: #D9F16A; }

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

This div background color is #D9F16A.


Border color

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

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

This div border color is #D9F16A.


Opacity

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

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

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

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

This text has shadow with #D9F16A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F16A on black background.


Color preview on white background

This text has color #D9F16A on white background.



Black color preview on #D9F16A background

This text has black color on #D9F16A background.


White color preview on #D9F16A background

This text has white color on #D9F16A background.