COLOR #6CD416

HEX: #6CD416
RGB: (108,212,22)

Color info

#6CD416 contains mainly green color. Web safe color of #6CD416 is #66CC00 (or #6C0).

RGB color model

#6CD416 color RGB value is (108,212,22).

  • red value is 108;
  • green value is 212;
  • blue value is 22.
RGB:
(108,212,22)
(42%,83%,9%)

RGB channels and saturation

R 108 of 255 = 42%
G 212 of 255 = 83%
B 22 of 255 = 9%

108
212
22

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

Portions of RGB colors in percentages

R + G + B =
108 + 212 + 22 = 342 (100%)
R 108 of 342 ~ 31.58%
G 212 of 342 ~ 61.99%
B 22 of 342 ~ 6.43%

%31.58
%61.99

CMYK color model

#6CD416 color CMYK value is (49,0,90,17).

  • cyan value is 49.06%
  • magenta value is 0.00%
  • yellow value is 89.62%
  • key color value is 16.86%
CMYK:
(49,0,90,17)
C49M0Y90K17 
(49%,0%,90%,17%)
(0.49/0.00/0.90/0.17)	

CMYK percentages

%49.06
%0
%89.62
%16.86

Codes

Color #6CD416 in popluar color models

6CD416
RGB10821222
HSL93°81.20%45.88%
HSB/HSV93°89.62%83.14%
CMYK49.06%0.00%89.62%
16.86%

Color #6CD416 in popluar number systems.

HEX6CD416
Decimal10821222
Binary11011001101010010110
Octal15432426

Shades and tints

Shades of #6CD416

#6CD416
(108,212,22)
#63C114
(99,193,20)
#5AAE12
(90,174,18)
#519B10
(81,155,16)
#48880E
(72,136,14)
#3F750C
(63,117,12)
#36620A
(54,98,10)
#2D4F08
(45,79,8)
#243C06
(36,60,6)
#1B2904
(27,41,4)
#121602
(18,22,2)
#000000
(0,0,0)

Tints of #6CD416

#6CD416
(108,212,22)
#79D72B
(121,215,43)
#86DA40
(134,218,64)
#93DD55
(147,221,85)
#A0E06A
(160,224,106)
#ADE37F
(173,227,127)
#BAE694
(186,230,148)
#C7E9A9
(199,233,169)
#D4ECBE
(212,236,190)
#E1EFD3
(225,239,211)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CD416 color. Also use rgb(108,212,22) instead hex code.

Text Font Color

.myTextColor { color: #6CD416; }

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

This text font color is #6CD416.


Background Color

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

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

This div background color is #6CD416.


Border color

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

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

This div border color is #6CD416.


Opacity

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

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

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

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

This text has shadow with #6CD416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CD416 on black background.


Color preview on white background

This text has color #6CD416 on white background.



Black color preview on #6CD416 background

This text has black color on #6CD416 background.


White color preview on #6CD416 background

This text has white color on #6CD416 background.