COLOR #DCFA85

HEX: #DCFA85
RGB: (220,250,133)

Color info

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

RGB color model

#DCFA85 color RGB value is (220,250,133).

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

RGB channels and saturation

R 220 of 255 = 86%
G 250 of 255 = 98%
B 133 of 255 = 52%

220
250
133

R + G + B ~ 79%. #DCFA85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 250 + 133 = 603 (100%)
R 220 of 603 ~ 36.48%
G 250 of 603 ~ 41.46%
B 133 of 603 ~ 22.06%

%36.48
%41.46
%22.06

CMYK color model

#DCFA85 color CMYK value is (12,0,47,2).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 46.80%
  • key color value is 1.96%
CMYK:
(12,0,47,2)
C12M0Y47K2 
(12%,0%,47%,2%)
(0.12/0.00/0.47/0.02)	

CMYK percentages

%12
%0
%46.8
%1.96

Codes

Color #DCFA85 in popluar color models

DCFA85
RGB220250133
HSL75°92.13%75.10%
HSB/HSV75°46.80%98.04%
CMYK12.00%0.00%46.80%
1.96%

Color #DCFA85 in popluar number systems.

HEXDCFA85
Decimal220250133
Binary110111001111101010000101
Octal334372205

Shades and tints

Shades of #DCFA85

#DCFA85
(220,250,133)
#C8E479
(200,228,121)
#B4CE6D
(180,206,109)
#A0B861
(160,184,97)
#8CA255
(140,162,85)
#788C49
(120,140,73)
#64763D
(100,118,61)
#506031
(80,96,49)
#3C4A25
(60,74,37)
#283419
(40,52,25)
#141E0D
(20,30,13)
#000000
(0,0,0)

Tints of #DCFA85

#DCFA85
(220,250,133)
#DFFA90
(223,250,144)
#E2FA9B
(226,250,155)
#E5FAA6
(229,250,166)
#E8FAB1
(232,250,177)
#EBFABC
(235,250,188)
#EEFAC7
(238,250,199)
#F1FAD2
(241,250,210)
#F4FADD
(244,250,221)
#F7FAE8
(247,250,232)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFA85; }

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

This text font color is #DCFA85.


Background Color

.myBgColor { background-color: #DCFA85; }

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

This div background color is #DCFA85.


Border color

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

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

This div border color is #DCFA85.


Opacity

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

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

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

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

This text has shadow with #DCFA85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFA85 on black background.


Color preview on white background

This text has color #DCFA85 on white background.



Black color preview on #DCFA85 background

This text has black color on #DCFA85 background.


White color preview on #DCFA85 background

This text has white color on #DCFA85 background.