COLOR #DCF184

HEX: #DCF184
RGB: (220,241,132)

Color info

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

RGB color model

#DCF184 color RGB value is (220,241,132).

  • red value is 220;
  • green value is 241;
  • blue value is 132.
RGB:
(220,241,132)
(86%,95%,52%)

RGB channels and saturation

R 220 of 255 = 86%
G 241 of 255 = 95%
B 132 of 255 = 52%

220
241
132

R + G + B ~ 78%. #DCF184 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 241 + 132 = 593 (100%)
R 220 of 593 ~ 37.1%
G 241 of 593 ~ 40.64%
B 132 of 593 ~ 22.26%

%37.1
%40.64
%22.26

CMYK color model

#DCF184 color CMYK value is (9,0,45,5).

  • cyan value is 8.71%
  • magenta value is 0.00%
  • yellow value is 45.23%
  • key color value is 5.49%
CMYK:
(9,0,45,5)
C9M0Y45K5 
(9%,0%,45%,5%)
(0.09/0.00/0.45/0.05)	

CMYK percentages

%8.71
%0
%45.23
%5.49

Codes

Color #DCF184 in popluar color models

DCF184
RGB220241132
HSL72°79.56%73.14%
HSB/HSV72°45.23%94.51%
CMYK8.71%0.00%45.23%
5.49%

Color #DCF184 in popluar number systems.

HEXDCF184
Decimal220241132
Binary110111001111000110000100
Octal334361204

Shades and tints

Shades of #DCF184

#DCF184
(220,241,132)
#C8DC78
(200,220,120)
#B4C76C
(180,199,108)
#A0B260
(160,178,96)
#8C9D54
(140,157,84)
#788848
(120,136,72)
#64733C
(100,115,60)
#505E30
(80,94,48)
#3C4924
(60,73,36)
#283418
(40,52,24)
#141F0C
(20,31,12)
#000000
(0,0,0)

Tints of #DCF184

#DCF184
(220,241,132)
#DFF28F
(223,242,143)
#E2F39A
(226,243,154)
#E5F4A5
(229,244,165)
#E8F5B0
(232,245,176)
#EBF6BB
(235,246,187)
#EEF7C6
(238,247,198)
#F1F8D1
(241,248,209)
#F4F9DC
(244,249,220)
#F7FAE7
(247,250,231)
#FAFBF2
(250,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF184 color. Also use rgb(220,241,132) instead hex code.

Text Font Color

.myTextColor { color: #DCF184; }

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

This text font color is #DCF184.


Background Color

.myBgColor { background-color: #DCF184; }

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

This div background color is #DCF184.


Border color

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

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

This div border color is #DCF184.


Opacity

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

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

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

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

This text has shadow with #DCF184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF184 on black background.


Color preview on white background

This text has color #DCF184 on white background.



Black color preview on #DCF184 background

This text has black color on #DCF184 background.


White color preview on #DCF184 background

This text has white color on #DCF184 background.