COLOR #93D384

HEX: #93D384
RGB: (147,211,132)

Color info

#93D384 contains mainly green color. Web safe color of #93D384 is #99CC99 (or #9C9).

RGB color model

#93D384 color RGB value is (147,211,132).

  • red value is 147;
  • green value is 211;
  • blue value is 132.
RGB:
(147,211,132)
(58%,83%,52%)

RGB channels and saturation

R 147 of 255 = 58%
G 211 of 255 = 83%
B 132 of 255 = 52%

147
211
132

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

Portions of RGB colors in percentages

R + G + B =
147 + 211 + 132 = 490 (100%)
R 147 of 490 ~ 30%
G 211 of 490 ~ 43.06%
B 132 of 490 ~ 26.94%

%30
%43.06
%26.94

CMYK color model

#93D384 color CMYK value is (30,0,37,17).

  • cyan value is 30.33%
  • magenta value is 0.00%
  • yellow value is 37.44%
  • key color value is 17.25%
CMYK:
(30,0,37,17)
C30M0Y37K17 
(30%,0%,37%,17%)
(0.30/0.00/0.37/0.17)	

CMYK percentages

%30.33
%0
%37.44
%17.25

Codes

Color #93D384 in popluar color models

93D384
RGB147211132
HSL109°47.31%67.25%
HSB/HSV109°37.44%82.75%
CMYK30.33%0.00%37.44%
17.25%

Color #93D384 in popluar number systems.

HEX93D384
Decimal147211132
Binary100100111101001110000100
Octal223323204

Shades and tints

Shades of #93D384

#93D384
(147,211,132)
#86C078
(134,192,120)
#79AD6C
(121,173,108)
#6C9A60
(108,154,96)
#5F8754
(95,135,84)
#527448
(82,116,72)
#45613C
(69,97,60)
#384E30
(56,78,48)
#2B3B24
(43,59,36)
#1E2818
(30,40,24)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #93D384

#93D384
(147,211,132)
#9CD78F
(156,215,143)
#A5DB9A
(165,219,154)
#AEDFA5
(174,223,165)
#B7E3B0
(183,227,176)
#C0E7BB
(192,231,187)
#C9EBC6
(201,235,198)
#D2EFD1
(210,239,209)
#DBF3DC
(219,243,220)
#E4F7E7
(228,247,231)
#EDFBF2
(237,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93D384 color. Also use rgb(147,211,132) instead hex code.

Text Font Color

.myTextColor { color: #93D384; }

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

This text font color is #93D384.


Background Color

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

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

This div background color is #93D384.


Border color

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

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

This div border color is #93D384.


Opacity

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

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

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

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

This text has shadow with #93D384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93D384 on black background.


Color preview on white background

This text has color #93D384 on white background.



Black color preview on #93D384 background

This text has black color on #93D384 background.


White color preview on #93D384 background

This text has white color on #93D384 background.