COLOR #11DD56

HEX: #11DD56
RGB: (17,221,86)

Color info

#11DD56 contains mainly green color. Web safe color of #11DD56 is #00CC66 (or #0C6).

RGB color model

#11DD56 color RGB value is (17,221,86).

  • red value is 17;
  • green value is 221;
  • blue value is 86.
RGB:
(17,221,86)
(7%,87%,34%)

RGB channels and saturation

R 17 of 255 = 7%
G 221 of 255 = 87%
B 86 of 255 = 34%

17
221
86

R + G + B ~ 43%. #11DD56 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 221 + 86 = 324 (100%)
R 17 of 324 ~ 5.25%
G 221 of 324 ~ 68.21%
B 86 of 324 ~ 26.54%

%68.21
%26.54

CMYK color model

#11DD56 color CMYK value is (92,0,61,13).

  • cyan value is 92.31%
  • magenta value is 0.00%
  • yellow value is 61.09%
  • key color value is 13.33%
CMYK:
(92,0,61,13)
C92M0Y61K13 
(92%,0%,61%,13%)
(0.92/0.00/0.61/0.13)	

CMYK percentages

%92.31
%0
%61.09
%13.33

Codes

Color #11DD56 in popluar color models

11DD56
RGB1722186
HSL140°85.71%46.67%
HSB/HSV140°92.31%86.67%
CMYK92.31%0.00%61.09%
13.33%

Color #11DD56 in popluar number systems.

HEX11DD56
Decimal1722186
Binary10001110111011010110
Octal21335126

Shades and tints

Shades of #11DD56

#11DD56
(17,221,86)
#10C94F
(16,201,79)
#0FB548
(15,181,72)
#0EA141
(14,161,65)
#0D8D3A
(13,141,58)
#0C7933
(12,121,51)
#0B652C
(11,101,44)
#0A5125
(10,81,37)
#093D1E
(9,61,30)
#082917
(8,41,23)
#071510
(7,21,16)
#000000
(0,0,0)

Tints of #11DD56

#11DD56
(17,221,86)
#26E065
(38,224,101)
#3BE374
(59,227,116)
#50E683
(80,230,131)
#65E992
(101,233,146)
#7AECA1
(122,236,161)
#8FEFB0
(143,239,176)
#A4F2BF
(164,242,191)
#B9F5CE
(185,245,206)
#CEF8DD
(206,248,221)
#E3FBEC
(227,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11DD56 color. Also use rgb(17,221,86) instead hex code.

Text Font Color

.myTextColor { color: #11DD56; }

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

This text font color is #11DD56.


Background Color

.myBgColor { background-color: #11DD56; }

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

This div background color is #11DD56.


Border color

.myBorderColor { border: 1px solid #11DD56; }

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

This div border color is #11DD56.


Opacity

.myOpacity80 { color: #11DD56; opacity: 0.8; }

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

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

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

This text has shadow with #11DD56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11DD56 on black background.


Color preview on white background

This text has color #11DD56 on white background.



Black color preview on #11DD56 background

This text has black color on #11DD56 background.


White color preview on #11DD56 background

This text has white color on #11DD56 background.