COLOR #6CE38C

HEX: #6CE38C RGB: (108,227,140)

Color info

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

RGB color model

#6CE38C color RGB value is (108,227,140).

RGB: (108,227,140) (42%, 89%, 55%)

RGB channels and saturation

R 108 of 255 = 42%
G 227 of 255 = 89%
B 140 of 255 = 55%

108
227
140

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

Portions of RGB colors in percentages

R + G + B = 108 + 227 + 140 = 475 (100%)
R 108 of 475 ~ 22.74%
G 227 of 475 ~ 47.79%
B 140 of 475 ~ 29.47'%

%22.74
%47.79
%29.47

CMYK color model

#6CE38C color CMYK value is (52,0,38,11).

  • cyan value is 52.42%
  • magenta value is 0.00%
  • yellow value is 38.33%
  • key color value is 10.98%
CMYK: (52,0,38,11) C52M0Y38K11 (52%,0%,38%,11%) (0.52/0.00/0.38/0.11) 

CMYK percentages

%52.42
%0
%38.33
%10.98

Codes

Color #6CE38C in popluar color models

6C E3 8C
RGB 108 227 140
HSL 136° 68.00% 65.69%
HSB/HSV 136° 52.42% 89.02%
CMYK 52.42% 0.00% 38.33%
10.98%

Color #6CE38C in popluar number systems.

HEX 6C E3 8C
Decimal 108 227 140
Binary 1101100 11100011 10001100
Octal 154 343 214

Shades and tints

Shades of #6CE38C

#6CE38C
(108,227,140)
#63CF80
(99,207,128)
#5ABB74
(90,187,116)
#51A768
(81,167,104)
#48935C
(72,147,92)
#3F7F50
(63,127,80)
#366B44
(54,107,68)
#2D5738
(45,87,56)
#24432C
(36,67,44)
#1B2F20
(27,47,32)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #6CE38C

#6CE38C
(108,227,140)
#79E596
(121,229,150)
#86E7A0
(134,231,160)
#93E9AA
(147,233,170)
#A0EBB4
(160,235,180)
#ADEDBE
(173,237,190)
#BAEFC8
(186,239,200)
#C7F1D2
(199,241,210)
#D4F3DC
(212,243,220)
#E1F5E6
(225,245,230)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CE38C color. Also use rgb(108,227,140) instead hex code.

Text Font Color

.myTextColor { color: #6CE38C; }

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

This text font color is #6CE38C.

Background Color

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

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

This div background color is #6CE38C.

Border color

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

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

This div border color is #6CE38C.

Opacity

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

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

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

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

This text has shadow with #6CE38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CE38C.

Preview

Color preview on black background

This text has color #6CE38C on black background.


Color preview on white background

This text has color #6CE38C on white background.


Black color preview on #6CE38C background

This text has black color on #6CE38C background.


White color preview on #6CE38C background

This text has white color on #6CE38C background.


Related colors

Complementary color

Complementary color for #hex is #931C73.


I love getcolorcode.com

Triadic colors

1 #8C6CE3 and #E38C6C with #6CE38C are triadic colors.

2 #8CE36C and #E36C8C with #6CE38C are triadic colors.