COLOR #6BD46A

HEX: #6BD46A
RGB: (107,212,106)

Color info

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

RGB color model

#6BD46A color RGB value is (107,212,106).

  • red value is 107;
  • green value is 212;
  • blue value is 106.
RGB:
(107,212,106)
(42%,83%,42%)

RGB channels and saturation

R 107 of 255 = 42%
G 212 of 255 = 83%
B 106 of 255 = 42%

107
212
106

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

Portions of RGB colors in percentages

R + G + B =
107 + 212 + 106 = 425 (100%)
R 107 of 425 ~ 25.18%
G 212 of 425 ~ 49.88%
B 106 of 425 ~ 24.94%

%25.18
%49.88
%24.94

CMYK color model

#6BD46A color CMYK value is (50,0,50,17).

  • cyan value is 49.53%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 16.86%
CMYK:
(50,0,50,17)
C50M0Y50K17 
(50%,0%,50%,17%)
(0.50/0.00/0.50/0.17)	

CMYK percentages

%49.53
%0
%50
%16.86

Codes

Color #6BD46A in popluar color models

6BD46A
RGB107212106
HSL119°55.21%62.35%
HSB/HSV119°50.00%83.14%
CMYK49.53%0.00%50.00%
16.86%

Color #6BD46A in popluar number systems.

HEX6BD46A
Decimal107212106
Binary1101011110101001101010
Octal153324152

Shades and tints

Shades of #6BD46A

#6BD46A
(107,212,106)
#62C161
(98,193,97)
#59AE58
(89,174,88)
#509B4F
(80,155,79)
#478846
(71,136,70)
#3E753D
(62,117,61)
#356234
(53,98,52)
#2C4F2B
(44,79,43)
#233C22
(35,60,34)
#1A2919
(26,41,25)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #6BD46A

#6BD46A
(107,212,106)
#78D777
(120,215,119)
#85DA84
(133,218,132)
#92DD91
(146,221,145)
#9FE09E
(159,224,158)
#ACE3AB
(172,227,171)
#B9E6B8
(185,230,184)
#C6E9C5
(198,233,197)
#D3ECD2
(211,236,210)
#E0EFDF
(224,239,223)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BD46A color. Also use rgb(107,212,106) instead hex code.

Text Font Color

.myTextColor { color: #6BD46A; }

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

This text font color is #6BD46A.


Background Color

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

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

This div background color is #6BD46A.


Border color

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

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

This div border color is #6BD46A.


Opacity

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

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

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

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

This text has shadow with #6BD46A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BD46A on black background.


Color preview on white background

This text has color #6BD46A on white background.



Black color preview on #6BD46A background

This text has black color on #6BD46A background.


White color preview on #6BD46A background

This text has white color on #6BD46A background.