COLOR #6DEF19

HEX: #6DEF19
RGB: (109,239,25)

Renk bilgisi

#6DEF19 contains mainly green color. #6DEF19 ‘ nin web güvenlik rengi #66FF00 (ya da #6F0) dir.

RGB renk modeli

#6DEF19 color RGB value is (109,239,25).

  • kırmız ton 109;
  • yeşil ton 239;
  • mavi ton 25.
RGB:
(109,239,25)
(43%,94%,10%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 239 of 255 = 94%
B 25 of 255 = 10%

109
239
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 239 + 25 = 373 (100%)
R 109 of 373 ~ 29.22%
G 239 of 373 ~ 64.08%
B 25 of 373 ~ 6.7%

%29.22
%64.08

CMYK RENK MODELİ

#6DEF19 rengi CMYK tonu (54,0,90,6).

  • camgöbeği tonu 54.39%
  • eflatun tonu 0.00%
  • sarı tonu 89.54%
  • ana renk tonu 6.27%
CMYK:
(54,0,90,6)
C54M0Y90K6 
(54%,0%,90%,6%)
(0.54/0.00/0.90/0.06)	

CMYK yüzdeleri

%54.39
%0
%89.54
%6.27

Codes

Color #6DEF19 in popluar color models

6DEF19
RGB10923925
HSL96°86.99%51.76%
HSB/HSV96°89.54%93.73%
CMYK54.39%0.00%89.54%
6.27%

Color #6DEF19 in popluar number systems.

HEX6DEF19
Decimal10923925
Binary11011011110111111001
Octal15535731

Shades and tints

Shades of #6DEF19

#6DEF19
(109,239,25)
#64DA17
(100,218,23)
#5BC515
(91,197,21)
#52B013
(82,176,19)
#499B11
(73,155,17)
#40860F
(64,134,15)
#37710D
(55,113,13)
#2E5C0B
(46,92,11)
#254709
(37,71,9)
#1C3207
(28,50,7)
#131D05
(19,29,5)
#000000
(0,0,0)

Tints of #6DEF19

#6DEF19
(109,239,25)
#7AF02D
(122,240,45)
#87F141
(135,241,65)
#94F255
(148,242,85)
#A1F369
(161,243,105)
#AEF47D
(174,244,125)
#BBF591
(187,245,145)
#C8F6A5
(200,246,165)
#D5F7B9
(213,247,185)
#E2F8CD
(226,248,205)
#EFF9E1
(239,249,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DEF19 color. Also use rgb(109,239,25) instead hex code.

Text Font Color

.myTextColor { color: #6DEF19; }

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

This text font color is #6DEF19.


Background Color

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

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

This div background color is #6DEF19.


Border color

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

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

This div border color is #6DEF19.


Opacity

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

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

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

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

This text has shadow with #6DEF19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DEF19 on black background.


Color preview on white background

This text has color #6DEF19 on white background.



Black color preview on #6DEF19 background

This text has black color on #6DEF19 background.


White color preview on #6DEF19 background

This text has white color on #6DEF19 background.