COLOR #93D760

HEX: #93D760
RGB: (147,215,96)

Color info

#93D760 contains mainly green color. Web safe color of #93D760 is #99CC66 (or #9C6).

RGB color model

#93D760 color RGB value is (147,215,96).

  • red value is 147;
  • green value is 215;
  • blue value is 96.
RGB:
(147,215,96)
(58%,84%,38%)

RGB channels and saturation

R 147 of 255 = 58%
G 215 of 255 = 84%
B 96 of 255 = 38%

147
215
96

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

Portions of RGB colors in percentages

R + G + B =
147 + 215 + 96 = 458 (100%)
R 147 of 458 ~ 32.1%
G 215 of 458 ~ 46.94%
B 96 of 458 ~ 20.96%

%32.1
%46.94
%20.96

CMYK color model

#93D760 color CMYK value is (32,0,55,16).

  • cyan value is 31.63%
  • magenta value is 0.00%
  • yellow value is 55.35%
  • key color value is 15.69%
CMYK:
(32,0,55,16)
C32M0Y55K16 
(32%,0%,55%,16%)
(0.32/0.00/0.55/0.16)	

CMYK percentages

%31.63
%0
%55.35
%15.69

Codes

Color #93D760 in popluar color models

93D760
RGB14721596
HSL94°59.80%60.98%
HSB/HSV94°55.35%84.31%
CMYK31.63%0.00%55.35%
15.69%

Color #93D760 in popluar number systems.

HEX93D760
Decimal14721596
Binary10010011110101111100000
Octal223327140

Shades and tints

Shades of #93D760

#93D760
(147,215,96)
#86C458
(134,196,88)
#79B150
(121,177,80)
#6C9E48
(108,158,72)
#5F8B40
(95,139,64)
#527838
(82,120,56)
#456530
(69,101,48)
#385228
(56,82,40)
#2B3F20
(43,63,32)
#1E2C18
(30,44,24)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #93D760

#93D760
(147,215,96)
#9CDA6E
(156,218,110)
#A5DD7C
(165,221,124)
#AEE08A
(174,224,138)
#B7E398
(183,227,152)
#C0E6A6
(192,230,166)
#C9E9B4
(201,233,180)
#D2ECC2
(210,236,194)
#DBEFD0
(219,239,208)
#E4F2DE
(228,242,222)
#EDF5EC
(237,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93D760 color. Also use rgb(147,215,96) instead hex code.

Text Font Color

.myTextColor { color: #93D760; }

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

This text font color is #93D760.


Background Color

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

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

This div background color is #93D760.


Border color

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

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

This div border color is #93D760.


Opacity

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

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

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

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

This text has shadow with #93D760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93D760 on black background.


Color preview on white background

This text has color #93D760 on white background.



Black color preview on #93D760 background

This text has black color on #93D760 background.


White color preview on #93D760 background

This text has white color on #93D760 background.