COLOR #93D58D

HEX: #93D58D RGB: (147,213,141)

Color info

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

RGB color model

#93D58D color RGB value is (147,213,141).

RGB: (147,213,141) (58%, 84%, 55%)

RGB channels and saturation

R 147 of 255 = 58%
G 213 of 255 = 84%
B 141 of 255 = 55%

147
213
141

R + G + B ~ 66%. #93D58D is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 213 + 141 = 501 (100%)
R 147 of 501 ~ 29.34%
G 213 of 501 ~ 42.51%
B 141 of 501 ~ 28.14'%

%29.34
%42.51
%28.14

CMYK color model

#93D58D color CMYK value is (31,0,34,16).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 33.80%
  • key color value is 16.47%

CMYK: (31,0,34,16)
C31M0Y34K16 (31%, 0%, 34%, 16%)
(0.31 / 0.00 / 0.34 / 0.16)

CMYK percentages

%30.99
%0
%33.8
%16.47

Codes

Color #93D58D in popluar color models

93 D5 8D
RGB 147 213 141
HSL 115° 46.15% 69.41%
HSB/HSV 115° 33.80% 83.53%
CMYK 30.99% 0.00% 33.80%
16.47%

Color #93D58D in popluar number systems.

HEX 93 D5 8D
Decimal 147 213 141
Binary 10010011 11010101 10001101
Octal 223 325 215

Shades and tints

Shades of #93D58D

#93D58D
(147,213,141)
#86C281
(134,194,129)
#79AF75
(121,175,117)
#6C9C69
(108,156,105)
#5F895D
(95,137,93)
#527651
(82,118,81)
#456345
(69,99,69)
#385039
(56,80,57)
#2B3D2D
(43,61,45)
#1E2A21
(30,42,33)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #93D58D

#93D58D
(147,213,141)
#9CD897
(156,216,151)
#A5DBA1
(165,219,161)
#AEDEAB
(174,222,171)
#B7E1B5
(183,225,181)
#C0E4BF
(192,228,191)
#C9E7C9
(201,231,201)
#D2EAD3
(210,234,211)
#DBEDDD
(219,237,221)
#E4F0E7
(228,240,231)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93D58D; }

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

This text font color is #93D58D.

Background Color

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

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

This div background color is #93D58D.

Border color

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

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

This div border color is #93D58D.

Opacity

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

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

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

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

This text has shadow with #93D58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93D58D.

Preview

Color preview on black background

This text has color #93D58D on black background.


Color preview on white background

This text has color #93D58D on white background.


Black color preview on #93D58D background

This text has black color on #93D58D background.


White color preview on #93D58D background

This text has white color on #93D58D background.


Related colors

Complementary color

Complementary color for #hex is #6C2A72.


I love getcolorcode.com

Triadic colors

1 #8D93D5 and #D58D93 with #93D58D are triadic colors.

2 #8DD593 and #D5938D with #93D58D are triadic colors.