COLOR #6CC255

HEX: #6CC255
RGB: (108,194,85)

Color info

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

RGB color model

#6CC255 color RGB value is (108,194,85).

  • red value is 108;
  • green value is 194;
  • blue value is 85.
RGB:
(108,194,85)
(42%,76%,33%)

RGB channels and saturation

R 108 of 255 = 42%
G 194 of 255 = 76%
B 85 of 255 = 33%

108
194
85

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

Portions of RGB colors in percentages

R + G + B =
108 + 194 + 85 = 387 (100%)
R 108 of 387 ~ 27.91%
G 194 of 387 ~ 50.13%
B 85 of 387 ~ 21.96%

%27.91
%50.13
%21.96

CMYK color model

#6CC255 color CMYK value is (44,0,56,24).

  • cyan value is 44.33%
  • magenta value is 0.00%
  • yellow value is 56.19%
  • key color value is 23.92%
CMYK:
(44,0,56,24)
C44M0Y56K24 
(44%,0%,56%,24%)
(0.44/0.00/0.56/0.24)	

CMYK percentages

%44.33
%0
%56.19
%23.92

Codes

Color #6CC255 in popluar color models

6CC255
RGB10819485
HSL107°47.19%54.71%
HSB/HSV107°56.19%76.08%
CMYK44.33%0.00%56.19%
23.92%

Color #6CC255 in popluar number systems.

HEX6CC255
Decimal10819485
Binary1101100110000101010101
Octal154302125

Shades and tints

Shades of #6CC255

#6CC255
(108,194,85)
#63B14E
(99,177,78)
#5AA047
(90,160,71)
#518F40
(81,143,64)
#487E39
(72,126,57)
#3F6D32
(63,109,50)
#365C2B
(54,92,43)
#2D4B24
(45,75,36)
#243A1D
(36,58,29)
#1B2916
(27,41,22)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #6CC255

#6CC255
(108,194,85)
#79C764
(121,199,100)
#86CC73
(134,204,115)
#93D182
(147,209,130)
#A0D691
(160,214,145)
#ADDBA0
(173,219,160)
#BAE0AF
(186,224,175)
#C7E5BE
(199,229,190)
#D4EACD
(212,234,205)
#E1EFDC
(225,239,220)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC255 color. Also use rgb(108,194,85) instead hex code.

Text Font Color

.myTextColor { color: #6CC255; }

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

This text font color is #6CC255.


Background Color

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

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

This div background color is #6CC255.


Border color

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

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

This div border color is #6CC255.


Opacity

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

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

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

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

This text has shadow with #6CC255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC255 on black background.


Color preview on white background

This text has color #6CC255 on white background.



Black color preview on #6CC255 background

This text has black color on #6CC255 background.


White color preview on #6CC255 background

This text has white color on #6CC255 background.