COLOR #6DD332

HEX: #6DD332 RGB: (109,211,50)

Color info

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

RGB color model

#6DD332 color RGB value is (109,211,50).

RGB: (109,211,50) (43%, 83%, 20%)

RGB channels and saturation

R 109 of 255 = 43%
G 211 of 255 = 83%
B 50 of 255 = 20%

109
211
50

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

Portions of RGB colors in percentages

R + G + B = 109 + 211 + 50 = 370 (100%)
R 109 of 370 ~ 29.46%
G 211 of 370 ~ 57.03%
B 50 of 370 ~ 13.51'%

%29.46
%57.03
%13.51

CMYK color model

#6DD332 color CMYK value is (48,0,76,17).

  • cyan value is 48.34%
  • magenta value is 0.00%
  • yellow value is 76.30%
  • key color value is 17.25%

CMYK: (48,0,76,17)
C48M0Y76K17 (48%, 0%, 76%, 17%)
(0.48 / 0.00 / 0.76 / 0.17)

CMYK percentages

%48.34
%0
%76.3
%17.25

Codes

Color #6DD332 in popluar color models

6D D3 32
RGB 109 211 50
HSL 98° 64.66% 51.18%
HSB/HSV 98° 76.30% 82.75%
CMYK 48.34% 0.00% 76.30%
17.25%

Color #6DD332 in popluar number systems.

HEX 6D D3 32
Decimal 109 211 50
Binary 1101101 11010011 110010
Octal 155 323 62

Shades and tints

Shades of #6DD332

#6DD332
(109,211,50)
#64C02E
(100,192,46)
#5BAD2A
(91,173,42)
#529A26
(82,154,38)
#498722
(73,135,34)
#40741E
(64,116,30)
#37611A
(55,97,26)
#2E4E16
(46,78,22)
#253B12
(37,59,18)
#1C280E
(28,40,14)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #6DD332

#6DD332
(109,211,50)
#7AD744
(122,215,68)
#87DB56
(135,219,86)
#94DF68
(148,223,104)
#A1E37A
(161,227,122)
#AEE78C
(174,231,140)
#BBEB9E
(187,235,158)
#C8EFB0
(200,239,176)
#D5F3C2
(213,243,194)
#E2F7D4
(226,247,212)
#EFFBE6
(239,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DD332 color. Also use rgb(109,211,50) instead hex code.

Text Font Color

.myTextColor { color: #6DD332; }

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

This text font color is #6DD332.

Background Color

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

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

This div background color is #6DD332.

Border color

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

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

This div border color is #6DD332.

Opacity

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

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

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

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

This text has shadow with #6DD332 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DD332.

Preview

Color preview on black background

This text has color #6DD332 on black background.


Color preview on white background

This text has color #6DD332 on white background.


Black color preview on #6DD332 background

This text has black color on #6DD332 background.


White color preview on #6DD332 background

This text has white color on #6DD332 background.


Related colors

Complementary color

Complementary color for #hex is #922CCD.


I love getcolorcode.com

Triadic colors

1 #326DD3 and #D3326D with #6DD332 are triadic colors.

2 #32D36D and #D36D32 with #6DD332 are triadic colors.