COLOR #93DF4B

HEX: #93DF4B
RGB: (147,223,75)

Color info

#93DF4B contains mainly green color. Web safe color of #93DF4B is #99CC33 (or #9C3).

RGB color model

#93DF4B color RGB value is (147,223,75).

  • red value is 147;
  • green value is 223;
  • blue value is 75.
RGB:
(147,223,75)
(58%,87%,29%)

RGB channels and saturation

R 147 of 255 = 58%
G 223 of 255 = 87%
B 75 of 255 = 29%

147
223
75

R + G + B ~ 58%. #93DF4B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 223 + 75 = 445 (100%)
R 147 of 445 ~ 33.03%
G 223 of 445 ~ 50.11%
B 75 of 445 ~ 16.85%

%33.03
%50.11
%16.85

CMYK color model

#93DF4B color CMYK value is (34,0,66,13).

  • cyan value is 34.08%
  • magenta value is 0.00%
  • yellow value is 66.37%
  • key color value is 12.55%
CMYK:
(34,0,66,13)
C34M0Y66K13 
(34%,0%,66%,13%)
(0.34/0.00/0.66/0.13)	

CMYK percentages

%34.08
%0
%66.37
%12.55

Codes

Color #93DF4B in popluar color models

93DF4B
RGB14722375
HSL91°69.81%58.43%
HSB/HSV91°66.37%87.45%
CMYK34.08%0.00%66.37%
12.55%

Color #93DF4B in popluar number systems.

HEX93DF4B
Decimal14722375
Binary10010011110111111001011
Octal223337113

Shades and tints

Shades of #93DF4B

#93DF4B
(147,223,75)
#86CB45
(134,203,69)
#79B73F
(121,183,63)
#6CA339
(108,163,57)
#5F8F33
(95,143,51)
#527B2D
(82,123,45)
#456727
(69,103,39)
#385321
(56,83,33)
#2B3F1B
(43,63,27)
#1E2B15
(30,43,21)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #93DF4B

#93DF4B
(147,223,75)
#9CE15B
(156,225,91)
#A5E36B
(165,227,107)
#AEE57B
(174,229,123)
#B7E78B
(183,231,139)
#C0E99B
(192,233,155)
#C9EBAB
(201,235,171)
#D2EDBB
(210,237,187)
#DBEFCB
(219,239,203)
#E4F1DB
(228,241,219)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93DF4B; }

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

This text font color is #93DF4B.


Background Color

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

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

This div background color is #93DF4B.


Border color

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

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

This div border color is #93DF4B.


Opacity

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

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

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

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

This text has shadow with #93DF4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93DF4B on black background.


Color preview on white background

This text has color #93DF4B on white background.



Black color preview on #93DF4B background

This text has black color on #93DF4B background.


White color preview on #93DF4B background

This text has white color on #93DF4B background.