COLOR #6CDA95

HEX: #6CDA95
RGB: (108,218,149)

Color info

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

RGB color model

#6CDA95 color RGB value is (108,218,149).

  • red value is 108;
  • green value is 218;
  • blue value is 149.
RGB:
(108,218,149)
(42%,85%,58%)

RGB channels and saturation

R 108 of 255 = 42%
G 218 of 255 = 85%
B 149 of 255 = 58%

108
218
149

R + G + B ~ 62%. #6CDA95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 218 + 149 = 475 (100%)
R 108 of 475 ~ 22.74%
G 218 of 475 ~ 45.89%
B 149 of 475 ~ 31.37%

%22.74
%45.89
%31.37

CMYK color model

#6CDA95 color CMYK value is (50,0,32,15).

  • cyan value is 50.46%
  • magenta value is 0.00%
  • yellow value is 31.65%
  • key color value is 14.51%
CMYK:
(50,0,32,15)
C50M0Y32K15 
(50%,0%,32%,15%)
(0.50/0.00/0.32/0.15)	

CMYK percentages

%50.46
%0
%31.65
%14.51

Codes

Color #6CDA95 in popluar color models

6CDA95
RGB108218149
HSL142°59.78%63.92%
HSB/HSV142°50.46%85.49%
CMYK50.46%0.00%31.65%
14.51%

Color #6CDA95 in popluar number systems.

HEX6CDA95
Decimal108218149
Binary11011001101101010010101
Octal154332225

Shades and tints

Shades of #6CDA95

#6CDA95
(108,218,149)
#63C788
(99,199,136)
#5AB47B
(90,180,123)
#51A16E
(81,161,110)
#488E61
(72,142,97)
#3F7B54
(63,123,84)
#366847
(54,104,71)
#2D553A
(45,85,58)
#24422D
(36,66,45)
#1B2F20
(27,47,32)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #6CDA95

#6CDA95
(108,218,149)
#79DD9E
(121,221,158)
#86E0A7
(134,224,167)
#93E3B0
(147,227,176)
#A0E6B9
(160,230,185)
#ADE9C2
(173,233,194)
#BAECCB
(186,236,203)
#C7EFD4
(199,239,212)
#D4F2DD
(212,242,221)
#E1F5E6
(225,245,230)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CDA95 color. Also use rgb(108,218,149) instead hex code.

Text Font Color

.myTextColor { color: #6CDA95; }

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

This text font color is #6CDA95.


Background Color

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

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

This div background color is #6CDA95.


Border color

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

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

This div border color is #6CDA95.


Opacity

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

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

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

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

This text has shadow with #6CDA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CDA95 on black background.


Color preview on white background

This text has color #6CDA95 on white background.



Black color preview on #6CDA95 background

This text has black color on #6CDA95 background.


White color preview on #6CDA95 background

This text has white color on #6CDA95 background.