COLOR #93E468

HEX: #93E468
RGB: (147,228,104)

Color info

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

RGB color model

#93E468 color RGB value is (147,228,104).

  • red value is 147;
  • green value is 228;
  • blue value is 104.
RGB:
(147,228,104)
(58%,89%,41%)

RGB channels and saturation

R 147 of 255 = 58%
G 228 of 255 = 89%
B 104 of 255 = 41%

147
228
104

R + G + B ~ 63%. #93E468 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 228 + 104 = 479 (100%)
R 147 of 479 ~ 30.69%
G 228 of 479 ~ 47.6%
B 104 of 479 ~ 21.71%

%30.69
%47.6
%21.71

CMYK color model

#93E468 color CMYK value is (36,0,54,11).

  • cyan value is 35.53%
  • magenta value is 0.00%
  • yellow value is 54.39%
  • key color value is 10.59%
CMYK:
(36,0,54,11)
C36M0Y54K11 
(36%,0%,54%,11%)
(0.36/0.00/0.54/0.11)	

CMYK percentages

%35.53
%0
%54.39
%10.59

Codes

Color #93E468 in popluar color models

93E468
RGB147228104
HSL99°69.66%65.10%
HSB/HSV99°54.39%89.41%
CMYK35.53%0.00%54.39%
10.59%

Color #93E468 in popluar number systems.

HEX93E468
Decimal147228104
Binary10010011111001001101000
Octal223344150

Shades and tints

Shades of #93E468

#93E468
(147,228,104)
#86D05F
(134,208,95)
#79BC56
(121,188,86)
#6CA84D
(108,168,77)
#5F9444
(95,148,68)
#52803B
(82,128,59)
#456C32
(69,108,50)
#385829
(56,88,41)
#2B4420
(43,68,32)
#1E3017
(30,48,23)
#111C0E
(17,28,14)
#000000
(0,0,0)

Tints of #93E468

#93E468
(147,228,104)
#9CE675
(156,230,117)
#A5E882
(165,232,130)
#AEEA8F
(174,234,143)
#B7EC9C
(183,236,156)
#C0EEA9
(192,238,169)
#C9F0B6
(201,240,182)
#D2F2C3
(210,242,195)
#DBF4D0
(219,244,208)
#E4F6DD
(228,246,221)
#EDF8EA
(237,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E468 color. Also use rgb(147,228,104) instead hex code.

Text Font Color

.myTextColor { color: #93E468; }

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

This text font color is #93E468.


Background Color

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

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

This div background color is #93E468.


Border color

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

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

This div border color is #93E468.


Opacity

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

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

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

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

This text has shadow with #93E468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93E468 on black background.


Color preview on white background

This text has color #93E468 on white background.



Black color preview on #93E468 background

This text has black color on #93E468 background.


White color preview on #93E468 background

This text has white color on #93E468 background.