COLOR #93C481

HEX: #93C481
RGB: (147,196,129)

Color info

#93C481 contains mainly red and green colors. Web safe color of #93C481 is #99CC99 (or #9C9).

RGB color model

#93C481 color RGB value is (147,196,129).

  • red value is 147;
  • green value is 196;
  • blue value is 129.
RGB:
(147,196,129)
(58%,77%,51%)

RGB channels and saturation

R 147 of 255 = 58%
G 196 of 255 = 77%
B 129 of 255 = 51%

147
196
129

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

Portions of RGB colors in percentages

R + G + B =
147 + 196 + 129 = 472 (100%)
R 147 of 472 ~ 31.14%
G 196 of 472 ~ 41.53%
B 129 of 472 ~ 27.33%

%31.14
%41.53
%27.33

CMYK color model

#93C481 color CMYK value is (25,0,34,23).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 34.18%
  • key color value is 23.14%
CMYK:
(25,0,34,23)
C25M0Y34K23 
(25%,0%,34%,23%)
(0.25/0.00/0.34/0.23)	

CMYK percentages

%25
%0
%34.18
%23.14

Codes

Color #93C481 in popluar color models

93C481
RGB147196129
HSL104°36.22%63.73%
HSB/HSV104°34.18%76.86%
CMYK25.00%0.00%34.18%
23.14%

Color #93C481 in popluar number systems.

HEX93C481
Decimal147196129
Binary100100111100010010000001
Octal223304201

Shades and tints

Shades of #93C481

#93C481
(147,196,129)
#86B376
(134,179,118)
#79A26B
(121,162,107)
#6C9160
(108,145,96)
#5F8055
(95,128,85)
#526F4A
(82,111,74)
#455E3F
(69,94,63)
#384D34
(56,77,52)
#2B3C29
(43,60,41)
#1E2B1E
(30,43,30)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #93C481

#93C481
(147,196,129)
#9CC98C
(156,201,140)
#A5CE97
(165,206,151)
#AED3A2
(174,211,162)
#B7D8AD
(183,216,173)
#C0DDB8
(192,221,184)
#C9E2C3
(201,226,195)
#D2E7CE
(210,231,206)
#DBECD9
(219,236,217)
#E4F1E4
(228,241,228)
#EDF6EF
(237,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C481 color. Also use rgb(147,196,129) instead hex code.

Text Font Color

.myTextColor { color: #93C481; }

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

This text font color is #93C481.


Background Color

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

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

This div background color is #93C481.


Border color

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

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

This div border color is #93C481.


Opacity

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

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

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

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

This text has shadow with #93C481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C481 on black background.


Color preview on white background

This text has color #93C481 on white background.



Black color preview on #93C481 background

This text has black color on #93C481 background.


White color preview on #93C481 background

This text has white color on #93C481 background.