COLOR #D8FD4D

HEX: #D8FD4D
RGB: (216,253,77)

Color info

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

RGB color model

#D8FD4D color RGB value is (216,253,77).

  • red value is 216;
  • green value is 253;
  • blue value is 77.
RGB:
(216,253,77)
(85%,99%,30%)

RGB channels and saturation

R 216 of 255 = 85%
G 253 of 255 = 99%
B 77 of 255 = 30%

216
253
77

R + G + B ~ 71%. #D8FD4D is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 253 + 77 = 546 (100%)
R 216 of 546 ~ 39.56%
G 253 of 546 ~ 46.34%
B 77 of 546 ~ 14.1%

%39.56
%46.34
%14.1

CMYK color model

#D8FD4D color CMYK value is (15,0,70,1).

  • cyan value is 14.62%
  • magenta value is 0.00%
  • yellow value is 69.57%
  • key color value is 0.78%
CMYK:
(15,0,70,1)
C15M0Y70K1 
(15%,0%,70%,1%)
(0.15/0.00/0.70/0.01)	

CMYK percentages

%14.62
%0
%69.57
%0.78

Codes

Color #D8FD4D in popluar color models

D8FD4D
RGB21625377
HSL73°97.78%64.71%
HSB/HSV73°69.57%99.22%
CMYK14.62%0.00%69.57%
0.78%

Color #D8FD4D in popluar number systems.

HEXD8FD4D
Decimal21625377
Binary11011000111111011001101
Octal330375115

Shades and tints

Shades of #D8FD4D

#D8FD4D
(216,253,77)
#C5E646
(197,230,70)
#B2CF3F
(178,207,63)
#9FB838
(159,184,56)
#8CA131
(140,161,49)
#798A2A
(121,138,42)
#667323
(102,115,35)
#535C1C
(83,92,28)
#404515
(64,69,21)
#2D2E0E
(45,46,14)
#1A1707
(26,23,7)
#000000
(0,0,0)

Tints of #D8FD4D

#D8FD4D
(216,253,77)
#DBFD5D
(219,253,93)
#DEFD6D
(222,253,109)
#E1FD7D
(225,253,125)
#E4FD8D
(228,253,141)
#E7FD9D
(231,253,157)
#EAFDAD
(234,253,173)
#EDFDBD
(237,253,189)
#F0FDCD
(240,253,205)
#F3FDDD
(243,253,221)
#F6FDED
(246,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8FD4D color. Also use rgb(216,253,77) instead hex code.

Text Font Color

.myTextColor { color: #D8FD4D; }

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

This text font color is #D8FD4D.


Background Color

.myBgColor { background-color: #D8FD4D; }

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

This div background color is #D8FD4D.


Border color

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

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

This div border color is #D8FD4D.


Opacity

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

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

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

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

This text has shadow with #D8FD4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8FD4D on black background.


Color preview on white background

This text has color #D8FD4D on white background.



Black color preview on #D8FD4D background

This text has black color on #D8FD4D background.


White color preview on #D8FD4D background

This text has white color on #D8FD4D background.