COLOR #6DD492

HEX: #6DD492 RGB: (109,212,146)

Color info

#6DD492 contains mainly green color. Web safe color of #6DD492 is #66CC99 (or #6C9).

RGB color model

#6DD492 color RGB value is (109,212,146).

RGB: (109,212,146) (43%, 83%, 57%)

RGB channels and saturation

R 109 of 255 = 43%
G 212 of 255 = 83%
B 146 of 255 = 57%

109
212
146

R + G + B ~ 61%. #6DD492 is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 212 + 146 = 467 (100%)
R 109 of 467 ~ 23.34%
G 212 of 467 ~ 45.4%
B 146 of 467 ~ 31.26'%

%23.34
%45.4
%31.26

CMYK color model

#6DD492 color CMYK value is (49,0,31,17).

  • cyan value is 48.58%
  • magenta value is 0.00%
  • yellow value is 31.13%
  • key color value is 16.86%

CMYK: (49,0,31,17)
C49M0Y31K17 (49%, 0%, 31%, 17%)
(0.49 / 0.00 / 0.31 / 0.17)

CMYK percentages

%48.58
%0
%31.13
%16.86

Codes

Color #6DD492 in popluar color models

6D D4 92
RGB 109 212 146
HSL 142° 54.50% 62.94%
HSB/HSV 142° 48.58% 83.14%
CMYK 48.58% 0.00% 31.13%
16.86%

Color #6DD492 in popluar number systems.

HEX 6D D4 92
Decimal 109 212 146
Binary 1101101 11010100 10010010
Octal 155 324 222

Shades and tints

Shades of #6DD492

#6DD492
(109,212,146)
#64C185
(100,193,133)
#5BAE78
(91,174,120)
#529B6B
(82,155,107)
#49885E
(73,136,94)
#407551
(64,117,81)
#376244
(55,98,68)
#2E4F37
(46,79,55)
#253C2A
(37,60,42)
#1C291D
(28,41,29)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #6DD492

#6DD492
(109,212,146)
#7AD79B
(122,215,155)
#87DAA4
(135,218,164)
#94DDAD
(148,221,173)
#A1E0B6
(161,224,182)
#AEE3BF
(174,227,191)
#BBE6C8
(187,230,200)
#C8E9D1
(200,233,209)
#D5ECDA
(213,236,218)
#E2EFE3
(226,239,227)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DD492 color. Also use rgb(109,212,146) instead hex code.

Text Font Color

.myTextColor { color: #6DD492; }

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

This text font color is #6DD492.

Background Color

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

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

This div background color is #6DD492.

Border color

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

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

This div border color is #6DD492.

Opacity

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

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

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

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

This text has shadow with #6DD492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DD492.

Preview

Color preview on black background

This text has color #6DD492 on black background.


Color preview on white background

This text has color #6DD492 on white background.


Black color preview on #6DD492 background

This text has black color on #6DD492 background.


White color preview on #6DD492 background

This text has white color on #6DD492 background.


Related colors

Complementary color

Complementary color for #hex is #922B6D.


I love getcolorcode.com

Triadic colors

1 #926DD4 and #D4926D with #6DD492 are triadic colors.

2 #92D46D and #D46D92 with #6DD492 are triadic colors.