COLOR #93DA6B

HEX: #93DA6B
RGB: (147,218,107)

Color info

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

RGB color model

#93DA6B color RGB value is (147,218,107).

  • red value is 147;
  • green value is 218;
  • blue value is 107.
RGB:
(147,218,107)
(58%,85%,42%)

RGB channels and saturation

R 147 of 255 = 58%
G 218 of 255 = 85%
B 107 of 255 = 42%

147
218
107

R + G + B ~ 62%. #93DA6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 218 + 107 = 472 (100%)
R 147 of 472 ~ 31.14%
G 218 of 472 ~ 46.19%
B 107 of 472 ~ 22.67%

%31.14
%46.19
%22.67

CMYK color model

#93DA6B color CMYK value is (33,0,51,15).

  • cyan value is 32.57%
  • magenta value is 0.00%
  • yellow value is 50.92%
  • key color value is 14.51%
CMYK:
(33,0,51,15)
C33M0Y51K15 
(33%,0%,51%,15%)
(0.33/0.00/0.51/0.15)	

CMYK percentages

%32.57
%0
%50.92
%14.51

Codes

Color #93DA6B in popluar color models

93DA6B
RGB147218107
HSL98°60.00%63.73%
HSB/HSV98°50.92%85.49%
CMYK32.57%0.00%50.92%
14.51%

Color #93DA6B in popluar number systems.

HEX93DA6B
Decimal147218107
Binary10010011110110101101011
Octal223332153

Shades and tints

Shades of #93DA6B

#93DA6B
(147,218,107)
#86C762
(134,199,98)
#79B459
(121,180,89)
#6CA150
(108,161,80)
#5F8E47
(95,142,71)
#527B3E
(82,123,62)
#456835
(69,104,53)
#38552C
(56,85,44)
#2B4223
(43,66,35)
#1E2F1A
(30,47,26)
#111C11
(17,28,17)
#000000
(0,0,0)

Tints of #93DA6B

#93DA6B
(147,218,107)
#9CDD78
(156,221,120)
#A5E085
(165,224,133)
#AEE392
(174,227,146)
#B7E69F
(183,230,159)
#C0E9AC
(192,233,172)
#C9ECB9
(201,236,185)
#D2EFC6
(210,239,198)
#DBF2D3
(219,242,211)
#E4F5E0
(228,245,224)
#EDF8ED
(237,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93DA6B color. Also use rgb(147,218,107) instead hex code.

Text Font Color

.myTextColor { color: #93DA6B; }

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

This text font color is #93DA6B.


Background Color

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

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

This div background color is #93DA6B.


Border color

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

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

This div border color is #93DA6B.


Opacity

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

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

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

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

This text has shadow with #93DA6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93DA6B on black background.


Color preview on white background

This text has color #93DA6B on white background.



Black color preview on #93DA6B background

This text has black color on #93DA6B background.


White color preview on #93DA6B background

This text has white color on #93DA6B background.