COLOR #5DB813

HEX: #5DB813
RGB: (93,184,19)

Renk bilgisi

#5DB813 contains mainly green color. #5DB813 ‘ nin web güvenlik rengi #66CC00 (ya da #6C0) dir.

RGB renk modeli

#5DB813 color RGB value is (93,184,19).

  • kırmız ton 93;
  • yeşil ton 184;
  • mavi ton 19.
RGB:
(93,184,19)
(36%,72%,7%)

RGB bağlantıları ve doygunluk

R 93 of 255 = 36%
G 184 of 255 = 72%
B 19 of 255 = 7%

93
184
19

R + G + B ~ 38%. #5DB813 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
93 + 184 + 19 = 296 (100%)
R 93 of 296 ~ 31.42%
G 184 of 296 ~ 62.16%
B 19 of 296 ~ 6.42%

%31.42
%62.16

CMYK RENK MODELİ

#5DB813 rengi CMYK tonu (49,0,90,28).

  • camgöbeği tonu 49.46%
  • eflatun tonu 0.00%
  • sarı tonu 89.67%
  • ana renk tonu 27.84%
CMYK:
(49,0,90,28)
C49M0Y90K28 
(49%,0%,90%,28%)
(0.49/0.00/0.90/0.28)	

CMYK yüzdeleri

%49.46
%0
%89.67
%27.84

Codes

Color #5DB813 in popluar color models

5DB813
RGB9318419
HSL93°81.28%39.80%
HSB/HSV93°89.67%72.16%
CMYK49.46%0.00%89.67%
27.84%

Color #5DB813 in popluar number systems.

HEX5DB813
Decimal9318419
Binary10111011011100010011
Octal13527023

Shades and tints

Shades of #5DB813

#5DB813
(93,184,19)
#55A812
(85,168,18)
#4D9811
(77,152,17)
#458810
(69,136,16)
#3D780F
(61,120,15)
#35680E
(53,104,14)
#2D580D
(45,88,13)
#25480C
(37,72,12)
#1D380B
(29,56,11)
#15280A
(21,40,10)
#0D1809
(13,24,9)
#000000
(0,0,0)

Tints of #5DB813

#5DB813
(93,184,19)
#6BBE28
(107,190,40)
#79C43D
(121,196,61)
#87CA52
(135,202,82)
#95D067
(149,208,103)
#A3D67C
(163,214,124)
#B1DC91
(177,220,145)
#BFE2A6
(191,226,166)
#CDE8BB
(205,232,187)
#DBEED0
(219,238,208)
#E9F4E5
(233,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB813 color. Also use rgb(93,184,19) instead hex code.

Text Font Color

.myTextColor { color: #5DB813; }

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

This text font color is #5DB813.


Background Color

.myBgColor { background-color: #5DB813; }

<div style="background-color:#5DB813">Inner text</div>

This div background color is #5DB813.


Border color

.myBorderColor { border: 1px solid #5DB813; }

<div style="border:3px solid #5DB813">Div</div>

This div border color is #5DB813.


Opacity

.myOpacity80 { color: #5DB813; opacity: 0.8; }

<p style="color:#5DB813;opacity:0.8;">80%</p>

Text with #5DB813 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 #5DB813;}

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

This text has shadow with #5DB813 color.

.textShadow {text-shadow: 3px 3px 1px #5DB813, 3px 3px 1px red;}

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

This text has shadow with #5DB813 primary color and red secondary color.


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

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

This text has shadow with #5DB813 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB813 on black background.


Color preview on white background

This text has color #5DB813 on white background.



Black color preview on #5DB813 background

This text has black color on #5DB813 background.


White color preview on #5DB813 background

This text has white color on #5DB813 background.