COLOR #93DD92

HEX: #93DD92 RGB: (147,221,146)

Color info

#93DD92 contains mainly green color. Web safe color of #93DD92 is #99CC99 (or #9C9).

RGB color model

#93DD92 color RGB value is (147,221,146).

RGB: (147,221,146) (58%, 87%, 57%)

RGB channels and saturation

R 147 of 255 = 58%
G 221 of 255 = 87%
B 146 of 255 = 57%

147
221
146

R + G + B ~ 67%. #93DD92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 221 + 146 = 514 (100%)
R 147 of 514 ~ 28.6%
G 221 of 514 ~ 43%
B 146 of 514 ~ 28.4'%

%28.6
%43
%28.4

CMYK color model

#93DD92 color CMYK value is (33,0,34,13).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 13.33%

CMYK: (33,0,34,13)
C33M0Y34K13 (33%, 0%, 34%, 13%)
(0.33 / 0.00 / 0.34 / 0.13)

CMYK percentages

%33.48
%0
%33.94
%13.33

Codes

Color #93DD92 in popluar color models

93 DD 92
RGB 147 221 146
HSL 119° 52.45% 71.96%
HSB/HSV 119° 33.94% 86.67%
CMYK 33.48% 0.00% 33.94%
13.33%

Color #93DD92 in popluar number systems.

HEX 93 DD 92
Decimal 147 221 146
Binary 10010011 11011101 10010010
Octal 223 335 222

Shades and tints

Shades of #93DD92

#93DD92
(147,221,146)
#86C985
(134,201,133)
#79B578
(121,181,120)
#6CA16B
(108,161,107)
#5F8D5E
(95,141,94)
#527951
(82,121,81)
#456544
(69,101,68)
#385137
(56,81,55)
#2B3D2A
(43,61,42)
#1E291D
(30,41,29)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #93DD92

#93DD92
(147,221,146)
#9CE09B
(156,224,155)
#A5E3A4
(165,227,164)
#AEE6AD
(174,230,173)
#B7E9B6
(183,233,182)
#C0ECBF
(192,236,191)
#C9EFC8
(201,239,200)
#D2F2D1
(210,242,209)
#DBF5DA
(219,245,218)
#E4F8E3
(228,248,227)
#EDFBEC
(237,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93DD92; }

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

This text font color is #93DD92.

Background Color

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

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

This div background color is #93DD92.

Border color

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

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

This div border color is #93DD92.

Opacity

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

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

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

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

This text has shadow with #93DD92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93DD92.

Preview

Color preview on black background

This text has color #93DD92 on black background.


Color preview on white background

This text has color #93DD92 on white background.


Black color preview on #93DD92 background

This text has black color on #93DD92 background.


White color preview on #93DD92 background

This text has white color on #93DD92 background.


Related colors

Complementary color

Complementary color for #hex is #6C226D.


I love getcolorcode.com

Triadic colors

1 #9293DD and #DD9293 with #93DD92 are triadic colors.

2 #92DD93 and #DD9392 with #93DD92 are triadic colors.