COLOR #6DEB1D

HEX: #6DEB1D
RGB: (109,235,29)

Color info

#6DEB1D contains mainly green color. Web safe color of #6DEB1D is #66FF33 (or #6F3).

RGB color model

#6DEB1D color RGB value is (109,235,29).

  • red value is 109;
  • green value is 235;
  • blue value is 29.
RGB:
(109,235,29)
(43%,92%,11%)

RGB channels and saturation

R 109 of 255 = 43%
G 235 of 255 = 92%
B 29 of 255 = 11%

109
235
29

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

Portions of RGB colors in percentages

R + G + B =
109 + 235 + 29 = 373 (100%)
R 109 of 373 ~ 29.22%
G 235 of 373 ~ 63%
B 29 of 373 ~ 7.77%

%29.22
%63

CMYK color model

#6DEB1D color CMYK value is (54,0,88,8).

  • cyan value is 53.62%
  • magenta value is 0.00%
  • yellow value is 87.66%
  • key color value is 7.84%
CMYK:
(54,0,88,8)
C54M0Y88K8 
(54%,0%,88%,8%)
(0.54/0.00/0.88/0.08)	

CMYK percentages

%53.62
%0
%87.66
%7.84

Codes

Color #6DEB1D in popluar color models

6DEB1D
RGB10923529
HSL97°83.74%51.76%
HSB/HSV97°87.66%92.16%
CMYK53.62%0.00%87.66%
7.84%

Color #6DEB1D in popluar number systems.

HEX6DEB1D
Decimal10923529
Binary11011011110101111101
Octal15535335

Shades and tints

Shades of #6DEB1D

#6DEB1D
(109,235,29)
#64D61B
(100,214,27)
#5BC119
(91,193,25)
#52AC17
(82,172,23)
#499715
(73,151,21)
#408213
(64,130,19)
#376D11
(55,109,17)
#2E580F
(46,88,15)
#25430D
(37,67,13)
#1C2E0B
(28,46,11)
#131909
(19,25,9)
#000000
(0,0,0)

Tints of #6DEB1D

#6DEB1D
(109,235,29)
#7AEC31
(122,236,49)
#87ED45
(135,237,69)
#94EE59
(148,238,89)
#A1EF6D
(161,239,109)
#AEF081
(174,240,129)
#BBF195
(187,241,149)
#C8F2A9
(200,242,169)
#D5F3BD
(213,243,189)
#E2F4D1
(226,244,209)
#EFF5E5
(239,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DEB1D color. Also use rgb(109,235,29) instead hex code.

Text Font Color

.myTextColor { color: #6DEB1D; }

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

This text font color is #6DEB1D.


Background Color

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

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

This div background color is #6DEB1D.


Border color

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

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

This div border color is #6DEB1D.


Opacity

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

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

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

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

This text has shadow with #6DEB1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DEB1D on black background.


Color preview on white background

This text has color #6DEB1D on white background.



Black color preview on #6DEB1D background

This text has black color on #6DEB1D background.


White color preview on #6DEB1D background

This text has white color on #6DEB1D background.