COLOR #93ED62

HEX: #93ED62
RGB: (147,237,98)

Color info

#93ED62 contains mainly green color. Web safe color of #93ED62 is #99FF66 (or #9F6).

RGB color model

#93ED62 color RGB value is (147,237,98).

  • red value is 147;
  • green value is 237;
  • blue value is 98.
RGB:
(147,237,98)
(58%,93%,38%)

RGB channels and saturation

R 147 of 255 = 58%
G 237 of 255 = 93%
B 98 of 255 = 38%

147
237
98

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

Portions of RGB colors in percentages

R + G + B =
147 + 237 + 98 = 482 (100%)
R 147 of 482 ~ 30.5%
G 237 of 482 ~ 49.17%
B 98 of 482 ~ 20.33%

%30.5
%49.17
%20.33

CMYK color model

#93ED62 color CMYK value is (38,0,59,7).

  • cyan value is 37.97%
  • magenta value is 0.00%
  • yellow value is 58.65%
  • key color value is 7.06%
CMYK:
(38,0,59,7)
C38M0Y59K7 
(38%,0%,59%,7%)
(0.38/0.00/0.59/0.07)	

CMYK percentages

%37.97
%0
%58.65
%7.06

Codes

Color #93ED62 in popluar color models

93ED62
RGB14723798
HSL99°79.43%65.69%
HSB/HSV99°58.65%92.94%
CMYK37.97%0.00%58.65%
7.06%

Color #93ED62 in popluar number systems.

HEX93ED62
Decimal14723798
Binary10010011111011011100010
Octal223355142

Shades and tints

Shades of #93ED62

#93ED62
(147,237,98)
#86D85A
(134,216,90)
#79C352
(121,195,82)
#6CAE4A
(108,174,74)
#5F9942
(95,153,66)
#52843A
(82,132,58)
#456F32
(69,111,50)
#385A2A
(56,90,42)
#2B4522
(43,69,34)
#1E301A
(30,48,26)
#111B12
(17,27,18)
#000000
(0,0,0)

Tints of #93ED62

#93ED62
(147,237,98)
#9CEE70
(156,238,112)
#A5EF7E
(165,239,126)
#AEF08C
(174,240,140)
#B7F19A
(183,241,154)
#C0F2A8
(192,242,168)
#C9F3B6
(201,243,182)
#D2F4C4
(210,244,196)
#DBF5D2
(219,245,210)
#E4F6E0
(228,246,224)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93ED62 color. Also use rgb(147,237,98) instead hex code.

Text Font Color

.myTextColor { color: #93ED62; }

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

This text font color is #93ED62.


Background Color

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

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

This div background color is #93ED62.


Border color

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

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

This div border color is #93ED62.


Opacity

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

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

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

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

This text has shadow with #93ED62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93ED62 on black background.


Color preview on white background

This text has color #93ED62 on white background.



Black color preview on #93ED62 background

This text has black color on #93ED62 background.


White color preview on #93ED62 background

This text has white color on #93ED62 background.