COLOR #93CD63

HEX: #93CD63
RGB: (147,205,99)

Color info

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

RGB color model

#93CD63 color RGB value is (147,205,99).

  • red value is 147;
  • green value is 205;
  • blue value is 99.
RGB:
(147,205,99)
(58%,80%,39%)

RGB channels and saturation

R 147 of 255 = 58%
G 205 of 255 = 80%
B 99 of 255 = 39%

147
205
99

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

Portions of RGB colors in percentages

R + G + B =
147 + 205 + 99 = 451 (100%)
R 147 of 451 ~ 32.59%
G 205 of 451 ~ 45.45%
B 99 of 451 ~ 21.95%

%32.59
%45.45
%21.95

CMYK color model

#93CD63 color CMYK value is (28,0,52,20).

  • cyan value is 28.29%
  • magenta value is 0.00%
  • yellow value is 51.71%
  • key color value is 19.61%
CMYK:
(28,0,52,20)
C28M0Y52K20 
(28%,0%,52%,20%)
(0.28/0.00/0.52/0.20)	

CMYK percentages

%28.29
%0
%51.71
%19.61

Codes

Color #93CD63 in popluar color models

93CD63
RGB14720599
HSL93°51.46%59.61%
HSB/HSV93°51.71%80.39%
CMYK28.29%0.00%51.71%
19.61%

Color #93CD63 in popluar number systems.

HEX93CD63
Decimal14720599
Binary10010011110011011100011
Octal223315143

Shades and tints

Shades of #93CD63

#93CD63
(147,205,99)
#86BB5A
(134,187,90)
#79A951
(121,169,81)
#6C9748
(108,151,72)
#5F853F
(95,133,63)
#527336
(82,115,54)
#45612D
(69,97,45)
#384F24
(56,79,36)
#2B3D1B
(43,61,27)
#1E2B12
(30,43,18)
#111909
(17,25,9)
#000000
(0,0,0)

Tints of #93CD63

#93CD63
(147,205,99)
#9CD171
(156,209,113)
#A5D57F
(165,213,127)
#AED98D
(174,217,141)
#B7DD9B
(183,221,155)
#C0E1A9
(192,225,169)
#C9E5B7
(201,229,183)
#D2E9C5
(210,233,197)
#DBEDD3
(219,237,211)
#E4F1E1
(228,241,225)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CD63 color. Also use rgb(147,205,99) instead hex code.

Text Font Color

.myTextColor { color: #93CD63; }

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

This text font color is #93CD63.


Background Color

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

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

This div background color is #93CD63.


Border color

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

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

This div border color is #93CD63.


Opacity

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

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

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

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

This text has shadow with #93CD63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CD63 on black background.


Color preview on white background

This text has color #93CD63 on white background.



Black color preview on #93CD63 background

This text has black color on #93CD63 background.


White color preview on #93CD63 background

This text has white color on #93CD63 background.