COLOR #D4FB8B

HEX: #D4FB8B
RGB: (212,251,139)

Color info

#D4FB8B contains mainly red and green colors. Web safe color of #D4FB8B is #CCFF99 (or #CF9).

RGB color model

#D4FB8B color RGB value is (212,251,139).

  • red value is 212;
  • green value is 251;
  • blue value is 139.
RGB:
(212,251,139)
(83%,98%,55%)

RGB channels and saturation

R 212 of 255 = 83%
G 251 of 255 = 98%
B 139 of 255 = 55%

212
251
139

R + G + B ~ 79%. #D4FB8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 251 + 139 = 602 (100%)
R 212 of 602 ~ 35.22%
G 251 of 602 ~ 41.69%
B 139 of 602 ~ 23.09%

%35.22
%41.69
%23.09

CMYK color model

#D4FB8B color CMYK value is (16,0,45,2).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 44.62%
  • key color value is 1.57%
CMYK:
(16,0,45,2)
C16M0Y45K2 
(16%,0%,45%,2%)
(0.16/0.00/0.45/0.02)	

CMYK percentages

%15.54
%0
%44.62
%1.57

Codes

Color #D4FB8B in popluar color models

D4FB8B
RGB212251139
HSL81°93.33%76.47%
HSB/HSV81°44.62%98.43%
CMYK15.54%0.00%44.62%
1.57%

Color #D4FB8B in popluar number systems.

HEXD4FB8B
Decimal212251139
Binary110101001111101110001011
Octal324373213

Shades and tints

Shades of #D4FB8B

#D4FB8B
(212,251,139)
#C1E57F
(193,229,127)
#AECF73
(174,207,115)
#9BB967
(155,185,103)
#88A35B
(136,163,91)
#758D4F
(117,141,79)
#627743
(98,119,67)
#4F6137
(79,97,55)
#3C4B2B
(60,75,43)
#29351F
(41,53,31)
#161F13
(22,31,19)
#000000
(0,0,0)

Tints of #D4FB8B

#D4FB8B
(212,251,139)
#D7FB95
(215,251,149)
#DAFB9F
(218,251,159)
#DDFBA9
(221,251,169)
#E0FBB3
(224,251,179)
#E3FBBD
(227,251,189)
#E6FBC7
(230,251,199)
#E9FBD1
(233,251,209)
#ECFBDB
(236,251,219)
#EFFBE5
(239,251,229)
#F2FBEF
(242,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4FB8B color. Also use rgb(212,251,139) instead hex code.

Text Font Color

.myTextColor { color: #D4FB8B; }

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

This text font color is #D4FB8B.


Background Color

.myBgColor { background-color: #D4FB8B; }

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

This div background color is #D4FB8B.


Border color

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

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

This div border color is #D4FB8B.


Opacity

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

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

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

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

This text has shadow with #D4FB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FB8B on black background.


Color preview on white background

This text has color #D4FB8B on white background.



Black color preview on #D4FB8B background

This text has black color on #D4FB8B background.


White color preview on #D4FB8B background

This text has white color on #D4FB8B background.