COLOR #93D364

HEX: #93D364 RGB: (147,211,100)

Color info

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

RGB color model

#93D364 color RGB value is (147,211,100).

RGB: (147,211,100) (58%, 83%, 39%)

RGB channels and saturation

R 147 of 255 = 58%
G 211 of 255 = 83%
B 100 of 255 = 39%

147
211
100

R + G + B ~ 60%. #93D364 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 211 + 100 = 458 (100%)
R 147 of 458 ~ 32.1%
G 211 of 458 ~ 46.07%
B 100 of 458 ~ 21.83'%

%32.1
%46.07
%21.83

CMYK color model

#93D364 color CMYK value is (30,0,53,17).

  • cyan value is 30.33%
  • magenta value is 0.00%
  • yellow value is 52.61%
  • key color value is 17.25%

CMYK: (30,0,53,17)
C30M0Y53K17 (30%, 0%, 53%, 17%)
(0.30 / 0.00 / 0.53 / 0.17)

CMYK percentages

%30.33
%0
%52.61
%17.25

Codes

Color #93D364 in popluar color models

93 D3 64
RGB 147 211 100
HSL 95° 55.78% 60.98%
HSB/HSV 95° 52.61% 82.75%
CMYK 30.33% 0.00% 52.61%
17.25%

Color #93D364 in popluar number systems.

HEX 93 D3 64
Decimal 147 211 100
Binary 10010011 11010011 1100100
Octal 223 323 144

Shades and tints

Shades of #93D364

#93D364
(147,211,100)
#86C05B
(134,192,91)
#79AD52
(121,173,82)
#6C9A49
(108,154,73)
#5F8740
(95,135,64)
#527437
(82,116,55)
#45612E
(69,97,46)
#384E25
(56,78,37)
#2B3B1C
(43,59,28)
#1E2813
(30,40,19)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #93D364

#93D364
(147,211,100)
#9CD772
(156,215,114)
#A5DB80
(165,219,128)
#AEDF8E
(174,223,142)
#B7E39C
(183,227,156)
#C0E7AA
(192,231,170)
#C9EBB8
(201,235,184)
#D2EFC6
(210,239,198)
#DBF3D4
(219,243,212)
#E4F7E2
(228,247,226)
#EDFBF0
(237,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93D364; }

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

This text font color is #93D364.

Background Color

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

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

This div background color is #93D364.

Border color

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

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

This div border color is #93D364.

Opacity

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

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

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

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

This text has shadow with #93D364 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93D364.

Preview

Color preview on black background

This text has color #93D364 on black background.


Color preview on white background

This text has color #93D364 on white background.


Black color preview on #93D364 background

This text has black color on #93D364 background.


White color preview on #93D364 background

This text has white color on #93D364 background.


Related colors

Complementary color

Complementary color for #hex is #6C2C9B.


I love getcolorcode.com

Triadic colors

1 #6493D3 and #D36493 with #93D364 are triadic colors.

2 #64D393 and #D39364 with #93D364 are triadic colors.