COLOR #1DD472

HEX: #1DD472
RGB: (29,212,114)

Color info

#1DD472 contains mainly green color. Web safe color of #1DD472 is #33CC66 (or #3C6).

RGB color model

#1DD472 color RGB value is (29,212,114).

  • red value is 29;
  • green value is 212;
  • blue value is 114.
RGB:
(29,212,114)
(11%,83%,45%)

RGB channels and saturation

R 29 of 255 = 11%
G 212 of 255 = 83%
B 114 of 255 = 45%

29
212
114

R + G + B ~ 46%. #1DD472 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
29 + 212 + 114 = 355 (100%)
R 29 of 355 ~ 8.17%
G 212 of 355 ~ 59.72%
B 114 of 355 ~ 32.11%

%59.72
%32.11

CMYK color model

#1DD472 color CMYK value is (86,0,46,17).

  • cyan value is 86.32%
  • magenta value is 0.00%
  • yellow value is 46.23%
  • key color value is 16.86%
CMYK:
(86,0,46,17)
C86M0Y46K17 
(86%,0%,46%,17%)
(0.86/0.00/0.46/0.17)	

CMYK percentages

%86.32
%0
%46.23
%16.86

Codes

Color #1DD472 in popluar color models

1DD472
RGB29212114
HSL148°75.93%47.25%
HSB/HSV148°86.32%83.14%
CMYK86.32%0.00%46.23%
16.86%

Color #1DD472 in popluar number systems.

HEX1DD472
Decimal29212114
Binary11101110101001110010
Octal35324162

Shades and tints

Shades of #1DD472

#1DD472
(29,212,114)
#1BC168
(27,193,104)
#19AE5E
(25,174,94)
#179B54
(23,155,84)
#15884A
(21,136,74)
#137540
(19,117,64)
#116236
(17,98,54)
#0F4F2C
(15,79,44)
#0D3C22
(13,60,34)
#0B2918
(11,41,24)
#09160E
(9,22,14)
#000000
(0,0,0)

Tints of #1DD472

#1DD472
(29,212,114)
#31D77E
(49,215,126)
#45DA8A
(69,218,138)
#59DD96
(89,221,150)
#6DE0A2
(109,224,162)
#81E3AE
(129,227,174)
#95E6BA
(149,230,186)
#A9E9C6
(169,233,198)
#BDECD2
(189,236,210)
#D1EFDE
(209,239,222)
#E5F2EA
(229,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DD472 color. Also use rgb(29,212,114) instead hex code.

Text Font Color

.myTextColor { color: #1DD472; }

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

This text font color is #1DD472.


Background Color

.myBgColor { background-color: #1DD472; }

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

This div background color is #1DD472.


Border color

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

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

This div border color is #1DD472.


Opacity

.myOpacity80 { color: #1DD472; opacity: 0.8; }

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

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

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

This text has shadow with #1DD472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DD472 on black background.


Color preview on white background

This text has color #1DD472 on white background.



Black color preview on #1DD472 background

This text has black color on #1DD472 background.


White color preview on #1DD472 background

This text has white color on #1DD472 background.