COLOR #6DFD0D

HEX: #6DFD0D
RGB: (109,253,13)

Color info

#6DFD0D contains mainly green color. Web safe color of #6DFD0D is #66FF00 (or #6F0).

RGB color model

#6DFD0D color RGB value is (109,253,13).

  • red value is 109;
  • green value is 253;
  • blue value is 13.
RGB:
(109,253,13)
(43%,99%,5%)

RGB channels and saturation

R 109 of 255 = 43%
G 253 of 255 = 99%
B 13 of 255 = 5%

109
253
13

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

Portions of RGB colors in percentages

R + G + B =
109 + 253 + 13 = 375 (100%)
R 109 of 375 ~ 29.07%
G 253 of 375 ~ 67.47%
B 13 of 375 ~ 3.47%

%29.07
%67.47

CMYK color model

#6DFD0D color CMYK value is (57,0,95,1).

  • cyan value is 56.92%
  • magenta value is 0.00%
  • yellow value is 94.86%
  • key color value is 0.78%
CMYK:
(57,0,95,1)
C57M0Y95K1 
(57%,0%,95%,1%)
(0.57/0.00/0.95/0.01)	

CMYK percentages

%56.92
%0
%94.86
%0.78

Codes

Color #6DFD0D in popluar color models

6DFD0D
RGB10925313
HSL96°98.36%52.16%
HSB/HSV96°94.86%99.22%
CMYK56.92%0.00%94.86%
0.78%

Color #6DFD0D in popluar number systems.

HEX6DFD0D
Decimal10925313
Binary1101101111111011101
Octal15537515

Shades and tints

Shades of #6DFD0D

#6DFD0D
(109,253,13)
#64E60C
(100,230,12)
#5BCF0B
(91,207,11)
#52B80A
(82,184,10)
#49A109
(73,161,9)
#408A08
(64,138,8)
#377307
(55,115,7)
#2E5C06
(46,92,6)
#254505
(37,69,5)
#1C2E04
(28,46,4)
#131703
(19,23,3)
#000000
(0,0,0)

Tints of #6DFD0D

#6DFD0D
(109,253,13)
#7AFD23
(122,253,35)
#87FD39
(135,253,57)
#94FD4F
(148,253,79)
#A1FD65
(161,253,101)
#AEFD7B
(174,253,123)
#BBFD91
(187,253,145)
#C8FDA7
(200,253,167)
#D5FDBD
(213,253,189)
#E2FDD3
(226,253,211)
#EFFDE9
(239,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DFD0D color. Also use rgb(109,253,13) instead hex code.

Text Font Color

.myTextColor { color: #6DFD0D; }

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

This text font color is #6DFD0D.


Background Color

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

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

This div background color is #6DFD0D.


Border color

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

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

This div border color is #6DFD0D.


Opacity

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

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

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

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

This text has shadow with #6DFD0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DFD0D on black background.


Color preview on white background

This text has color #6DFD0D on white background.



Black color preview on #6DFD0D background

This text has black color on #6DFD0D background.


White color preview on #6DFD0D background

This text has white color on #6DFD0D background.