COLOR #6CD064

HEX: #6CD064
RGB: (108,208,100)

Color info

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

RGB color model

#6CD064 color RGB value is (108,208,100).

  • red value is 108;
  • green value is 208;
  • blue value is 100.
RGB:
(108,208,100)
(42%,82%,39%)

RGB channels and saturation

R 108 of 255 = 42%
G 208 of 255 = 82%
B 100 of 255 = 39%

108
208
100

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

Portions of RGB colors in percentages

R + G + B =
108 + 208 + 100 = 416 (100%)
R 108 of 416 ~ 25.96%
G 208 of 416 ~ 50%
B 100 of 416 ~ 24.04%

%25.96
%50
%24.04

CMYK color model

#6CD064 color CMYK value is (48,0,52,18).

  • cyan value is 48.08%
  • magenta value is 0.00%
  • yellow value is 51.92%
  • key color value is 18.43%
CMYK:
(48,0,52,18)
C48M0Y52K18 
(48%,0%,52%,18%)
(0.48/0.00/0.52/0.18)	

CMYK percentages

%48.08
%0
%51.92
%18.43

Codes

Color #6CD064 in popluar color models

6CD064
RGB108208100
HSL116°53.47%60.39%
HSB/HSV116°51.92%81.57%
CMYK48.08%0.00%51.92%
18.43%

Color #6CD064 in popluar number systems.

HEX6CD064
Decimal108208100
Binary1101100110100001100100
Octal154320144

Shades and tints

Shades of #6CD064

#6CD064
(108,208,100)
#63BE5B
(99,190,91)
#5AAC52
(90,172,82)
#519A49
(81,154,73)
#488840
(72,136,64)
#3F7637
(63,118,55)
#36642E
(54,100,46)
#2D5225
(45,82,37)
#24401C
(36,64,28)
#1B2E13
(27,46,19)
#121C0A
(18,28,10)
#000000
(0,0,0)

Tints of #6CD064

#6CD064
(108,208,100)
#79D472
(121,212,114)
#86D880
(134,216,128)
#93DC8E
(147,220,142)
#A0E09C
(160,224,156)
#ADE4AA
(173,228,170)
#BAE8B8
(186,232,184)
#C7ECC6
(199,236,198)
#D4F0D4
(212,240,212)
#E1F4E2
(225,244,226)
#EEF8F0
(238,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CD064 color. Also use rgb(108,208,100) instead hex code.

Text Font Color

.myTextColor { color: #6CD064; }

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

This text font color is #6CD064.


Background Color

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

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

This div background color is #6CD064.


Border color

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

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

This div border color is #6CD064.


Opacity

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

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

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

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

This text has shadow with #6CD064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CD064 on black background.


Color preview on white background

This text has color #6CD064 on white background.



Black color preview on #6CD064 background

This text has black color on #6CD064 background.


White color preview on #6CD064 background

This text has white color on #6CD064 background.