COLOR #D4FF57

HEX: #D4FF57
RGB: (212,255,87)

Color info

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

RGB color model

#D4FF57 color RGB value is (212,255,87).

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

RGB channels and saturation

R 212 of 255 = 83%
G 255 of 255 = 100%
B 87 of 255 = 34%

212
255
87

R + G + B ~ 72%. #D4FF57 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 255 + 87 = 554 (100%)
R 212 of 554 ~ 38.27%
G 255 of 554 ~ 46.03%
B 87 of 554 ~ 15.7%

%38.27
%46.03
%15.7

CMYK color model

#D4FF57 color CMYK value is (17,0,66,0).

  • cyan value is 16.86%
  • magenta value is 0.00%
  • yellow value is 65.88%
  • key color value is 0.00%
CMYK:
(17,0,66,0)
C17M0Y66K0 
(17%,0%,66%,0%)
(0.17/0.00/0.66/0.00)	

CMYK percentages

%16.86
%0
%65.88
%0

Codes

Color #D4FF57 in popluar color models

D4FF57
RGB21225587
HSL75°100.00%67.06%
HSB/HSV75°65.88%100.00%
CMYK16.86%0.00%65.88%
0.00%

Color #D4FF57 in popluar number systems.

HEXD4FF57
Decimal21225587
Binary11010100111111111010111
Octal324377127

Shades and tints

Shades of #D4FF57

#D4FF57
(212,255,87)
#C1E850
(193,232,80)
#AED149
(174,209,73)
#9BBA42
(155,186,66)
#88A33B
(136,163,59)
#758C34
(117,140,52)
#62752D
(98,117,45)
#4F5E26
(79,94,38)
#3C471F
(60,71,31)
#293018
(41,48,24)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #D4FF57

#D4FF57
(212,255,87)
#D7FF66
(215,255,102)
#DAFF75
(218,255,117)
#DDFF84
(221,255,132)
#E0FF93
(224,255,147)
#E3FFA2
(227,255,162)
#E6FFB1
(230,255,177)
#E9FFC0
(233,255,192)
#ECFFCF
(236,255,207)
#EFFFDE
(239,255,222)
#F2FFED
(242,255,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FF57; }

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

This text font color is #D4FF57.


Background Color

.myBgColor { background-color: #D4FF57; }

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

This div background color is #D4FF57.


Border color

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

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

This div border color is #D4FF57.


Opacity

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

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

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

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

This text has shadow with #D4FF57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FF57 on black background.


Color preview on white background

This text has color #D4FF57 on white background.



Black color preview on #D4FF57 background

This text has black color on #D4FF57 background.


White color preview on #D4FF57 background

This text has white color on #D4FF57 background.