COLOR #6ED00D

HEX: #6ED00D
RGB: (110,208,13)

Renk bilgisi

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

RGB renk modeli

#6ED00D color RGB value is (110,208,13).

  • kırmız ton 110;
  • yeşil ton 208;
  • mavi ton 13.
RGB:
(110,208,13)
(43%,82%,5%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 208 of 255 = 82%
B 13 of 255 = 5%

110
208
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 208 + 13 = 331 (100%)
R 110 of 331 ~ 33.23%
G 208 of 331 ~ 62.84%
B 13 of 331 ~ 3.93%

%33.23
%62.84

CMYK RENK MODELİ

#6ED00D rengi CMYK tonu (47,0,94,18).

  • camgöbeği tonu 47.12%
  • eflatun tonu 0.00%
  • sarı tonu 93.75%
  • ana renk tonu 18.43%
CMYK:
(47,0,94,18)
C47M0Y94K18 
(47%,0%,94%,18%)
(0.47/0.00/0.94/0.18)	

CMYK yüzdeleri

%47.12
%0
%93.75
%18.43

Codes

Color #6ED00D in popluar color models

6ED00D
RGB11020813
HSL90°88.24%43.33%
HSB/HSV90°93.75%81.57%
CMYK47.12%0.00%93.75%
18.43%

Color #6ED00D in popluar number systems.

HEX6ED00D
Decimal11020813
Binary1101110110100001101
Octal15632015

Shades and tints

Shades of #6ED00D

#6ED00D
(110,208,13)
#64BE0C
(100,190,12)
#5AAC0B
(90,172,11)
#509A0A
(80,154,10)
#468809
(70,136,9)
#3C7608
(60,118,8)
#326407
(50,100,7)
#285206
(40,82,6)
#1E4005
(30,64,5)
#142E04
(20,46,4)
#0A1C03
(10,28,3)
#000000
(0,0,0)

Tints of #6ED00D

#6ED00D
(110,208,13)
#7BD423
(123,212,35)
#88D839
(136,216,57)
#95DC4F
(149,220,79)
#A2E065
(162,224,101)
#AFE47B
(175,228,123)
#BCE891
(188,232,145)
#C9ECA7
(201,236,167)
#D6F0BD
(214,240,189)
#E3F4D3
(227,244,211)
#F0F8E9
(240,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ED00D color. Also use rgb(110,208,13) instead hex code.

Text Font Color

.myTextColor { color: #6ED00D; }

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

This text font color is #6ED00D.


Background Color

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

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

This div background color is #6ED00D.


Border color

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

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

This div border color is #6ED00D.


Opacity

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

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

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

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

This text has shadow with #6ED00D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ED00D on black background.


Color preview on white background

This text has color #6ED00D on white background.



Black color preview on #6ED00D background

This text has black color on #6ED00D background.


White color preview on #6ED00D background

This text has white color on #6ED00D background.