COLOR #D4F55F

HEX: #D4F55F
RGB: (212,245,95)

Color info

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

RGB color model

#D4F55F color RGB value is (212,245,95).

  • red value is 212;
  • green value is 245;
  • blue value is 95.
RGB:
(212,245,95)
(83%,96%,37%)

RGB channels and saturation

R 212 of 255 = 83%
G 245 of 255 = 96%
B 95 of 255 = 37%

212
245
95

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

Portions of RGB colors in percentages

R + G + B =
212 + 245 + 95 = 552 (100%)
R 212 of 552 ~ 38.41%
G 245 of 552 ~ 44.38%
B 95 of 552 ~ 17.21%

%38.41
%44.38
%17.21

CMYK color model

#D4F55F color CMYK value is (13,0,61,4).

  • cyan value is 13.47%
  • magenta value is 0.00%
  • yellow value is 61.22%
  • key color value is 3.92%
CMYK:
(13,0,61,4)
C13M0Y61K4 
(13%,0%,61%,4%)
(0.13/0.00/0.61/0.04)	

CMYK percentages

%13.47
%0
%61.22
%3.92

Codes

Color #D4F55F in popluar color models

D4F55F
RGB21224595
HSL73°88.24%66.67%
HSB/HSV73°61.22%96.08%
CMYK13.47%0.00%61.22%
3.92%

Color #D4F55F in popluar number systems.

HEXD4F55F
Decimal21224595
Binary11010100111101011011111
Octal324365137

Shades and tints

Shades of #D4F55F

#D4F55F
(212,245,95)
#C1DF57
(193,223,87)
#AEC94F
(174,201,79)
#9BB347
(155,179,71)
#889D3F
(136,157,63)
#758737
(117,135,55)
#62712F
(98,113,47)
#4F5B27
(79,91,39)
#3C451F
(60,69,31)
#292F17
(41,47,23)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #D4F55F

#D4F55F
(212,245,95)
#D7F56D
(215,245,109)
#DAF57B
(218,245,123)
#DDF589
(221,245,137)
#E0F597
(224,245,151)
#E3F5A5
(227,245,165)
#E6F5B3
(230,245,179)
#E9F5C1
(233,245,193)
#ECF5CF
(236,245,207)
#EFF5DD
(239,245,221)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F55F color. Also use rgb(212,245,95) instead hex code.

Text Font Color

.myTextColor { color: #D4F55F; }

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

This text font color is #D4F55F.


Background Color

.myBgColor { background-color: #D4F55F; }

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

This div background color is #D4F55F.


Border color

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

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

This div border color is #D4F55F.


Opacity

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

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

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

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

This text has shadow with #D4F55F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F55F on black background.


Color preview on white background

This text has color #D4F55F on white background.



Black color preview on #D4F55F background

This text has black color on #D4F55F background.


White color preview on #D4F55F background

This text has white color on #D4F55F background.