COLOR #6CCF60

HEX: #6CCF60
RGB: (108,207,96)

Color info

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

RGB color model

#6CCF60 color RGB value is (108,207,96).

  • red value is 108;
  • green value is 207;
  • blue value is 96.
RGB:
(108,207,96)
(42%,81%,38%)

RGB channels and saturation

R 108 of 255 = 42%
G 207 of 255 = 81%
B 96 of 255 = 38%

108
207
96

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

Portions of RGB colors in percentages

R + G + B =
108 + 207 + 96 = 411 (100%)
R 108 of 411 ~ 26.28%
G 207 of 411 ~ 50.36%
B 96 of 411 ~ 23.36%

%26.28
%50.36
%23.36

CMYK color model

#6CCF60 color CMYK value is (48,0,54,19).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 53.62%
  • key color value is 18.82%
CMYK:
(48,0,54,19)
C48M0Y54K19 
(48%,0%,54%,19%)
(0.48/0.00/0.54/0.19)	

CMYK percentages

%47.83
%0
%53.62
%18.82

Codes

Color #6CCF60 in popluar color models

6CCF60
RGB10820796
HSL114°53.62%59.41%
HSB/HSV114°53.62%81.18%
CMYK47.83%0.00%53.62%
18.82%

Color #6CCF60 in popluar number systems.

HEX6CCF60
Decimal10820796
Binary1101100110011111100000
Octal154317140

Shades and tints

Shades of #6CCF60

#6CCF60
(108,207,96)
#63BD58
(99,189,88)
#5AAB50
(90,171,80)
#519948
(81,153,72)
#488740
(72,135,64)
#3F7538
(63,117,56)
#366330
(54,99,48)
#2D5128
(45,81,40)
#243F20
(36,63,32)
#1B2D18
(27,45,24)
#121B10
(18,27,16)
#000000
(0,0,0)

Tints of #6CCF60

#6CCF60
(108,207,96)
#79D36E
(121,211,110)
#86D77C
(134,215,124)
#93DB8A
(147,219,138)
#A0DF98
(160,223,152)
#ADE3A6
(173,227,166)
#BAE7B4
(186,231,180)
#C7EBC2
(199,235,194)
#D4EFD0
(212,239,208)
#E1F3DE
(225,243,222)
#EEF7EC
(238,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CCF60 color. Also use rgb(108,207,96) instead hex code.

Text Font Color

.myTextColor { color: #6CCF60; }

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

This text font color is #6CCF60.


Background Color

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

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

This div background color is #6CCF60.


Border color

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

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

This div border color is #6CCF60.


Opacity

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

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

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

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

This text has shadow with #6CCF60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CCF60 on black background.


Color preview on white background

This text has color #6CCF60 on white background.



Black color preview on #6CCF60 background

This text has black color on #6CCF60 background.


White color preview on #6CCF60 background

This text has white color on #6CCF60 background.