COLOR #6ECD13

HEX: #6ECD13
RGB: (110,205,19)

Renk bilgisi

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

RGB renk modeli

#6ECD13 color RGB value is (110,205,19).

  • kırmız ton 110;
  • yeşil ton 205;
  • mavi ton 19.
RGB:
(110,205,19)
(43%,80%,7%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 205 of 255 = 80%
B 19 of 255 = 7%

110
205
19

R + G + B ~ 43%. #6ECD13 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 205 + 19 = 334 (100%)
R 110 of 334 ~ 32.93%
G 205 of 334 ~ 61.38%
B 19 of 334 ~ 5.69%

%32.93
%61.38

CMYK RENK MODELİ

#6ECD13 rengi CMYK tonu (46,0,91,20).

  • camgöbeği tonu 46.34%
  • eflatun tonu 0.00%
  • sarı tonu 90.73%
  • ana renk tonu 19.61%
CMYK:
(46,0,91,20)
C46M0Y91K20 
(46%,0%,91%,20%)
(0.46/0.00/0.91/0.20)	

CMYK yüzdeleri

%46.34
%0
%90.73
%19.61

Codes

Color #6ECD13 in popluar color models

6ECD13
RGB11020519
HSL91°83.04%43.92%
HSB/HSV91°90.73%80.39%
CMYK46.34%0.00%90.73%
19.61%

Color #6ECD13 in popluar number systems.

HEX6ECD13
Decimal11020519
Binary11011101100110110011
Octal15631523

Shades and tints

Shades of #6ECD13

#6ECD13
(110,205,19)
#64BB12
(100,187,18)
#5AA911
(90,169,17)
#509710
(80,151,16)
#46850F
(70,133,15)
#3C730E
(60,115,14)
#32610D
(50,97,13)
#284F0C
(40,79,12)
#1E3D0B
(30,61,11)
#142B0A
(20,43,10)
#0A1909
(10,25,9)
#000000
(0,0,0)

Tints of #6ECD13

#6ECD13
(110,205,19)
#7BD128
(123,209,40)
#88D53D
(136,213,61)
#95D952
(149,217,82)
#A2DD67
(162,221,103)
#AFE17C
(175,225,124)
#BCE591
(188,229,145)
#C9E9A6
(201,233,166)
#D6EDBB
(214,237,187)
#E3F1D0
(227,241,208)
#F0F5E5
(240,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ECD13 color. Also use rgb(110,205,19) instead hex code.

Text Font Color

.myTextColor { color: #6ECD13; }

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

This text font color is #6ECD13.


Background Color

.myBgColor { background-color: #6ECD13; }

<div style="background-color:#6ECD13">Inner text</div>

This div background color is #6ECD13.


Border color

.myBorderColor { border: 1px solid #6ECD13; }

<div style="border:3px solid #6ECD13">Div</div>

This div border color is #6ECD13.


Opacity

.myOpacity80 { color: #6ECD13; opacity: 0.8; }

<p style="color:#6ECD13;opacity:0.8;">80%</p>

Text with #6ECD13 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 #6ECD13;}

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

This text has shadow with #6ECD13 color.

.textShadow {text-shadow: 3px 3px 1px #6ECD13, 3px 3px 1px red;}

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

This text has shadow with #6ECD13 primary color and red secondary color.


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

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

This text has shadow with #6ECD13 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ECD13 on black background.


Color preview on white background

This text has color #6ECD13 on white background.



Black color preview on #6ECD13 background

This text has black color on #6ECD13 background.


White color preview on #6ECD13 background

This text has white color on #6ECD13 background.