COLOR #6DEF46

HEX: #6DEF46 RGB: (109,239,70)

Color info

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

RGB color model

#6DEF46 color RGB value is (109,239,70).

RGB: (109,239,70) (43%, 94%, 27%)

RGB channels and saturation

R 109 of 255 = 43%
G 239 of 255 = 94%
B 70 of 255 = 27%

109
239
70

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

Portions of RGB colors in percentages

R + G + B = 109 + 239 + 70 = 418 (100%)
R 109 of 418 ~ 26.08%
G 239 of 418 ~ 57.18%
B 70 of 418 ~ 16.75'%

%26.08
%57.18
%16.75

CMYK color model

#6DEF46 color CMYK value is (54,0,71,6).

  • cyan value is 54.39%
  • magenta value is 0.00%
  • yellow value is 70.71%
  • key color value is 6.27%

CMYK: (54,0,71,6)
C54M0Y71K6 (54%, 0%, 71%, 6%)
(0.54 / 0.00 / 0.71 / 0.06)

CMYK percentages

%54.39
%0
%70.71
%6.27

Codes

Color #6DEF46 in popluar color models

6D EF 46
RGB 109 239 70
HSL 106° 84.08% 60.59%
HSB/HSV 106° 70.71% 93.73%
CMYK 54.39% 0.00% 70.71%
6.27%

Color #6DEF46 in popluar number systems.

HEX 6D EF 46
Decimal 109 239 70
Binary 1101101 11101111 1000110
Octal 155 357 106

Shades and tints

Shades of #6DEF46

#6DEF46
(109,239,70)
#64DA40
(100,218,64)
#5BC53A
(91,197,58)
#52B034
(82,176,52)
#499B2E
(73,155,46)
#408628
(64,134,40)
#377122
(55,113,34)
#2E5C1C
(46,92,28)
#254716
(37,71,22)
#1C3210
(28,50,16)
#131D0A
(19,29,10)
#000000
(0,0,0)

Tints of #6DEF46

#6DEF46
(109,239,70)
#7AF056
(122,240,86)
#87F166
(135,241,102)
#94F276
(148,242,118)
#A1F386
(161,243,134)
#AEF496
(174,244,150)
#BBF5A6
(187,245,166)
#C8F6B6
(200,246,182)
#D5F7C6
(213,247,198)
#E2F8D6
(226,248,214)
#EFF9E6
(239,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DEF46 color. Also use rgb(109,239,70) instead hex code.

Text Font Color

.myTextColor { color: #6DEF46; }

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

This text font color is #6DEF46.

Background Color

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

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

This div background color is #6DEF46.

Border color

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

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

This div border color is #6DEF46.

Opacity

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

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

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

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

This text has shadow with #6DEF46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DEF46.

Preview

Color preview on black background

This text has color #6DEF46 on black background.


Color preview on white background

This text has color #6DEF46 on white background.


Black color preview on #6DEF46 background

This text has black color on #6DEF46 background.


White color preview on #6DEF46 background

This text has white color on #6DEF46 background.


Related colors

Complementary color

Complementary color for #hex is #9210B9.


I love getcolorcode.com

Triadic colors

1 #466DEF and #EF466D with #6DEF46 are triadic colors.

2 #46EF6D and #EF6D46 with #6DEF46 are triadic colors.