COLOR #93C55E

HEX: #93C55E RGB: (147,197,94)

Color info

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

RGB color model

#93C55E color RGB value is (147,197,94).

RGB: (147,197,94) (58%, 77%, 37%)

RGB channels and saturation

R 147 of 255 = 58%
G 197 of 255 = 77%
B 94 of 255 = 37%

147
197
94

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

Portions of RGB colors in percentages

R + G + B = 147 + 197 + 94 = 438 (100%)
R 147 of 438 ~ 33.56%
G 197 of 438 ~ 44.98%
B 94 of 438 ~ 21.46'%

%33.56
%44.98
%21.46

CMYK color model

#93C55E color CMYK value is (25,0,52,23).

  • cyan value is 25.38%
  • magenta value is 0.00%
  • yellow value is 52.28%
  • key color value is 22.75%

CMYK: (25,0,52,23)
C25M0Y52K23 (25%, 0%, 52%, 23%)
(0.25 / 0.00 / 0.52 / 0.23)

CMYK percentages

%25.38
%0
%52.28
%22.75

Codes

Color #93C55E in popluar color models

93 C5 5E
RGB 147 197 94
HSL 89° 47.03% 57.06%
HSB/HSV 89° 52.28% 77.25%
CMYK 25.38% 0.00% 52.28%
22.75%

Color #93C55E in popluar number systems.

HEX 93 C5 5E
Decimal 147 197 94
Binary 10010011 11000101 1011110
Octal 223 305 136

Shades and tints

Shades of #93C55E

#93C55E
(147,197,94)
#86B456
(134,180,86)
#79A34E
(121,163,78)
#6C9246
(108,146,70)
#5F813E
(95,129,62)
#527036
(82,112,54)
#455F2E
(69,95,46)
#384E26
(56,78,38)
#2B3D1E
(43,61,30)
#1E2C16
(30,44,22)
#111B0E
(17,27,14)
#000000
(0,0,0)

Tints of #93C55E

#93C55E
(147,197,94)
#9CCA6C
(156,202,108)
#A5CF7A
(165,207,122)
#AED488
(174,212,136)
#B7D996
(183,217,150)
#C0DEA4
(192,222,164)
#C9E3B2
(201,227,178)
#D2E8C0
(210,232,192)
#DBEDCE
(219,237,206)
#E4F2DC
(228,242,220)
#EDF7EA
(237,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C55E color. Also use rgb(147,197,94) instead hex code.

Text Font Color

.myTextColor { color: #93C55E; }

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

This text font color is #93C55E.

Background Color

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

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

This div background color is #93C55E.

Border color

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

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

This div border color is #93C55E.

Opacity

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

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

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

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

This text has shadow with #93C55E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C55E.

Preview

Color preview on black background

This text has color #93C55E on black background.


Color preview on white background

This text has color #93C55E on white background.


Black color preview on #93C55E background

This text has black color on #93C55E background.


White color preview on #93C55E background

This text has white color on #93C55E background.


Related colors

Complementary color

Complementary color for #hex is #6C3AA1.


I love getcolorcode.com

Triadic colors

1 #5E93C5 and #C55E93 with #93C55E are triadic colors.

2 #5EC593 and #C5935E with #93C55E are triadic colors.