COLOR #93DB70

HEX: #93DB70
RGB: (147,219,112)

Color info

#93DB70 contains mainly green color. Web safe color of #93DB70 is #99CC66 (or #9C6).

RGB color model

#93DB70 color RGB value is (147,219,112).

  • red value is 147;
  • green value is 219;
  • blue value is 112.
RGB:
(147,219,112)
(58%,86%,44%)

RGB channels and saturation

R 147 of 255 = 58%
G 219 of 255 = 86%
B 112 of 255 = 44%

147
219
112

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

Portions of RGB colors in percentages

R + G + B =
147 + 219 + 112 = 478 (100%)
R 147 of 478 ~ 30.75%
G 219 of 478 ~ 45.82%
B 112 of 478 ~ 23.43%

%30.75
%45.82
%23.43

CMYK color model

#93DB70 color CMYK value is (33,0,49,14).

  • cyan value is 32.88%
  • magenta value is 0.00%
  • yellow value is 48.86%
  • key color value is 14.12%
CMYK:
(33,0,49,14)
C33M0Y49K14 
(33%,0%,49%,14%)
(0.33/0.00/0.49/0.14)	

CMYK percentages

%32.88
%0
%48.86
%14.12

Codes

Color #93DB70 in popluar color models

93DB70
RGB147219112
HSL100°59.78%64.90%
HSB/HSV100°48.86%85.88%
CMYK32.88%0.00%48.86%
14.12%

Color #93DB70 in popluar number systems.

HEX93DB70
Decimal147219112
Binary10010011110110111110000
Octal223333160

Shades and tints

Shades of #93DB70

#93DB70
(147,219,112)
#86C866
(134,200,102)
#79B55C
(121,181,92)
#6CA252
(108,162,82)
#5F8F48
(95,143,72)
#527C3E
(82,124,62)
#456934
(69,105,52)
#38562A
(56,86,42)
#2B4320
(43,67,32)
#1E3016
(30,48,22)
#111D0C
(17,29,12)
#000000
(0,0,0)

Tints of #93DB70

#93DB70
(147,219,112)
#9CDE7D
(156,222,125)
#A5E18A
(165,225,138)
#AEE497
(174,228,151)
#B7E7A4
(183,231,164)
#C0EAB1
(192,234,177)
#C9EDBE
(201,237,190)
#D2F0CB
(210,240,203)
#DBF3D8
(219,243,216)
#E4F6E5
(228,246,229)
#EDF9F2
(237,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93DB70; }

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

This text font color is #93DB70.


Background Color

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

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

This div background color is #93DB70.


Border color

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

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

This div border color is #93DB70.


Opacity

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

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

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

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

This text has shadow with #93DB70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93DB70 on black background.


Color preview on white background

This text has color #93DB70 on white background.



Black color preview on #93DB70 background

This text has black color on #93DB70 background.


White color preview on #93DB70 background

This text has white color on #93DB70 background.