COLOR #93D47F

HEX: #93D47F
RGB: (147,212,127)

Color info

#93D47F contains mainly green color. Web safe color of #93D47F is #99CC66 (or #9C6).

RGB color model

#93D47F color RGB value is (147,212,127).

  • red value is 147;
  • green value is 212;
  • blue value is 127.
RGB:
(147,212,127)
(58%,83%,50%)

RGB channels and saturation

R 147 of 255 = 58%
G 212 of 255 = 83%
B 127 of 255 = 50%

147
212
127

R + G + B ~ 64%. #93D47F is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 212 + 127 = 486 (100%)
R 147 of 486 ~ 30.25%
G 212 of 486 ~ 43.62%
B 127 of 486 ~ 26.13%

%30.25
%43.62
%26.13

CMYK color model

#93D47F color CMYK value is (31,0,40,17).

  • cyan value is 30.66%
  • magenta value is 0.00%
  • yellow value is 40.09%
  • key color value is 16.86%
CMYK:
(31,0,40,17)
C31M0Y40K17 
(31%,0%,40%,17%)
(0.31/0.00/0.40/0.17)	

CMYK percentages

%30.66
%0
%40.09
%16.86

Codes

Color #93D47F in popluar color models

93D47F
RGB147212127
HSL106°49.71%66.47%
HSB/HSV106°40.09%83.14%
CMYK30.66%0.00%40.09%
16.86%

Color #93D47F in popluar number systems.

HEX93D47F
Decimal147212127
Binary10010011110101001111111
Octal223324177

Shades and tints

Shades of #93D47F

#93D47F
(147,212,127)
#86C174
(134,193,116)
#79AE69
(121,174,105)
#6C9B5E
(108,155,94)
#5F8853
(95,136,83)
#527548
(82,117,72)
#45623D
(69,98,61)
#384F32
(56,79,50)
#2B3C27
(43,60,39)
#1E291C
(30,41,28)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #93D47F

#93D47F
(147,212,127)
#9CD78A
(156,215,138)
#A5DA95
(165,218,149)
#AEDDA0
(174,221,160)
#B7E0AB
(183,224,171)
#C0E3B6
(192,227,182)
#C9E6C1
(201,230,193)
#D2E9CC
(210,233,204)
#DBECD7
(219,236,215)
#E4EFE2
(228,239,226)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93D47F color. Also use rgb(147,212,127) instead hex code.

Text Font Color

.myTextColor { color: #93D47F; }

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

This text font color is #93D47F.


Background Color

.myBgColor { background-color: #93D47F; }

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

This div background color is #93D47F.


Border color

.myBorderColor { border: 1px solid #93D47F; }

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

This div border color is #93D47F.


Opacity

.myOpacity80 { color: #93D47F; opacity: 0.8; }

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

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

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

This text has shadow with #93D47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93D47F on black background.


Color preview on white background

This text has color #93D47F on white background.



Black color preview on #93D47F background

This text has black color on #93D47F background.


White color preview on #93D47F background

This text has white color on #93D47F background.