COLOR #DDFF93

HEX: #DDFF93
RGB: (221,255,147)

Color info

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

RGB color model

#DDFF93 color RGB value is (221,255,147).

  • red value is 221;
  • green value is 255;
  • blue value is 147.
RGB:
(221,255,147)
(87%,100%,58%)

RGB channels and saturation

R 221 of 255 = 87%
G 255 of 255 = 100%
B 147 of 255 = 58%

221
255
147

R + G + B ~ 82%. #DDFF93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 255 + 147 = 623 (100%)
R 221 of 623 ~ 35.47%
G 255 of 623 ~ 40.93%
B 147 of 623 ~ 23.6%

%35.47
%40.93
%23.6

CMYK color model

#DDFF93 color CMYK value is (13,0,42,0).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 42.35%
  • key color value is 0.00%
CMYK:
(13,0,42,0)
C13M0Y42K0 
(13%,0%,42%,0%)
(0.13/0.00/0.42/0.00)	

CMYK percentages

%13.33
%0
%42.35
%0

Codes

Color #DDFF93 in popluar color models

DDFF93
RGB221255147
HSL79°100.00%78.82%
HSB/HSV79°42.35%100.00%
CMYK13.33%0.00%42.35%
0.00%

Color #DDFF93 in popluar number systems.

HEXDDFF93
Decimal221255147
Binary110111011111111110010011
Octal335377223

Shades and tints

Shades of #DDFF93

#DDFF93
(221,255,147)
#C9E886
(201,232,134)
#B5D179
(181,209,121)
#A1BA6C
(161,186,108)
#8DA35F
(141,163,95)
#798C52
(121,140,82)
#657545
(101,117,69)
#515E38
(81,94,56)
#3D472B
(61,71,43)
#29301E
(41,48,30)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #DDFF93

#DDFF93
(221,255,147)
#E0FF9C
(224,255,156)
#E3FFA5
(227,255,165)
#E6FFAE
(230,255,174)
#E9FFB7
(233,255,183)
#ECFFC0
(236,255,192)
#EFFFC9
(239,255,201)
#F2FFD2
(242,255,210)
#F5FFDB
(245,255,219)
#F8FFE4
(248,255,228)
#FBFFED
(251,255,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDFF93 color. Also use rgb(221,255,147) instead hex code.

Text Font Color

.myTextColor { color: #DDFF93; }

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

This text font color is #DDFF93.


Background Color

.myBgColor { background-color: #DDFF93; }

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

This div background color is #DDFF93.


Border color

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

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

This div border color is #DDFF93.


Opacity

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

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

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

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

This text has shadow with #DDFF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFF93 on black background.


Color preview on white background

This text has color #DDFF93 on white background.



Black color preview on #DDFF93 background

This text has black color on #DDFF93 background.


White color preview on #DDFF93 background

This text has white color on #DDFF93 background.