COLOR #93D593

HEX: #93D593
RGB: (147,213,147)

Renk bilgisi

#93D593 contains mainly green color. #93D593 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#93D593 color RGB value is (147,213,147).

  • kırmız ton 147;
  • yeşil ton 213;
  • mavi ton 147.
RGB:
(147,213,147)
(58%,84%,58%)

RGB bağlantıları ve doygunluk

R 147 of 255 = 58%
G 213 of 255 = 84%
B 147 of 255 = 58%

147
213
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
147 + 213 + 147 = 507 (100%)
R 147 of 507 ~ 28.99%
G 213 of 507 ~ 42.01%
B 147 of 507 ~ 28.99%

%28.99
%42.01
%28.99

CMYK RENK MODELİ

#93D593 rengi CMYK tonu (31,0,31,16).

  • camgöbeği tonu 30.99%
  • eflatun tonu 0.00%
  • sarı tonu 30.99%
  • ana renk tonu 16.47%
CMYK:
(31,0,31,16)
C31M0Y31K16 
(31%,0%,31%,16%)
(0.31/0.00/0.31/0.16)	

CMYK yüzdeleri

%30.99
%0
%30.99
%16.47

Codes

Color #93D593 in popluar color models

93D593
RGB147213147
HSL120°44.00%70.59%
HSB/HSV120°30.99%83.53%
CMYK30.99%0.00%30.99%
16.47%

Color #93D593 in popluar number systems.

HEX93D593
Decimal147213147
Binary100100111101010110010011
Octal223325223

Shades and tints

Shades of #93D593

#93D593
(147,213,147)
#86C286
(134,194,134)
#79AF79
(121,175,121)
#6C9C6C
(108,156,108)
#5F895F
(95,137,95)
#527652
(82,118,82)
#456345
(69,99,69)
#385038
(56,80,56)
#2B3D2B
(43,61,43)
#1E2A1E
(30,42,30)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #93D593

#93D593
(147,213,147)
#9CD89C
(156,216,156)
#A5DBA5
(165,219,165)
#AEDEAE
(174,222,174)
#B7E1B7
(183,225,183)
#C0E4C0
(192,228,192)
#C9E7C9
(201,231,201)
#D2EAD2
(210,234,210)
#DBEDDB
(219,237,219)
#E4F0E4
(228,240,228)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93D593; }

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

This text font color is #93D593.


Background Color

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

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

This div background color is #93D593.


Border color

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

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

This div border color is #93D593.


Opacity

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

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

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

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

This text has shadow with #93D593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93D593 on black background.


Color preview on white background

This text has color #93D593 on white background.



Black color preview on #93D593 background

This text has black color on #93D593 background.


White color preview on #93D593 background

This text has white color on #93D593 background.