COLOR #6CC642

HEX: #6CC642
RGB: (108,198,66)

Color info

#6CC642 contains mainly green color. Web safe color of #6CC642 is #66CC33 (or #6C3).

RGB color model

#6CC642 color RGB value is (108,198,66).

  • red value is 108;
  • green value is 198;
  • blue value is 66.
RGB:
(108,198,66)
(42%,78%,26%)

RGB channels and saturation

R 108 of 255 = 42%
G 198 of 255 = 78%
B 66 of 255 = 26%

108
198
66

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

Portions of RGB colors in percentages

R + G + B =
108 + 198 + 66 = 372 (100%)
R 108 of 372 ~ 29.03%
G 198 of 372 ~ 53.23%
B 66 of 372 ~ 17.74%

%29.03
%53.23
%17.74

CMYK color model

#6CC642 color CMYK value is (45,0,67,22).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 22.35%
CMYK:
(45,0,67,22)
C45M0Y67K22 
(45%,0%,67%,22%)
(0.45/0.00/0.67/0.22)	

CMYK percentages

%45.45
%0
%66.67
%22.35

Codes

Color #6CC642 in popluar color models

6CC642
RGB10819866
HSL101°53.66%51.76%
HSB/HSV101°66.67%77.65%
CMYK45.45%0.00%66.67%
22.35%

Color #6CC642 in popluar number systems.

HEX6CC642
Decimal10819866
Binary1101100110001101000010
Octal154306102

Shades and tints

Shades of #6CC642

#6CC642
(108,198,66)
#63B43C
(99,180,60)
#5AA236
(90,162,54)
#519030
(81,144,48)
#487E2A
(72,126,42)
#3F6C24
(63,108,36)
#365A1E
(54,90,30)
#2D4818
(45,72,24)
#243612
(36,54,18)
#1B240C
(27,36,12)
#121206
(18,18,6)
#000000
(0,0,0)

Tints of #6CC642

#6CC642
(108,198,66)
#79CB53
(121,203,83)
#86D064
(134,208,100)
#93D575
(147,213,117)
#A0DA86
(160,218,134)
#ADDF97
(173,223,151)
#BAE4A8
(186,228,168)
#C7E9B9
(199,233,185)
#D4EECA
(212,238,202)
#E1F3DB
(225,243,219)
#EEF8EC
(238,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC642 color. Also use rgb(108,198,66) instead hex code.

Text Font Color

.myTextColor { color: #6CC642; }

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

This text font color is #6CC642.


Background Color

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

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

This div background color is #6CC642.


Border color

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

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

This div border color is #6CC642.


Opacity

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

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

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

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

This text has shadow with #6CC642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC642 on black background.


Color preview on white background

This text has color #6CC642 on white background.



Black color preview on #6CC642 background

This text has black color on #6CC642 background.


White color preview on #6CC642 background

This text has white color on #6CC642 background.