COLOR #93E064

HEX: #93E064
RGB: (147,224,100)

Color info

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

RGB color model

#93E064 color RGB value is (147,224,100).

  • red value is 147;
  • green value is 224;
  • blue value is 100.
RGB:
(147,224,100)
(58%,88%,39%)

RGB channels and saturation

R 147 of 255 = 58%
G 224 of 255 = 88%
B 100 of 255 = 39%

147
224
100

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

Portions of RGB colors in percentages

R + G + B =
147 + 224 + 100 = 471 (100%)
R 147 of 471 ~ 31.21%
G 224 of 471 ~ 47.56%
B 100 of 471 ~ 21.23%

%31.21
%47.56
%21.23

CMYK color model

#93E064 color CMYK value is (34,0,55,12).

  • cyan value is 34.38%
  • magenta value is 0.00%
  • yellow value is 55.36%
  • key color value is 12.16%
CMYK:
(34,0,55,12)
C34M0Y55K12 
(34%,0%,55%,12%)
(0.34/0.00/0.55/0.12)	

CMYK percentages

%34.38
%0
%55.36
%12.16

Codes

Color #93E064 in popluar color models

93E064
RGB147224100
HSL97°66.67%63.53%
HSB/HSV97°55.36%87.84%
CMYK34.38%0.00%55.36%
12.16%

Color #93E064 in popluar number systems.

HEX93E064
Decimal147224100
Binary10010011111000001100100
Octal223340144

Shades and tints

Shades of #93E064

#93E064
(147,224,100)
#86CC5B
(134,204,91)
#79B852
(121,184,82)
#6CA449
(108,164,73)
#5F9040
(95,144,64)
#527C37
(82,124,55)
#45682E
(69,104,46)
#385425
(56,84,37)
#2B401C
(43,64,28)
#1E2C13
(30,44,19)
#11180A
(17,24,10)
#000000
(0,0,0)

Tints of #93E064

#93E064
(147,224,100)
#9CE272
(156,226,114)
#A5E480
(165,228,128)
#AEE68E
(174,230,142)
#B7E89C
(183,232,156)
#C0EAAA
(192,234,170)
#C9ECB8
(201,236,184)
#D2EEC6
(210,238,198)
#DBF0D4
(219,240,212)
#E4F2E2
(228,242,226)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E064 color. Also use rgb(147,224,100) instead hex code.

Text Font Color

.myTextColor { color: #93E064; }

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

This text font color is #93E064.


Background Color

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

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

This div background color is #93E064.


Border color

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

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

This div border color is #93E064.


Opacity

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

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

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

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

This text has shadow with #93E064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93E064 on black background.


Color preview on white background

This text has color #93E064 on white background.



Black color preview on #93E064 background

This text has black color on #93E064 background.


White color preview on #93E064 background

This text has white color on #93E064 background.