COLOR #6DF413

HEX: #6DF413
RGB: (109,244,19)

Color info

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

RGB color model

#6DF413 color RGB value is (109,244,19).

  • red value is 109;
  • green value is 244;
  • blue value is 19.
RGB:
(109,244,19)
(43%,96%,7%)

RGB channels and saturation

R 109 of 255 = 43%
G 244 of 255 = 96%
B 19 of 255 = 7%

109
244
19

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

Portions of RGB colors in percentages

R + G + B =
109 + 244 + 19 = 372 (100%)
R 109 of 372 ~ 29.3%
G 244 of 372 ~ 65.59%
B 19 of 372 ~ 5.11%

%29.3
%65.59

CMYK color model

#6DF413 color CMYK value is (55,0,92,4).

  • cyan value is 55.33%
  • magenta value is 0.00%
  • yellow value is 92.21%
  • key color value is 4.31%
CMYK:
(55,0,92,4)
C55M0Y92K4 
(55%,0%,92%,4%)
(0.55/0.00/0.92/0.04)	

CMYK percentages

%55.33
%0
%92.21
%4.31

Codes

Color #6DF413 in popluar color models

6DF413
RGB10924419
HSL96°91.09%51.57%
HSB/HSV96°92.21%95.69%
CMYK55.33%0.00%92.21%
4.31%

Color #6DF413 in popluar number systems.

HEX6DF413
Decimal10924419
Binary11011011111010010011
Octal15536423

Shades and tints

Shades of #6DF413

#6DF413
(109,244,19)
#64DE12
(100,222,18)
#5BC811
(91,200,17)
#52B210
(82,178,16)
#499C0F
(73,156,15)
#40860E
(64,134,14)
#37700D
(55,112,13)
#2E5A0C
(46,90,12)
#25440B
(37,68,11)
#1C2E0A
(28,46,10)
#131809
(19,24,9)
#000000
(0,0,0)

Tints of #6DF413

#6DF413
(109,244,19)
#7AF528
(122,245,40)
#87F63D
(135,246,61)
#94F752
(148,247,82)
#A1F867
(161,248,103)
#AEF97C
(174,249,124)
#BBFA91
(187,250,145)
#C8FBA6
(200,251,166)
#D5FCBB
(213,252,187)
#E2FDD0
(226,253,208)
#EFFEE5
(239,254,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DF413 color. Also use rgb(109,244,19) instead hex code.

Text Font Color

.myTextColor { color: #6DF413; }

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

This text font color is #6DF413.


Background Color

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

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

This div background color is #6DF413.


Border color

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

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

This div border color is #6DF413.


Opacity

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

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

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

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

This text has shadow with #6DF413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DF413 on black background.


Color preview on white background

This text has color #6DF413 on white background.



Black color preview on #6DF413 background

This text has black color on #6DF413 background.


White color preview on #6DF413 background

This text has white color on #6DF413 background.