COLOR #93D53A

HEX: #93D53A
RGB: (147,213,58)

Color info

#93D53A contains mainly green color. Web safe color of #93D53A is #99CC33 (or #9C3).

RGB color model

#93D53A color RGB value is (147,213,58).

  • red value is 147;
  • green value is 213;
  • blue value is 58.
RGB:
(147,213,58)
(58%,84%,23%)

RGB channels and saturation

R 147 of 255 = 58%
G 213 of 255 = 84%
B 58 of 255 = 23%

147
213
58

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

Portions of RGB colors in percentages

R + G + B =
147 + 213 + 58 = 418 (100%)
R 147 of 418 ~ 35.17%
G 213 of 418 ~ 50.96%
B 58 of 418 ~ 13.88%

%35.17
%50.96
%13.88

CMYK color model

#93D53A color CMYK value is (31,0,73,16).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 72.77%
  • key color value is 16.47%
CMYK:
(31,0,73,16)
C31M0Y73K16 
(31%,0%,73%,16%)
(0.31/0.00/0.73/0.16)	

CMYK percentages

%30.99
%0
%72.77
%16.47

Codes

Color #93D53A in popluar color models

93D53A
RGB14721358
HSL86°64.85%53.14%
HSB/HSV86°72.77%83.53%
CMYK30.99%0.00%72.77%
16.47%

Color #93D53A in popluar number systems.

HEX93D53A
Decimal14721358
Binary1001001111010101111010
Octal22332572

Shades and tints

Shades of #93D53A

#93D53A
(147,213,58)
#86C235
(134,194,53)
#79AF30
(121,175,48)
#6C9C2B
(108,156,43)
#5F8926
(95,137,38)
#527621
(82,118,33)
#45631C
(69,99,28)
#385017
(56,80,23)
#2B3D12
(43,61,18)
#1E2A0D
(30,42,13)
#111708
(17,23,8)
#000000
(0,0,0)

Tints of #93D53A

#93D53A
(147,213,58)
#9CD84B
(156,216,75)
#A5DB5C
(165,219,92)
#AEDE6D
(174,222,109)
#B7E17E
(183,225,126)
#C0E48F
(192,228,143)
#C9E7A0
(201,231,160)
#D2EAB1
(210,234,177)
#DBEDC2
(219,237,194)
#E4F0D3
(228,240,211)
#EDF3E4
(237,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93D53A color. Also use rgb(147,213,58) instead hex code.

Text Font Color

.myTextColor { color: #93D53A; }

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

This text font color is #93D53A.


Background Color

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

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

This div background color is #93D53A.


Border color

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

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

This div border color is #93D53A.


Opacity

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

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

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

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

This text has shadow with #93D53A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93D53A on black background.


Color preview on white background

This text has color #93D53A on white background.



Black color preview on #93D53A background

This text has black color on #93D53A background.


White color preview on #93D53A background

This text has white color on #93D53A background.