COLOR #6CDD73

HEX: #6CDD73
RGB: (108,221,115)

Color info

#6CDD73 contains mainly green color. Web safe color of #6CDD73 is #66CC66 (or #6C6).

RGB color model

#6CDD73 color RGB value is (108,221,115).

  • red value is 108;
  • green value is 221;
  • blue value is 115.
RGB:
(108,221,115)
(42%,87%,45%)

RGB channels and saturation

R 108 of 255 = 42%
G 221 of 255 = 87%
B 115 of 255 = 45%

108
221
115

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

Portions of RGB colors in percentages

R + G + B =
108 + 221 + 115 = 444 (100%)
R 108 of 444 ~ 24.32%
G 221 of 444 ~ 49.77%
B 115 of 444 ~ 25.9%

%24.32
%49.77
%25.9

CMYK color model

#6CDD73 color CMYK value is (51,0,48,13).

  • cyan value is 51.13%
  • magenta value is 0.00%
  • yellow value is 47.96%
  • key color value is 13.33%
CMYK:
(51,0,48,13)
C51M0Y48K13 
(51%,0%,48%,13%)
(0.51/0.00/0.48/0.13)	

CMYK percentages

%51.13
%0
%47.96
%13.33

Codes

Color #6CDD73 in popluar color models

6CDD73
RGB108221115
HSL124°62.43%64.51%
HSB/HSV124°51.13%86.67%
CMYK51.13%0.00%47.96%
13.33%

Color #6CDD73 in popluar number systems.

HEX6CDD73
Decimal108221115
Binary1101100110111011110011
Octal154335163

Shades and tints

Shades of #6CDD73

#6CDD73
(108,221,115)
#63C969
(99,201,105)
#5AB55F
(90,181,95)
#51A155
(81,161,85)
#488D4B
(72,141,75)
#3F7941
(63,121,65)
#366537
(54,101,55)
#2D512D
(45,81,45)
#243D23
(36,61,35)
#1B2919
(27,41,25)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #6CDD73

#6CDD73
(108,221,115)
#79E07F
(121,224,127)
#86E38B
(134,227,139)
#93E697
(147,230,151)
#A0E9A3
(160,233,163)
#ADECAF
(173,236,175)
#BAEFBB
(186,239,187)
#C7F2C7
(199,242,199)
#D4F5D3
(212,245,211)
#E1F8DF
(225,248,223)
#EEFBEB
(238,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CDD73 color. Also use rgb(108,221,115) instead hex code.

Text Font Color

.myTextColor { color: #6CDD73; }

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

This text font color is #6CDD73.


Background Color

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

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

This div background color is #6CDD73.


Border color

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

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

This div border color is #6CDD73.


Opacity

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

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

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

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

This text has shadow with #6CDD73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CDD73 on black background.


Color preview on white background

This text has color #6CDD73 on white background.



Black color preview on #6CDD73 background

This text has black color on #6CDD73 background.


White color preview on #6CDD73 background

This text has white color on #6CDD73 background.