COLOR #DCF081

HEX: #DCF081 RGB: (220,240,129)

Color info

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

RGB color model

#DCF081 color RGB value is (220,240,129).

RGB: (220,240,129) (86%, 94%, 51%)

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 129 of 255 = 51%

220
240
129

R + G + B ~ 77%. #DCF081 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 240 + 129 = 589 (100%)
R 220 of 589 ~ 37.35%
G 240 of 589 ~ 40.75%
B 129 of 589 ~ 21.9'%

%37.35
%40.75
%21.9

CMYK color model

#DCF081 color CMYK value is (8,0,46,6).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 46.25%
  • key color value is 5.88%

CMYK: (8,0,46,6)
C8M0Y46K6 (8%, 0%, 46%, 6%)
(0.08 / 0.00 / 0.46 / 0.06)

CMYK percentages

%8.33
%0
%46.25
%5.88

Codes

Color #DCF081 in popluar color models

DC F0 81
RGB 220 240 129
HSL 71° 78.72% 72.35%
HSB/HSV 71° 46.25% 94.12%
CMYK 8.33% 0.00% 46.25%
5.88%

Color #DCF081 in popluar number systems.

HEX DC F0 81
Decimal 220 240 129
Binary 11011100 11110000 10000001
Octal 334 360 201

Shades and tints

Shades of #DCF081

#DCF081
(220,240,129)
#C8DB76
(200,219,118)
#B4C66B
(180,198,107)
#A0B160
(160,177,96)
#8C9C55
(140,156,85)
#78874A
(120,135,74)
#64723F
(100,114,63)
#505D34
(80,93,52)
#3C4829
(60,72,41)
#28331E
(40,51,30)
#141E13
(20,30,19)
#000000
(0,0,0)

Tints of #DCF081

#DCF081
(220,240,129)
#DFF18C
(223,241,140)
#E2F297
(226,242,151)
#E5F3A2
(229,243,162)
#E8F4AD
(232,244,173)
#EBF5B8
(235,245,184)
#EEF6C3
(238,246,195)
#F1F7CE
(241,247,206)
#F4F8D9
(244,248,217)
#F7F9E4
(247,249,228)
#FAFAEF
(250,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF081; }

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

This text font color is #DCF081.

Background Color

.myBgColor { background-color: #DCF081; }

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

This div background color is #DCF081.

Border color

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

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

This div border color is #DCF081.

Opacity

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

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

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

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

This text has shadow with #DCF081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF081.

Preview

Color preview on black background

This text has color #DCF081 on black background.


Color preview on white background

This text has color #DCF081 on white background.


Black color preview on #DCF081 background

This text has black color on #DCF081 background.


White color preview on #DCF081 background

This text has white color on #DCF081 background.


Related colors

Complementary color

Complementary color for #hex is #230F7E.


I love getcolorcode.com

Triadic colors

1 #81DCF0 and #F081DC with #DCF081 are triadic colors.

2 #81F0DC and #F0DC81 with #DCF081 are triadic colors.