COLOR #93D395

HEX: #93D395
RGB: (147,211,149)

Color info

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

RGB color model

#93D395 color RGB value is (147,211,149).

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

RGB channels and saturation

R 147 of 255 = 58%
G 211 of 255 = 83%
B 149 of 255 = 58%

147
211
149

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

Portions of RGB colors in percentages

R + G + B =
147 + 211 + 149 = 507 (100%)
R 147 of 507 ~ 28.99%
G 211 of 507 ~ 41.62%
B 149 of 507 ~ 29.39%

%28.99
%41.62
%29.39

CMYK color model

#93D395 color CMYK value is (30,0,29,17).

  • cyan value is 30.33%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 17.25%
CMYK:
(30,0,29,17)
C30M0Y29K17 
(30%,0%,29%,17%)
(0.30/0.00/0.29/0.17)	

CMYK percentages

%30.33
%0
%29.38
%17.25

Codes

Color #93D395 in popluar color models

93D395
RGB147211149
HSL122°42.11%70.20%
HSB/HSV122°30.33%82.75%
CMYK30.33%0.00%29.38%
17.25%

Color #93D395 in popluar number systems.

HEX93D395
Decimal147211149
Binary100100111101001110010101
Octal223323225

Shades and tints

Shades of #93D395

#93D395
(147,211,149)
#86C088
(134,192,136)
#79AD7B
(121,173,123)
#6C9A6E
(108,154,110)
#5F8761
(95,135,97)
#527454
(82,116,84)
#456147
(69,97,71)
#384E3A
(56,78,58)
#2B3B2D
(43,59,45)
#1E2820
(30,40,32)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #93D395

#93D395
(147,211,149)
#9CD79E
(156,215,158)
#A5DBA7
(165,219,167)
#AEDFB0
(174,223,176)
#B7E3B9
(183,227,185)
#C0E7C2
(192,231,194)
#C9EBCB
(201,235,203)
#D2EFD4
(210,239,212)
#DBF3DD
(219,243,221)
#E4F7E6
(228,247,230)
#EDFBEF
(237,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93D395; }

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

This text font color is #93D395.


Background Color

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

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

This div background color is #93D395.


Border color

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

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

This div border color is #93D395.


Opacity

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

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

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

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

This text has shadow with #93D395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93D395 on black background.


Color preview on white background

This text has color #93D395 on white background.



Black color preview on #93D395 background

This text has black color on #93D395 background.


White color preview on #93D395 background

This text has white color on #93D395 background.