COLOR #93D584

HEX: #93D584
RGB: (147,213,132)

Color info

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

RGB color model

#93D584 color RGB value is (147,213,132).

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

RGB channels and saturation

R 147 of 255 = 58%
G 213 of 255 = 84%
B 132 of 255 = 52%

147
213
132

R + G + B ~ 65%. #93D584 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 213 + 132 = 492 (100%)
R 147 of 492 ~ 29.88%
G 213 of 492 ~ 43.29%
B 132 of 492 ~ 26.83%

%29.88
%43.29
%26.83

CMYK color model

#93D584 color CMYK value is (31,0,38,16).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 38.03%
  • key color value is 16.47%
CMYK:
(31,0,38,16)
C31M0Y38K16 
(31%,0%,38%,16%)
(0.31/0.00/0.38/0.16)	

CMYK percentages

%30.99
%0
%38.03
%16.47

Codes

Color #93D584 in popluar color models

93D584
RGB147213132
HSL109°49.09%67.65%
HSB/HSV109°38.03%83.53%
CMYK30.99%0.00%38.03%
16.47%

Color #93D584 in popluar number systems.

HEX93D584
Decimal147213132
Binary100100111101010110000100
Octal223325204

Shades and tints

Shades of #93D584

#93D584
(147,213,132)
#86C278
(134,194,120)
#79AF6C
(121,175,108)
#6C9C60
(108,156,96)
#5F8954
(95,137,84)
#527648
(82,118,72)
#45633C
(69,99,60)
#385030
(56,80,48)
#2B3D24
(43,61,36)
#1E2A18
(30,42,24)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #93D584

#93D584
(147,213,132)
#9CD88F
(156,216,143)
#A5DB9A
(165,219,154)
#AEDEA5
(174,222,165)
#B7E1B0
(183,225,176)
#C0E4BB
(192,228,187)
#C9E7C6
(201,231,198)
#D2EAD1
(210,234,209)
#DBEDDC
(219,237,220)
#E4F0E7
(228,240,231)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93D584; }

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

This text font color is #93D584.


Background Color

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

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

This div background color is #93D584.


Border color

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

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

This div border color is #93D584.


Opacity

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

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

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

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

This text has shadow with #93D584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93D584 on black background.


Color preview on white background

This text has color #93D584 on white background.



Black color preview on #93D584 background

This text has black color on #93D584 background.


White color preview on #93D584 background

This text has white color on #93D584 background.