COLOR #D4FD80

HEX: #D4FD80
RGB: (212,253,128)

Color info

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

RGB color model

#D4FD80 color RGB value is (212,253,128).

  • red value is 212;
  • green value is 253;
  • blue value is 128.
RGB:
(212,253,128)
(83%,99%,50%)

RGB channels and saturation

R 212 of 255 = 83%
G 253 of 255 = 99%
B 128 of 255 = 50%

212
253
128

R + G + B ~ 77%. #D4FD80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 253 + 128 = 593 (100%)
R 212 of 593 ~ 35.75%
G 253 of 593 ~ 42.66%
B 128 of 593 ~ 21.59%

%35.75
%42.66
%21.59

CMYK color model

#D4FD80 color CMYK value is (16,0,49,1).

  • cyan value is 16.21%
  • magenta value is 0.00%
  • yellow value is 49.41%
  • key color value is 0.78%
CMYK:
(16,0,49,1)
C16M0Y49K1 
(16%,0%,49%,1%)
(0.16/0.00/0.49/0.01)	

CMYK percentages

%16.21
%0
%49.41
%0.78

Codes

Color #D4FD80 in popluar color models

D4FD80
RGB212253128
HSL80°96.90%74.71%
HSB/HSV80°49.41%99.22%
CMYK16.21%0.00%49.41%
0.78%

Color #D4FD80 in popluar number systems.

HEXD4FD80
Decimal212253128
Binary110101001111110110000000
Octal324375200

Shades and tints

Shades of #D4FD80

#D4FD80
(212,253,128)
#C1E675
(193,230,117)
#AECF6A
(174,207,106)
#9BB85F
(155,184,95)
#88A154
(136,161,84)
#758A49
(117,138,73)
#62733E
(98,115,62)
#4F5C33
(79,92,51)
#3C4528
(60,69,40)
#292E1D
(41,46,29)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #D4FD80

#D4FD80
(212,253,128)
#D7FD8B
(215,253,139)
#DAFD96
(218,253,150)
#DDFDA1
(221,253,161)
#E0FDAC
(224,253,172)
#E3FDB7
(227,253,183)
#E6FDC2
(230,253,194)
#E9FDCD
(233,253,205)
#ECFDD8
(236,253,216)
#EFFDE3
(239,253,227)
#F2FDEE
(242,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4FD80 color. Also use rgb(212,253,128) instead hex code.

Text Font Color

.myTextColor { color: #D4FD80; }

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

This text font color is #D4FD80.


Background Color

.myBgColor { background-color: #D4FD80; }

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

This div background color is #D4FD80.


Border color

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

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

This div border color is #D4FD80.


Opacity

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

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

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

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

This text has shadow with #D4FD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FD80 on black background.


Color preview on white background

This text has color #D4FD80 on white background.



Black color preview on #D4FD80 background

This text has black color on #D4FD80 background.


White color preview on #D4FD80 background

This text has white color on #D4FD80 background.