COLOR #11CF5F

HEX: #11CF5F
RGB: (17,207,95)

Color info

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

RGB color model

#11CF5F color RGB value is (17,207,95).

  • red value is 17;
  • green value is 207;
  • blue value is 95.
RGB:
(17,207,95)
(7%,81%,37%)

RGB channels and saturation

R 17 of 255 = 7%
G 207 of 255 = 81%
B 95 of 255 = 37%

17
207
95

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

Portions of RGB colors in percentages

R + G + B =
17 + 207 + 95 = 319 (100%)
R 17 of 319 ~ 5.33%
G 207 of 319 ~ 64.89%
B 95 of 319 ~ 29.78%

%64.89
%29.78

CMYK color model

#11CF5F color CMYK value is (92,0,54,19).

  • cyan value is 91.79%
  • magenta value is 0.00%
  • yellow value is 54.11%
  • key color value is 18.82%
CMYK:
(92,0,54,19)
C92M0Y54K19 
(92%,0%,54%,19%)
(0.92/0.00/0.54/0.19)	

CMYK percentages

%91.79
%0
%54.11
%18.82

Codes

Color #11CF5F in popluar color models

11CF5F
RGB1720795
HSL145°84.82%43.92%
HSB/HSV145°91.79%81.18%
CMYK91.79%0.00%54.11%
18.82%

Color #11CF5F in popluar number systems.

HEX11CF5F
Decimal1720795
Binary10001110011111011111
Octal21317137

Shades and tints

Shades of #11CF5F

#11CF5F
(17,207,95)
#10BD57
(16,189,87)
#0FAB4F
(15,171,79)
#0E9947
(14,153,71)
#0D873F
(13,135,63)
#0C7537
(12,117,55)
#0B632F
(11,99,47)
#0A5127
(10,81,39)
#093F1F
(9,63,31)
#082D17
(8,45,23)
#071B0F
(7,27,15)
#000000
(0,0,0)

Tints of #11CF5F

#11CF5F
(17,207,95)
#26D36D
(38,211,109)
#3BD77B
(59,215,123)
#50DB89
(80,219,137)
#65DF97
(101,223,151)
#7AE3A5
(122,227,165)
#8FE7B3
(143,231,179)
#A4EBC1
(164,235,193)
#B9EFCF
(185,239,207)
#CEF3DD
(206,243,221)
#E3F7EB
(227,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11CF5F color. Also use rgb(17,207,95) instead hex code.

Text Font Color

.myTextColor { color: #11CF5F; }

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

This text font color is #11CF5F.


Background Color

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

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

This div background color is #11CF5F.


Border color

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

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

This div border color is #11CF5F.


Opacity

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

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

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

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

This text has shadow with #11CF5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11CF5F on black background.


Color preview on white background

This text has color #11CF5F on white background.



Black color preview on #11CF5F background

This text has black color on #11CF5F background.


White color preview on #11CF5F background

This text has white color on #11CF5F background.