COLOR #93F993

HEX: #93F993
RGB: (147,249,147)

Color info

#93F993 contains mainly green color. Web safe color of #93F993 is #99FF99 (or #9F9).

RGB color model

#93F993 color RGB value is (147,249,147).

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

RGB channels and saturation

R 147 of 255 = 58%
G 249 of 255 = 98%
B 147 of 255 = 58%

147
249
147

R + G + B ~ 71%. #93F993 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 249 + 147 = 543 (100%)
R 147 of 543 ~ 27.07%
G 249 of 543 ~ 45.86%
B 147 of 543 ~ 27.07%

%27.07
%45.86
%27.07

CMYK color model

#93F993 color CMYK value is (41,0,41,2).

  • cyan value is 40.96%
  • magenta value is 0.00%
  • yellow value is 40.96%
  • key color value is 2.35%
CMYK:
(41,0,41,2)
C41M0Y41K2 
(41%,0%,41%,2%)
(0.41/0.00/0.41/0.02)	

CMYK percentages

%40.96
%0
%40.96
%2.35

Codes

Color #93F993 in popluar color models

93F993
RGB147249147
HSL120°89.47%77.65%
HSB/HSV120°40.96%97.65%
CMYK40.96%0.00%40.96%
2.35%

Color #93F993 in popluar number systems.

HEX93F993
Decimal147249147
Binary100100111111100110010011
Octal223371223

Shades and tints

Shades of #93F993

#93F993
(147,249,147)
#86E386
(134,227,134)
#79CD79
(121,205,121)
#6CB76C
(108,183,108)
#5FA15F
(95,161,95)
#528B52
(82,139,82)
#457545
(69,117,69)
#385F38
(56,95,56)
#2B492B
(43,73,43)
#1E331E
(30,51,30)
#111D11
(17,29,17)
#000000
(0,0,0)

Tints of #93F993

#93F993
(147,249,147)
#9CF99C
(156,249,156)
#A5F9A5
(165,249,165)
#AEF9AE
(174,249,174)
#B7F9B7
(183,249,183)
#C0F9C0
(192,249,192)
#C9F9C9
(201,249,201)
#D2F9D2
(210,249,210)
#DBF9DB
(219,249,219)
#E4F9E4
(228,249,228)
#EDF9ED
(237,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93F993; }

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

This text font color is #93F993.


Background Color

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

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

This div background color is #93F993.


Border color

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

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

This div border color is #93F993.


Opacity

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

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

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

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

This text has shadow with #93F993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93F993 on black background.


Color preview on white background

This text has color #93F993 on white background.



Black color preview on #93F993 background

This text has black color on #93F993 background.


White color preview on #93F993 background

This text has white color on #93F993 background.