COLOR #6DE110

HEX: #6DE110
RGB: (109,225,16)

Color info

#6DE110 contains mainly green color. Web safe color of #6DE110 is #66CC00 (or #6C0).

RGB color model

#6DE110 color RGB value is (109,225,16).

  • red value is 109;
  • green value is 225;
  • blue value is 16.
RGB:
(109,225,16)
(43%,88%,6%)

RGB channels and saturation

R 109 of 255 = 43%
G 225 of 255 = 88%
B 16 of 255 = 6%

109
225
16

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

Portions of RGB colors in percentages

R + G + B =
109 + 225 + 16 = 350 (100%)
R 109 of 350 ~ 31.14%
G 225 of 350 ~ 64.29%
B 16 of 350 ~ 4.57%

%31.14
%64.29

CMYK color model

#6DE110 color CMYK value is (52,0,93,12).

  • cyan value is 51.56%
  • magenta value is 0.00%
  • yellow value is 92.89%
  • key color value is 11.76%
CMYK:
(52,0,93,12)
C52M0Y93K12 
(52%,0%,93%,12%)
(0.52/0.00/0.93/0.12)	

CMYK percentages

%51.56
%0
%92.89
%11.76

Codes

Color #6DE110 in popluar color models

6DE110
RGB10922516
HSL93°86.72%47.25%
HSB/HSV93°92.89%88.24%
CMYK51.56%0.00%92.89%
11.76%

Color #6DE110 in popluar number systems.

HEX6DE110
Decimal10922516
Binary11011011110000110000
Octal15534120

Shades and tints

Shades of #6DE110

#6DE110
(109,225,16)
#64CD0F
(100,205,15)
#5BB90E
(91,185,14)
#52A50D
(82,165,13)
#49910C
(73,145,12)
#407D0B
(64,125,11)
#37690A
(55,105,10)
#2E5509
(46,85,9)
#254108
(37,65,8)
#1C2D07
(28,45,7)
#131906
(19,25,6)
#000000
(0,0,0)

Tints of #6DE110

#6DE110
(109,225,16)
#7AE325
(122,227,37)
#87E53A
(135,229,58)
#94E74F
(148,231,79)
#A1E964
(161,233,100)
#AEEB79
(174,235,121)
#BBED8E
(187,237,142)
#C8EFA3
(200,239,163)
#D5F1B8
(213,241,184)
#E2F3CD
(226,243,205)
#EFF5E2
(239,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DE110 color. Also use rgb(109,225,16) instead hex code.

Text Font Color

.myTextColor { color: #6DE110; }

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

This text font color is #6DE110.


Background Color

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

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

This div background color is #6DE110.


Border color

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

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

This div border color is #6DE110.


Opacity

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

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

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

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

This text has shadow with #6DE110 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DE110 on black background.


Color preview on white background

This text has color #6DE110 on white background.



Black color preview on #6DE110 background

This text has black color on #6DE110 background.


White color preview on #6DE110 background

This text has white color on #6DE110 background.