COLOR #93C544

HEX: #93C544
RGB: (147,197,68)

Color info

#93C544 contains mainly red and green colors. Web safe color of #93C544 is #99CC33 (or #9C3).

RGB color model

#93C544 color RGB value is (147,197,68).

  • red value is 147;
  • green value is 197;
  • blue value is 68.
RGB:
(147,197,68)
(58%,77%,27%)

RGB channels and saturation

R 147 of 255 = 58%
G 197 of 255 = 77%
B 68 of 255 = 27%

147
197
68

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

Portions of RGB colors in percentages

R + G + B =
147 + 197 + 68 = 412 (100%)
R 147 of 412 ~ 35.68%
G 197 of 412 ~ 47.82%
B 68 of 412 ~ 16.5%

%35.68
%47.82
%16.5

CMYK color model

#93C544 color CMYK value is (25,0,65,23).

  • cyan value is 25.38%
  • magenta value is 0.00%
  • yellow value is 65.48%
  • key color value is 22.75%
CMYK:
(25,0,65,23)
C25M0Y65K23 
(25%,0%,65%,23%)
(0.25/0.00/0.65/0.23)	

CMYK percentages

%25.38
%0
%65.48
%22.75

Codes

Color #93C544 in popluar color models

93C544
RGB14719768
HSL83°52.65%51.96%
HSB/HSV83°65.48%77.25%
CMYK25.38%0.00%65.48%
22.75%

Color #93C544 in popluar number systems.

HEX93C544
Decimal14719768
Binary10010011110001011000100
Octal223305104

Shades and tints

Shades of #93C544

#93C544
(147,197,68)
#86B43E
(134,180,62)
#79A338
(121,163,56)
#6C9232
(108,146,50)
#5F812C
(95,129,44)
#527026
(82,112,38)
#455F20
(69,95,32)
#384E1A
(56,78,26)
#2B3D14
(43,61,20)
#1E2C0E
(30,44,14)
#111B08
(17,27,8)
#000000
(0,0,0)

Tints of #93C544

#93C544
(147,197,68)
#9CCA55
(156,202,85)
#A5CF66
(165,207,102)
#AED477
(174,212,119)
#B7D988
(183,217,136)
#C0DE99
(192,222,153)
#C9E3AA
(201,227,170)
#D2E8BB
(210,232,187)
#DBEDCC
(219,237,204)
#E4F2DD
(228,242,221)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C544; }

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

This text font color is #93C544.


Background Color

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

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

This div background color is #93C544.


Border color

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

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

This div border color is #93C544.


Opacity

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

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

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

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

This text has shadow with #93C544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C544 on black background.


Color preview on white background

This text has color #93C544 on white background.



Black color preview on #93C544 background

This text has black color on #93C544 background.


White color preview on #93C544 background

This text has white color on #93C544 background.