COLOR #DCF005

HEX: #DCF005
RGB: (220,240,5)

Color info

#DCF005 contains mainly red and green colors. Web safe color of #DCF005 is #CCFF00 (or #CF0).

RGB color model

#DCF005 color RGB value is (220,240,5).

  • red value is 220;
  • green value is 240;
  • blue value is 5.
RGB:
(220,240,5)
(86%,94%,2%)

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 5 of 255 = 2%

220
240
5

R + G + B ~ 61%. #DCF005 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 240 + 5 = 465 (100%)
R 220 of 465 ~ 47.31%
G 240 of 465 ~ 51.61%
B 5 of 465 ~ 1.08%

%47.31
%51.61

CMYK color model

#DCF005 color CMYK value is (8,0,98,6).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 97.92%
  • key color value is 5.88%
CMYK:
(8,0,98,6)
C8M0Y98K6 
(8%,0%,98%,6%)
(0.08/0.00/0.98/0.06)	

CMYK percentages

%8.33
%0
%97.92
%5.88

Codes

Color #DCF005 in popluar color models

DCF005
RGB2202405
HSL65°95.92%48.04%
HSB/HSV65°97.92%94.12%
CMYK8.33%0.00%97.92%
5.88%

Color #DCF005 in popluar number systems.

HEXDCF005
Decimal2202405
Binary1101110011110000101
Octal3343605

Shades and tints

Shades of #DCF005

#DCF005
(220,240,5)
#C8DB05
(200,219,5)
#B4C605
(180,198,5)
#A0B105
(160,177,5)
#8C9C05
(140,156,5)
#788705
(120,135,5)
#647205
(100,114,5)
#505D05
(80,93,5)
#3C4805
(60,72,5)
#283305
(40,51,5)
#141E05
(20,30,5)
#000000
(0,0,0)

Tints of #DCF005

#DCF005
(220,240,5)
#DFF11B
(223,241,27)
#E2F231
(226,242,49)
#E5F347
(229,243,71)
#E8F45D
(232,244,93)
#EBF573
(235,245,115)
#EEF689
(238,246,137)
#F1F79F
(241,247,159)
#F4F8B5
(244,248,181)
#F7F9CB
(247,249,203)
#FAFAE1
(250,250,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF005 color. Also use rgb(220,240,5) instead hex code.

Text Font Color

.myTextColor { color: #DCF005; }

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

This text font color is #DCF005.


Background Color

.myBgColor { background-color: #DCF005; }

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

This div background color is #DCF005.


Border color

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

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

This div border color is #DCF005.


Opacity

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

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

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

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

This text has shadow with #DCF005 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF005 on black background.


Color preview on white background

This text has color #DCF005 on white background.



Black color preview on #DCF005 background

This text has black color on #DCF005 background.


White color preview on #DCF005 background

This text has white color on #DCF005 background.