COLOR #6DD144

HEX: #6DD144 RGB: (109,209,68)

Color info

#6DD144 contains mainly green color. Web safe color of #6DD144 is #66CC33 (or #6C3).

RGB color model

#6DD144 color RGB value is (109,209,68).

RGB: (109,209,68) (43%, 82%, 27%)

RGB channels and saturation

R 109 of 255 = 43%
G 209 of 255 = 82%
B 68 of 255 = 27%

109
209
68

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

Portions of RGB colors in percentages

R + G + B = 109 + 209 + 68 = 386 (100%)
R 109 of 386 ~ 28.24%
G 209 of 386 ~ 54.15%
B 68 of 386 ~ 17.62'%

%28.24
%54.15
%17.62

CMYK color model

#6DD144 color CMYK value is (48,0,67,18).

  • cyan value is 47.85%
  • magenta value is 0.00%
  • yellow value is 67.46%
  • key color value is 18.04%
CMYK: (48,0,67,18) C48M0Y67K18 (48%,0%,67%,18%) (0.48/0.00/0.67/0.18) 

CMYK percentages

%47.85
%0
%67.46
%18.04

Codes

Color #6DD144 in popluar color models

6D D1 44
RGB 109 209 68
HSL 103° 60.52% 54.31%
HSB/HSV 103° 67.46% 81.96%
CMYK 47.85% 0.00% 67.46%
18.04%

Color #6DD144 in popluar number systems.

HEX 6D D1 44
Decimal 109 209 68
Binary 1101101 11010001 1000100
Octal 155 321 104

Shades and tints

Shades of #6DD144

#6DD144
(109,209,68)
#64BE3E
(100,190,62)
#5BAB38
(91,171,56)
#529832
(82,152,50)
#49852C
(73,133,44)
#407226
(64,114,38)
#375F20
(55,95,32)
#2E4C1A
(46,76,26)
#253914
(37,57,20)
#1C260E
(28,38,14)
#131308
(19,19,8)
#000000
(0,0,0)

Tints of #6DD144

#6DD144
(109,209,68)
#7AD555
(122,213,85)
#87D966
(135,217,102)
#94DD77
(148,221,119)
#A1E188
(161,225,136)
#AEE599
(174,229,153)
#BBE9AA
(187,233,170)
#C8EDBB
(200,237,187)
#D5F1CC
(213,241,204)
#E2F5DD
(226,245,221)
#EFF9EE
(239,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DD144 color. Also use rgb(109,209,68) instead hex code.

Text Font Color

.myTextColor { color: #6DD144; }

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

This text font color is #6DD144.

Background Color

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

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

This div background color is #6DD144.

Border color

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

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

This div border color is #6DD144.

Opacity

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

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

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

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

This text has shadow with #6DD144 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DD144.

Preview

Color preview on black background

This text has color #6DD144 on black background.


Color preview on white background

This text has color #6DD144 on white background.


Black color preview on #6DD144 background

This text has black color on #6DD144 background.


White color preview on #6DD144 background

This text has white color on #6DD144 background.


Related colors

Complementary color

Complementary color for #hex is #922EBB.


I love getcolorcode.com

Triadic colors

1 #446DD1 and #D1446D with #6DD144 are triadic colors.

2 #44D16D and #D16D44 with #6DD144 are triadic colors.