COLOR #6CF88C

HEX: #6CF88C
RGB: (108,248,140)

Color info

#6CF88C contains mainly green color. Web safe color of #6CF88C is #66FF99 (or #6F9).

RGB color model

#6CF88C color RGB value is (108,248,140).

  • red value is 108;
  • green value is 248;
  • blue value is 140.
RGB:
(108,248,140)
(42%,97%,55%)

RGB channels and saturation

R 108 of 255 = 42%
G 248 of 255 = 97%
B 140 of 255 = 55%

108
248
140

R + G + B ~ 65%. #6CF88C is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 248 + 140 = 496 (100%)
R 108 of 496 ~ 21.77%
G 248 of 496 ~ 50%
B 140 of 496 ~ 28.23%

%21.77
%50
%28.23

CMYK color model

#6CF88C color CMYK value is (56,0,44,3).

  • cyan value is 56.45%
  • magenta value is 0.00%
  • yellow value is 43.55%
  • key color value is 2.75%
CMYK:
(56,0,44,3)
C56M0Y44K3 
(56%,0%,44%,3%)
(0.56/0.00/0.44/0.03)	

CMYK percentages

%56.45
%0
%43.55
%2.75

Codes

Color #6CF88C in popluar color models

6CF88C
RGB108248140
HSL134°90.91%69.80%
HSB/HSV134°56.45%97.25%
CMYK56.45%0.00%43.55%
2.75%

Color #6CF88C in popluar number systems.

HEX6CF88C
Decimal108248140
Binary11011001111100010001100
Octal154370214

Shades and tints

Shades of #6CF88C

#6CF88C
(108,248,140)
#63E280
(99,226,128)
#5ACC74
(90,204,116)
#51B668
(81,182,104)
#48A05C
(72,160,92)
#3F8A50
(63,138,80)
#367444
(54,116,68)
#2D5E38
(45,94,56)
#24482C
(36,72,44)
#1B3220
(27,50,32)
#121C14
(18,28,20)
#000000
(0,0,0)

Tints of #6CF88C

#6CF88C
(108,248,140)
#79F896
(121,248,150)
#86F8A0
(134,248,160)
#93F8AA
(147,248,170)
#A0F8B4
(160,248,180)
#ADF8BE
(173,248,190)
#BAF8C8
(186,248,200)
#C7F8D2
(199,248,210)
#D4F8DC
(212,248,220)
#E1F8E6
(225,248,230)
#EEF8F0
(238,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CF88C; }

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

This text font color is #6CF88C.


Background Color

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

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

This div background color is #6CF88C.


Border color

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

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

This div border color is #6CF88C.


Opacity

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

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

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

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

This text has shadow with #6CF88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CF88C on black background.


Color preview on white background

This text has color #6CF88C on white background.



Black color preview on #6CF88C background

This text has black color on #6CF88C background.


White color preview on #6CF88C background

This text has white color on #6CF88C background.