COLOR #DCFA47

HEX: #DCFA47
RGB: (220,250,71)

Color info

#DCFA47 contains mainly red and green colors. Web safe color of #DCFA47 is #CCFF33 (or #CF3).

RGB color model

#DCFA47 color RGB value is (220,250,71).

  • red value is 220;
  • green value is 250;
  • blue value is 71.
RGB:
(220,250,71)
(86%,98%,28%)

RGB channels and saturation

R 220 of 255 = 86%
G 250 of 255 = 98%
B 71 of 255 = 28%

220
250
71

R + G + B ~ 71%. #DCFA47 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 250 + 71 = 541 (100%)
R 220 of 541 ~ 40.67%
G 250 of 541 ~ 46.21%
B 71 of 541 ~ 13.12%

%40.67
%46.21
%13.12

CMYK color model

#DCFA47 color CMYK value is (12,0,72,2).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 71.60%
  • key color value is 1.96%
CMYK:
(12,0,72,2)
C12M0Y72K2 
(12%,0%,72%,2%)
(0.12/0.00/0.72/0.02)	

CMYK percentages

%12
%0
%71.6
%1.96

Codes

Color #DCFA47 in popluar color models

DCFA47
RGB22025071
HSL70°94.71%62.94%
HSB/HSV70°71.60%98.04%
CMYK12.00%0.00%71.60%
1.96%

Color #DCFA47 in popluar number systems.

HEXDCFA47
Decimal22025071
Binary11011100111110101000111
Octal334372107

Shades and tints

Shades of #DCFA47

#DCFA47
(220,250,71)
#C8E441
(200,228,65)
#B4CE3B
(180,206,59)
#A0B835
(160,184,53)
#8CA22F
(140,162,47)
#788C29
(120,140,41)
#647623
(100,118,35)
#50601D
(80,96,29)
#3C4A17
(60,74,23)
#283411
(40,52,17)
#141E0B
(20,30,11)
#000000
(0,0,0)

Tints of #DCFA47

#DCFA47
(220,250,71)
#DFFA57
(223,250,87)
#E2FA67
(226,250,103)
#E5FA77
(229,250,119)
#E8FA87
(232,250,135)
#EBFA97
(235,250,151)
#EEFAA7
(238,250,167)
#F1FAB7
(241,250,183)
#F4FAC7
(244,250,199)
#F7FAD7
(247,250,215)
#FAFAE7
(250,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCFA47 color. Also use rgb(220,250,71) instead hex code.

Text Font Color

.myTextColor { color: #DCFA47; }

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

This text font color is #DCFA47.


Background Color

.myBgColor { background-color: #DCFA47; }

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

This div background color is #DCFA47.


Border color

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

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

This div border color is #DCFA47.


Opacity

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

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

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

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

This text has shadow with #DCFA47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFA47 on black background.


Color preview on white background

This text has color #DCFA47 on white background.



Black color preview on #DCFA47 background

This text has black color on #DCFA47 background.


White color preview on #DCFA47 background

This text has white color on #DCFA47 background.