COLOR #93CC5B

HEX: #93CC5B RGB: (147,204,91)

Color info

#93CC5B contains mainly red and green colors. Web safe color of #93CC5B is #99CC66 (or #9C6).

RGB color model

#93CC5B color RGB value is (147,204,91).

RGB: (147,204,91) (58%, 80%, 36%)

RGB channels and saturation

R 147 of 255 = 58%
G 204 of 255 = 80%
B 91 of 255 = 36%

147
204
91

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

Portions of RGB colors in percentages

R + G + B = 147 + 204 + 91 = 442 (100%)
R 147 of 442 ~ 33.26%
G 204 of 442 ~ 46.15%
B 91 of 442 ~ 20.59'%

%33.26
%46.15
%20.59

CMYK color model

#93CC5B color CMYK value is (28,0,55,20).

  • cyan value is 27.94%
  • magenta value is 0.00%
  • yellow value is 55.39%
  • key color value is 20.00%

CMYK: (28,0,55,20)
C28M0Y55K20 (28%, 0%, 55%, 20%)
(0.28 / 0.00 / 0.55 / 0.20)

CMYK percentages

%27.94
%0
%55.39
%20

Codes

Color #93CC5B in popluar color models

93 CC 5B
RGB 147 204 91
HSL 90° 52.56% 57.84%
HSB/HSV 90° 55.39% 80.00%
CMYK 27.94% 0.00% 55.39%
20.00%

Color #93CC5B in popluar number systems.

HEX 93 CC 5B
Decimal 147 204 91
Binary 10010011 11001100 1011011
Octal 223 314 133

Shades and tints

Shades of #93CC5B

#93CC5B
(147,204,91)
#86BA53
(134,186,83)
#79A84B
(121,168,75)
#6C9643
(108,150,67)
#5F843B
(95,132,59)
#527233
(82,114,51)
#45602B
(69,96,43)
#384E23
(56,78,35)
#2B3C1B
(43,60,27)
#1E2A13
(30,42,19)
#11180B
(17,24,11)
#000000
(0,0,0)

Tints of #93CC5B

#93CC5B
(147,204,91)
#9CD069
(156,208,105)
#A5D477
(165,212,119)
#AED885
(174,216,133)
#B7DC93
(183,220,147)
#C0E0A1
(192,224,161)
#C9E4AF
(201,228,175)
#D2E8BD
(210,232,189)
#DBECCB
(219,236,203)
#E4F0D9
(228,240,217)
#EDF4E7
(237,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CC5B color. Also use rgb(147,204,91) instead hex code.

Text Font Color

.myTextColor { color: #93CC5B; }

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

This text font color is #93CC5B.

Background Color

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

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

This div background color is #93CC5B.

Border color

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

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

This div border color is #93CC5B.

Opacity

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

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

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

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

This text has shadow with #93CC5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93CC5B.

Preview

Color preview on black background

This text has color #93CC5B on black background.


Color preview on white background

This text has color #93CC5B on white background.


Black color preview on #93CC5B background

This text has black color on #93CC5B background.


White color preview on #93CC5B background

This text has white color on #93CC5B background.


Related colors

Complementary color

Complementary color for #hex is #6C33A4.


I love getcolorcode.com

Triadic colors

1 #5B93CC and #CC5B93 with #93CC5B are triadic colors.

2 #5BCC93 and #CC935B with #93CC5B are triadic colors.