COLOR #6BD46B

HEX: #6BD46B
RGB: (107,212,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
212
107

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

Portions of RGB colors in percentages

R + G + B =
107 + 212 + 107 = 426 (100%)
R 107 of 426 ~ 25.12%
G 212 of 426 ~ 49.77%
B 107 of 426 ~ 25.12%

%25.12
%49.77
%25.12

CMYK color model

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

  • cyan value is 49.53%
  • magenta value is 0.00%
  • yellow value is 49.53%
  • 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
%49.53
%16.86

Codes

Color #6BD46B in popluar color models

6BD46B
RGB107212107
HSL120°54.97%62.55%
HSB/HSV120°49.53%83.14%
CMYK49.53%0.00%49.53%
16.86%

Color #6BD46B in popluar number systems.

HEX6BD46B
Decimal107212107
Binary1101011110101001101011
Octal153324153

Shades and tints

Shades of #6BD46B

#6BD46B
(107,212,107)
#62C162
(98,193,98)
#59AE59
(89,174,89)
#509B50
(80,155,80)
#478847
(71,136,71)
#3E753E
(62,117,62)
#356235
(53,98,53)
#2C4F2C
(44,79,44)
#233C23
(35,60,35)
#1A291A
(26,41,26)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #6BD46B

#6BD46B
(107,212,107)
#78D778
(120,215,120)
#85DA85
(133,218,133)
#92DD92
(146,221,146)
#9FE09F
(159,224,159)
#ACE3AC
(172,227,172)
#B9E6B9
(185,230,185)
#C6E9C6
(198,233,198)
#D3ECD3
(211,236,211)
#E0EFE0
(224,239,224)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BD46B; }

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

This text font color is #6BD46B.


Background Color

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

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

This div background color is #6BD46B.


Border color

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

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

This div border color is #6BD46B.


Opacity

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

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

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

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

This text has shadow with #6BD46B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BD46B on black background.


Color preview on white background

This text has color #6BD46B on white background.



Black color preview on #6BD46B background

This text has black color on #6BD46B background.


White color preview on #6BD46B background

This text has white color on #6BD46B background.