COLOR #D4FF80

HEX: #D4FF80
RGB: (212,255,128)

Color info

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

RGB color model

#D4FF80 color RGB value is (212,255,128).

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

RGB channels and saturation

R 212 of 255 = 83%
G 255 of 255 = 100%
B 128 of 255 = 50%

212
255
128

R + G + B ~ 78%. #D4FF80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 255 + 128 = 595 (100%)
R 212 of 595 ~ 35.63%
G 255 of 595 ~ 42.86%
B 128 of 595 ~ 21.51%

%35.63
%42.86
%21.51

CMYK color model

#D4FF80 color CMYK value is (17,0,50,0).

  • cyan value is 16.86%
  • magenta value is 0.00%
  • yellow value is 49.80%
  • key color value is 0.00%
CMYK:
(17,0,50,0)
C17M0Y50K0 
(17%,0%,50%,0%)
(0.17/0.00/0.50/0.00)	

CMYK percentages

%16.86
%0
%49.8
%0

Codes

Color #D4FF80 in popluar color models

D4FF80
RGB212255128
HSL80°100.00%75.10%
HSB/HSV80°49.80%100.00%
CMYK16.86%0.00%49.80%
0.00%

Color #D4FF80 in popluar number systems.

HEXD4FF80
Decimal212255128
Binary110101001111111110000000
Octal324377200

Shades and tints

Shades of #D4FF80

#D4FF80
(212,255,128)
#C1E875
(193,232,117)
#AED16A
(174,209,106)
#9BBA5F
(155,186,95)
#88A354
(136,163,84)
#758C49
(117,140,73)
#62753E
(98,117,62)
#4F5E33
(79,94,51)
#3C4728
(60,71,40)
#29301D
(41,48,29)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #D4FF80

#D4FF80
(212,255,128)
#D7FF8B
(215,255,139)
#DAFF96
(218,255,150)
#DDFFA1
(221,255,161)
#E0FFAC
(224,255,172)
#E3FFB7
(227,255,183)
#E6FFC2
(230,255,194)
#E9FFCD
(233,255,205)
#ECFFD8
(236,255,216)
#EFFFE3
(239,255,227)
#F2FFEE
(242,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FF80; }

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

This text font color is #D4FF80.


Background Color

.myBgColor { background-color: #D4FF80; }

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

This div background color is #D4FF80.


Border color

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

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

This div border color is #D4FF80.


Opacity

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

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

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

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

This text has shadow with #D4FF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FF80 on black background.


Color preview on white background

This text has color #D4FF80 on white background.



Black color preview on #D4FF80 background

This text has black color on #D4FF80 background.


White color preview on #D4FF80 background

This text has white color on #D4FF80 background.