COLOR #6CD04B

HEX: #6CD04B
RGB: (108,208,75)

Color info

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

RGB color model

#6CD04B color RGB value is (108,208,75).

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

RGB channels and saturation

R 108 of 255 = 42%
G 208 of 255 = 82%
B 75 of 255 = 29%

108
208
75

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

Portions of RGB colors in percentages

R + G + B =
108 + 208 + 75 = 391 (100%)
R 108 of 391 ~ 27.62%
G 208 of 391 ~ 53.2%
B 75 of 391 ~ 19.18%

%27.62
%53.2
%19.18

CMYK color model

#6CD04B color CMYK value is (48,0,64,18).

  • cyan value is 48.08%
  • magenta value is 0.00%
  • yellow value is 63.94%
  • key color value is 18.43%
CMYK:
(48,0,64,18)
C48M0Y64K18 
(48%,0%,64%,18%)
(0.48/0.00/0.64/0.18)	

CMYK percentages

%48.08
%0
%63.94
%18.43

Codes

Color #6CD04B in popluar color models

6CD04B
RGB10820875
HSL105°58.59%55.49%
HSB/HSV105°63.94%81.57%
CMYK48.08%0.00%63.94%
18.43%

Color #6CD04B in popluar number systems.

HEX6CD04B
Decimal10820875
Binary1101100110100001001011
Octal154320113

Shades and tints

Shades of #6CD04B

#6CD04B
(108,208,75)
#63BE45
(99,190,69)
#5AAC3F
(90,172,63)
#519A39
(81,154,57)
#488833
(72,136,51)
#3F762D
(63,118,45)
#366427
(54,100,39)
#2D5221
(45,82,33)
#24401B
(36,64,27)
#1B2E15
(27,46,21)
#121C0F
(18,28,15)
#000000
(0,0,0)

Tints of #6CD04B

#6CD04B
(108,208,75)
#79D45B
(121,212,91)
#86D86B
(134,216,107)
#93DC7B
(147,220,123)
#A0E08B
(160,224,139)
#ADE49B
(173,228,155)
#BAE8AB
(186,232,171)
#C7ECBB
(199,236,187)
#D4F0CB
(212,240,203)
#E1F4DB
(225,244,219)
#EEF8EB
(238,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CD04B; }

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

This text font color is #6CD04B.


Background Color

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

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

This div background color is #6CD04B.


Border color

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

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

This div border color is #6CD04B.


Opacity

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

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

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

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

This text has shadow with #6CD04B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CD04B on black background.


Color preview on white background

This text has color #6CD04B on white background.



Black color preview on #6CD04B background

This text has black color on #6CD04B background.


White color preview on #6CD04B background

This text has white color on #6CD04B background.