COLOR #D9FA68

HEX: #D9FA68
RGB: (217,250,104)

Color info

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

RGB color model

#D9FA68 color RGB value is (217,250,104).

  • red value is 217;
  • green value is 250;
  • blue value is 104.
RGB:
(217,250,104)
(85%,98%,41%)

RGB channels and saturation

R 217 of 255 = 85%
G 250 of 255 = 98%
B 104 of 255 = 41%

217
250
104

R + G + B ~ 75%. #D9FA68 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 250 + 104 = 571 (100%)
R 217 of 571 ~ 38%
G 250 of 571 ~ 43.78%
B 104 of 571 ~ 18.21%

%38
%43.78
%18.21

CMYK color model

#D9FA68 color CMYK value is (13,0,58,2).

  • cyan value is 13.20%
  • magenta value is 0.00%
  • yellow value is 58.40%
  • key color value is 1.96%
CMYK:
(13,0,58,2)
C13M0Y58K2 
(13%,0%,58%,2%)
(0.13/0.00/0.58/0.02)	

CMYK percentages

%13.2
%0
%58.4
%1.96

Codes

Color #D9FA68 in popluar color models

D9FA68
RGB217250104
HSL74°93.59%69.41%
HSB/HSV74°58.40%98.04%
CMYK13.20%0.00%58.40%
1.96%

Color #D9FA68 in popluar number systems.

HEXD9FA68
Decimal217250104
Binary11011001111110101101000
Octal331372150

Shades and tints

Shades of #D9FA68

#D9FA68
(217,250,104)
#C6E45F
(198,228,95)
#B3CE56
(179,206,86)
#A0B84D
(160,184,77)
#8DA244
(141,162,68)
#7A8C3B
(122,140,59)
#677632
(103,118,50)
#546029
(84,96,41)
#414A20
(65,74,32)
#2E3417
(46,52,23)
#1B1E0E
(27,30,14)
#000000
(0,0,0)

Tints of #D9FA68

#D9FA68
(217,250,104)
#DCFA75
(220,250,117)
#DFFA82
(223,250,130)
#E2FA8F
(226,250,143)
#E5FA9C
(229,250,156)
#E8FAA9
(232,250,169)
#EBFAB6
(235,250,182)
#EEFAC3
(238,250,195)
#F1FAD0
(241,250,208)
#F4FADD
(244,250,221)
#F7FAEA
(247,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FA68 color. Also use rgb(217,250,104) instead hex code.

Text Font Color

.myTextColor { color: #D9FA68; }

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

This text font color is #D9FA68.


Background Color

.myBgColor { background-color: #D9FA68; }

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

This div background color is #D9FA68.


Border color

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

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

This div border color is #D9FA68.


Opacity

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

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

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

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

This text has shadow with #D9FA68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FA68 on black background.


Color preview on white background

This text has color #D9FA68 on white background.



Black color preview on #D9FA68 background

This text has black color on #D9FA68 background.


White color preview on #D9FA68 background

This text has white color on #D9FA68 background.