COLOR #DCF381

HEX: #DCF381
RGB: (220,243,129)

Color info

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

RGB color model

#DCF381 color RGB value is (220,243,129).

  • red value is 220;
  • green value is 243;
  • blue value is 129.
RGB:
(220,243,129)
(86%,95%,51%)

RGB channels and saturation

R 220 of 255 = 86%
G 243 of 255 = 95%
B 129 of 255 = 51%

220
243
129

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

Portions of RGB colors in percentages

R + G + B =
220 + 243 + 129 = 592 (100%)
R 220 of 592 ~ 37.16%
G 243 of 592 ~ 41.05%
B 129 of 592 ~ 21.79%

%37.16
%41.05
%21.79

CMYK color model

#DCF381 color CMYK value is (9,0,47,5).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 46.91%
  • key color value is 4.71%
CMYK:
(9,0,47,5)
C9M0Y47K5 
(9%,0%,47%,5%)
(0.09/0.00/0.47/0.05)	

CMYK percentages

%9.47
%0
%46.91
%4.71

Codes

Color #DCF381 in popluar color models

DCF381
RGB220243129
HSL72°82.61%72.94%
HSB/HSV72°46.91%95.29%
CMYK9.47%0.00%46.91%
4.71%

Color #DCF381 in popluar number systems.

HEXDCF381
Decimal220243129
Binary110111001111001110000001
Octal334363201

Shades and tints

Shades of #DCF381

#DCF381
(220,243,129)
#C8DD76
(200,221,118)
#B4C76B
(180,199,107)
#A0B160
(160,177,96)
#8C9B55
(140,155,85)
#78854A
(120,133,74)
#646F3F
(100,111,63)
#505934
(80,89,52)
#3C4329
(60,67,41)
#282D1E
(40,45,30)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #DCF381

#DCF381
(220,243,129)
#DFF48C
(223,244,140)
#E2F597
(226,245,151)
#E5F6A2
(229,246,162)
#E8F7AD
(232,247,173)
#EBF8B8
(235,248,184)
#EEF9C3
(238,249,195)
#F1FACE
(241,250,206)
#F4FBD9
(244,251,217)
#F7FCE4
(247,252,228)
#FAFDEF
(250,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF381; }

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

This text font color is #DCF381.


Background Color

.myBgColor { background-color: #DCF381; }

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

This div background color is #DCF381.


Border color

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

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

This div border color is #DCF381.


Opacity

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

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

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

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

This text has shadow with #DCF381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF381 on black background.


Color preview on white background

This text has color #DCF381 on white background.



Black color preview on #DCF381 background

This text has black color on #DCF381 background.


White color preview on #DCF381 background

This text has white color on #DCF381 background.