COLOR #93FD83

HEX: #93FD83 RGB: (147,253,131)

Color info

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

RGB color model

#93FD83 color RGB value is (147,253,131).

RGB: (147,253,131) (58%, 99%, 51%)

RGB channels and saturation

R 147 of 255 = 58%
G 253 of 255 = 99%
B 131 of 255 = 51%

147
253
131

R + G + B ~ 69%. #93FD83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 253 + 131 = 531 (100%)
R 147 of 531 ~ 27.68%
G 253 of 531 ~ 47.65%
B 131 of 531 ~ 24.67'%

%27.68
%47.65
%24.67

CMYK color model

#93FD83 color CMYK value is (42,0,48,1).

  • cyan value is 41.90%
  • magenta value is 0.00%
  • yellow value is 48.22%
  • key color value is 0.78%

CMYK: (42,0,48,1)
C42M0Y48K1 (42%, 0%, 48%, 1%)
(0.42 / 0.00 / 0.48 / 0.01)

CMYK percentages

%41.9
%0
%48.22
%0.78

Codes

Color #93FD83 in popluar color models

93 FD 83
RGB 147 253 131
HSL 112° 96.83% 75.29%
HSB/HSV 112° 48.22% 99.22%
CMYK 41.90% 0.00% 48.22%
0.78%

Color #93FD83 in popluar number systems.

HEX 93 FD 83
Decimal 147 253 131
Binary 10010011 11111101 10000011
Octal 223 375 203

Shades and tints

Shades of #93FD83

#93FD83
(147,253,131)
#86E678
(134,230,120)
#79CF6D
(121,207,109)
#6CB862
(108,184,98)
#5FA157
(95,161,87)
#528A4C
(82,138,76)
#457341
(69,115,65)
#385C36
(56,92,54)
#2B452B
(43,69,43)
#1E2E20
(30,46,32)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #93FD83

#93FD83
(147,253,131)
#9CFD8E
(156,253,142)
#A5FD99
(165,253,153)
#AEFDA4
(174,253,164)
#B7FDAF
(183,253,175)
#C0FDBA
(192,253,186)
#C9FDC5
(201,253,197)
#D2FDD0
(210,253,208)
#DBFDDB
(219,253,219)
#E4FDE6
(228,253,230)
#EDFDF1
(237,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93FD83; }

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

This text font color is #93FD83.

Background Color

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

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

This div background color is #93FD83.

Border color

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

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

This div border color is #93FD83.

Opacity

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

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

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

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

This text has shadow with #93FD83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93FD83.

Preview

Color preview on black background

This text has color #93FD83 on black background.


Color preview on white background

This text has color #93FD83 on white background.


Black color preview on #93FD83 background

This text has black color on #93FD83 background.


White color preview on #93FD83 background

This text has white color on #93FD83 background.


Related colors

Complementary color

Complementary color for #hex is #6C027C.


I love getcolorcode.com

Triadic colors

1 #8393FD and #FD8393 with #93FD83 are triadic colors.

2 #83FD93 and #FD9383 with #93FD83 are triadic colors.