COLOR #DFF004

HEX: #DFF004
RGB: (223,240,4)

Color info

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

RGB color model

#DFF004 color RGB value is (223,240,4).

  • red value is 223;
  • green value is 240;
  • blue value is 4.
RGB:
(223,240,4)
(87%,94%,2%)

RGB channels and saturation

R 223 of 255 = 87%
G 240 of 255 = 94%
B 4 of 255 = 2%

223
240
4

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

Portions of RGB colors in percentages

R + G + B =
223 + 240 + 4 = 467 (100%)
R 223 of 467 ~ 47.75%
G 240 of 467 ~ 51.39%
B 4 of 467 ~ 0.86%

%47.75
%51.39

CMYK color model

#DFF004 color CMYK value is (7,0,98,6).

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 98.33%
  • key color value is 5.88%
CMYK:
(7,0,98,6)
C7M0Y98K6 
(7%,0%,98%,6%)
(0.07/0.00/0.98/0.06)	

CMYK percentages

%7.08
%0
%98.33
%5.88

Codes

Color #DFF004 in popluar color models

DFF004
RGB2232404
HSL64°96.72%47.84%
HSB/HSV64°98.33%94.12%
CMYK7.08%0.00%98.33%
5.88%

Color #DFF004 in popluar number systems.

HEXDFF004
Decimal2232404
Binary1101111111110000100
Octal3373604

Shades and tints

Shades of #DFF004

#DFF004
(223,240,4)
#CBDB04
(203,219,4)
#B7C604
(183,198,4)
#A3B104
(163,177,4)
#8F9C04
(143,156,4)
#7B8704
(123,135,4)
#677204
(103,114,4)
#535D04
(83,93,4)
#3F4804
(63,72,4)
#2B3304
(43,51,4)
#171E04
(23,30,4)
#000000
(0,0,0)

Tints of #DFF004

#DFF004
(223,240,4)
#E1F11A
(225,241,26)
#E3F230
(227,242,48)
#E5F346
(229,243,70)
#E7F45C
(231,244,92)
#E9F572
(233,245,114)
#EBF688
(235,246,136)
#EDF79E
(237,247,158)
#EFF8B4
(239,248,180)
#F1F9CA
(241,249,202)
#F3FAE0
(243,250,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF004 color. Also use rgb(223,240,4) instead hex code.

Text Font Color

.myTextColor { color: #DFF004; }

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

This text font color is #DFF004.


Background Color

.myBgColor { background-color: #DFF004; }

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

This div background color is #DFF004.


Border color

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

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

This div border color is #DFF004.


Opacity

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

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

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

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

This text has shadow with #DFF004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF004 on black background.


Color preview on white background

This text has color #DFF004 on white background.



Black color preview on #DFF004 background

This text has black color on #DFF004 background.


White color preview on #DFF004 background

This text has white color on #DFF004 background.