COLOR #93ED71

HEX: #93ED71
RGB: (147,237,113)

Color info

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

RGB color model

#93ED71 color RGB value is (147,237,113).

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

RGB channels and saturation

R 147 of 255 = 58%
G 237 of 255 = 93%
B 113 of 255 = 44%

147
237
113

R + G + B ~ 65%. #93ED71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 237 + 113 = 497 (100%)
R 147 of 497 ~ 29.58%
G 237 of 497 ~ 47.69%
B 113 of 497 ~ 22.74%

%29.58
%47.69
%22.74

CMYK color model

#93ED71 color CMYK value is (38,0,52,7).

  • cyan value is 37.97%
  • magenta value is 0.00%
  • yellow value is 52.32%
  • key color value is 7.06%
CMYK:
(38,0,52,7)
C38M0Y52K7 
(38%,0%,52%,7%)
(0.38/0.00/0.52/0.07)	

CMYK percentages

%37.97
%0
%52.32
%7.06

Codes

Color #93ED71 in popluar color models

93ED71
RGB147237113
HSL104°77.50%68.63%
HSB/HSV104°52.32%92.94%
CMYK37.97%0.00%52.32%
7.06%

Color #93ED71 in popluar number systems.

HEX93ED71
Decimal147237113
Binary10010011111011011110001
Octal223355161

Shades and tints

Shades of #93ED71

#93ED71
(147,237,113)
#86D867
(134,216,103)
#79C35D
(121,195,93)
#6CAE53
(108,174,83)
#5F9949
(95,153,73)
#52843F
(82,132,63)
#456F35
(69,111,53)
#385A2B
(56,90,43)
#2B4521
(43,69,33)
#1E3017
(30,48,23)
#111B0D
(17,27,13)
#000000
(0,0,0)

Tints of #93ED71

#93ED71
(147,237,113)
#9CEE7D
(156,238,125)
#A5EF89
(165,239,137)
#AEF095
(174,240,149)
#B7F1A1
(183,241,161)
#C0F2AD
(192,242,173)
#C9F3B9
(201,243,185)
#D2F4C5
(210,244,197)
#DBF5D1
(219,245,209)
#E4F6DD
(228,246,221)
#EDF7E9
(237,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93ED71; }

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

This text font color is #93ED71.


Background Color

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

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

This div background color is #93ED71.


Border color

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

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

This div border color is #93ED71.


Opacity

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

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

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

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

This text has shadow with #93ED71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93ED71 on black background.


Color preview on white background

This text has color #93ED71 on white background.



Black color preview on #93ED71 background

This text has black color on #93ED71 background.


White color preview on #93ED71 background

This text has white color on #93ED71 background.