COLOR #6DE103

HEX: #6DE103
RGB: (109,225,3)

Color info

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

RGB color model

#6DE103 color RGB value is (109,225,3).

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

RGB channels and saturation

R 109 of 255 = 43%
G 225 of 255 = 88%
B 3 of 255 = 1%

109
225
3

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

Portions of RGB colors in percentages

R + G + B =
109 + 225 + 3 = 337 (100%)
R 109 of 337 ~ 32.34%
G 225 of 337 ~ 66.77%
B 3 of 337 ~ 0.89%

%32.34
%66.77

CMYK color model

#6DE103 color CMYK value is (52,0,99,12).

  • cyan value is 51.56%
  • magenta value is 0.00%
  • yellow value is 98.67%
  • key color value is 11.76%
CMYK:
(52,0,99,12)
C52M0Y99K12 
(52%,0%,99%,12%)
(0.52/0.00/0.99/0.12)	

CMYK percentages

%51.56
%0
%98.67
%11.76

Codes

Color #6DE103 in popluar color models

6DE103
RGB1092253
HSL91°97.37%44.71%
HSB/HSV91°98.67%88.24%
CMYK51.56%0.00%98.67%
11.76%

Color #6DE103 in popluar number systems.

HEX6DE103
Decimal1092253
Binary11011011110000111
Octal1553413

Shades and tints

Shades of #6DE103

#6DE103
(109,225,3)
#64CD03
(100,205,3)
#5BB903
(91,185,3)
#52A503
(82,165,3)
#499103
(73,145,3)
#407D03
(64,125,3)
#376903
(55,105,3)
#2E5503
(46,85,3)
#254103
(37,65,3)
#1C2D03
(28,45,3)
#131903
(19,25,3)
#000000
(0,0,0)

Tints of #6DE103

#6DE103
(109,225,3)
#7AE319
(122,227,25)
#87E52F
(135,229,47)
#94E745
(148,231,69)
#A1E95B
(161,233,91)
#AEEB71
(174,235,113)
#BBED87
(187,237,135)
#C8EF9D
(200,239,157)
#D5F1B3
(213,241,179)
#E2F3C9
(226,243,201)
#EFF5DF
(239,245,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DE103; }

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

This text font color is #6DE103.


Background Color

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

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

This div background color is #6DE103.


Border color

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

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

This div border color is #6DE103.


Opacity

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

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

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

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

This text has shadow with #6DE103 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DE103 on black background.


Color preview on white background

This text has color #6DE103 on white background.



Black color preview on #6DE103 background

This text has black color on #6DE103 background.


White color preview on #6DE103 background

This text has white color on #6DE103 background.