COLOR #6CC474

HEX: #6CC474
RGB: (108,196,116)

Color info

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

RGB color model

#6CC474 color RGB value is (108,196,116).

  • red value is 108;
  • green value is 196;
  • blue value is 116.
RGB:
(108,196,116)
(42%,77%,45%)

RGB channels and saturation

R 108 of 255 = 42%
G 196 of 255 = 77%
B 116 of 255 = 45%

108
196
116

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

Portions of RGB colors in percentages

R + G + B =
108 + 196 + 116 = 420 (100%)
R 108 of 420 ~ 25.71%
G 196 of 420 ~ 46.67%
B 116 of 420 ~ 27.62%

%25.71
%46.67
%27.62

CMYK color model

#6CC474 color CMYK value is (45,0,41,23).

  • cyan value is 44.90%
  • magenta value is 0.00%
  • yellow value is 40.82%
  • key color value is 23.14%
CMYK:
(45,0,41,23)
C45M0Y41K23 
(45%,0%,41%,23%)
(0.45/0.00/0.41/0.23)	

CMYK percentages

%44.9
%0
%40.82
%23.14

Codes

Color #6CC474 in popluar color models

6CC474
RGB108196116
HSL125°42.72%59.61%
HSB/HSV125°44.90%76.86%
CMYK44.90%0.00%40.82%
23.14%

Color #6CC474 in popluar number systems.

HEX6CC474
Decimal108196116
Binary1101100110001001110100
Octal154304164

Shades and tints

Shades of #6CC474

#6CC474
(108,196,116)
#63B36A
(99,179,106)
#5AA260
(90,162,96)
#519156
(81,145,86)
#48804C
(72,128,76)
#3F6F42
(63,111,66)
#365E38
(54,94,56)
#2D4D2E
(45,77,46)
#243C24
(36,60,36)
#1B2B1A
(27,43,26)
#121A10
(18,26,16)
#000000
(0,0,0)

Tints of #6CC474

#6CC474
(108,196,116)
#79C980
(121,201,128)
#86CE8C
(134,206,140)
#93D398
(147,211,152)
#A0D8A4
(160,216,164)
#ADDDB0
(173,221,176)
#BAE2BC
(186,226,188)
#C7E7C8
(199,231,200)
#D4ECD4
(212,236,212)
#E1F1E0
(225,241,224)
#EEF6EC
(238,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC474 color. Also use rgb(108,196,116) instead hex code.

Text Font Color

.myTextColor { color: #6CC474; }

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

This text font color is #6CC474.


Background Color

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

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

This div background color is #6CC474.


Border color

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

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

This div border color is #6CC474.


Opacity

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

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

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

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

This text has shadow with #6CC474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC474 on black background.


Color preview on white background

This text has color #6CC474 on white background.



Black color preview on #6CC474 background

This text has black color on #6CC474 background.


White color preview on #6CC474 background

This text has white color on #6CC474 background.