COLOR #93D975

HEX: #93D975
RGB: (147,217,117)

Color info

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

RGB color model

#93D975 color RGB value is (147,217,117).

  • red value is 147;
  • green value is 217;
  • blue value is 117.
RGB:
(147,217,117)
(58%,85%,46%)

RGB channels and saturation

R 147 of 255 = 58%
G 217 of 255 = 85%
B 117 of 255 = 46%

147
217
117

R + G + B ~ 63%. #93D975 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 217 + 117 = 481 (100%)
R 147 of 481 ~ 30.56%
G 217 of 481 ~ 45.11%
B 117 of 481 ~ 24.32%

%30.56
%45.11
%24.32

CMYK color model

#93D975 color CMYK value is (32,0,46,15).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 46.08%
  • key color value is 14.90%
CMYK:
(32,0,46,15)
C32M0Y46K15 
(32%,0%,46%,15%)
(0.32/0.00/0.46/0.15)	

CMYK percentages

%32.26
%0
%46.08
%14.9

Codes

Color #93D975 in popluar color models

93D975
RGB147217117
HSL102°56.82%65.49%
HSB/HSV102°46.08%85.10%
CMYK32.26%0.00%46.08%
14.90%

Color #93D975 in popluar number systems.

HEX93D975
Decimal147217117
Binary10010011110110011110101
Octal223331165

Shades and tints

Shades of #93D975

#93D975
(147,217,117)
#86C66B
(134,198,107)
#79B361
(121,179,97)
#6CA057
(108,160,87)
#5F8D4D
(95,141,77)
#527A43
(82,122,67)
#456739
(69,103,57)
#38542F
(56,84,47)
#2B4125
(43,65,37)
#1E2E1B
(30,46,27)
#111B11
(17,27,17)
#000000
(0,0,0)

Tints of #93D975

#93D975
(147,217,117)
#9CDC81
(156,220,129)
#A5DF8D
(165,223,141)
#AEE299
(174,226,153)
#B7E5A5
(183,229,165)
#C0E8B1
(192,232,177)
#C9EBBD
(201,235,189)
#D2EEC9
(210,238,201)
#DBF1D5
(219,241,213)
#E4F4E1
(228,244,225)
#EDF7ED
(237,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93D975 color. Also use rgb(147,217,117) instead hex code.

Text Font Color

.myTextColor { color: #93D975; }

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

This text font color is #93D975.


Background Color

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

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

This div background color is #93D975.


Border color

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

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

This div border color is #93D975.


Opacity

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

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

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

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

This text has shadow with #93D975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93D975 on black background.


Color preview on white background

This text has color #93D975 on white background.



Black color preview on #93D975 background

This text has black color on #93D975 background.


White color preview on #93D975 background

This text has white color on #93D975 background.