COLOR #D4F07B

HEX: #D4F07B RGB: (212,240,123)

Color info

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

RGB color model

#D4F07B color RGB value is (212,240,123).

RGB: (212,240,123) (83%, 94%, 48%)

RGB channels and saturation

R 212 of 255 = 83%
G 240 of 255 = 94%
B 123 of 255 = 48%

212
240
123

R + G + B ~ 75%. #D4F07B is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 240 + 123 = 575 (100%)
R 212 of 575 ~ 36.87%
G 240 of 575 ~ 41.74%
B 123 of 575 ~ 21.39'%

%36.87
%41.74
%21.39

CMYK color model

#D4F07B color CMYK value is (12,0,49,6).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 48.75%
  • key color value is 5.88%

CMYK: (12,0,49,6)
C12M0Y49K6 (12%, 0%, 49%, 6%)
(0.12 / 0.00 / 0.49 / 0.06)

CMYK percentages

%11.67
%0
%48.75
%5.88

Codes

Color #D4F07B in popluar color models

D4 F0 7B
RGB 212 240 123
HSL 74° 79.59% 71.18%
HSB/HSV 74° 48.75% 94.12%
CMYK 11.67% 0.00% 48.75%
5.88%

Color #D4F07B in popluar number systems.

HEX D4 F0 7B
Decimal 212 240 123
Binary 11010100 11110000 1111011
Octal 324 360 173

Shades and tints

Shades of #D4F07B

#D4F07B
(212,240,123)
#C1DB70
(193,219,112)
#AEC665
(174,198,101)
#9BB15A
(155,177,90)
#889C4F
(136,156,79)
#758744
(117,135,68)
#627239
(98,114,57)
#4F5D2E
(79,93,46)
#3C4823
(60,72,35)
#293318
(41,51,24)
#161E0D
(22,30,13)
#000000
(0,0,0)

Tints of #D4F07B

#D4F07B
(212,240,123)
#D7F187
(215,241,135)
#DAF293
(218,242,147)
#DDF39F
(221,243,159)
#E0F4AB
(224,244,171)
#E3F5B7
(227,245,183)
#E6F6C3
(230,246,195)
#E9F7CF
(233,247,207)
#ECF8DB
(236,248,219)
#EFF9E7
(239,249,231)
#F2FAF3
(242,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F07B color. Also use rgb(212,240,123) instead hex code.

Text Font Color

.myTextColor { color: #D4F07B; }

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

This text font color is #D4F07B.

Background Color

.myBgColor { background-color: #D4F07B; }

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

This div background color is #D4F07B.

Border color

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

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

This div border color is #D4F07B.

Opacity

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

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

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

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

This text has shadow with #D4F07B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4F07B.

Preview

Color preview on black background

This text has color #D4F07B on black background.


Color preview on white background

This text has color #D4F07B on white background.


Black color preview on #D4F07B background

This text has black color on #D4F07B background.


White color preview on #D4F07B background

This text has white color on #D4F07B background.


Related colors

Complementary color

Complementary color for #hex is #2B0F84.


I love getcolorcode.com

Triadic colors

1 #7BD4F0 and #F07BD4 with #D4F07B are triadic colors.

2 #7BF0D4 and #F0D47B with #D4F07B are triadic colors.