COLOR #6BD35C

HEX: #6BD35C
RGB: (107,211,92)

Color info

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

RGB color model

#6BD35C color RGB value is (107,211,92).

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

RGB channels and saturation

R 107 of 255 = 42%
G 211 of 255 = 83%
B 92 of 255 = 36%

107
211
92

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

Portions of RGB colors in percentages

R + G + B =
107 + 211 + 92 = 410 (100%)
R 107 of 410 ~ 26.1%
G 211 of 410 ~ 51.46%
B 92 of 410 ~ 22.44%

%26.1
%51.46
%22.44

CMYK color model

#6BD35C color CMYK value is (49,0,56,17).

  • cyan value is 49.29%
  • magenta value is 0.00%
  • yellow value is 56.40%
  • key color value is 17.25%
CMYK:
(49,0,56,17)
C49M0Y56K17 
(49%,0%,56%,17%)
(0.49/0.00/0.56/0.17)	

CMYK percentages

%49.29
%0
%56.4
%17.25

Codes

Color #6BD35C in popluar color models

6BD35C
RGB10721192
HSL112°57.49%59.41%
HSB/HSV112°56.40%82.75%
CMYK49.29%0.00%56.40%
17.25%

Color #6BD35C in popluar number systems.

HEX6BD35C
Decimal10721192
Binary1101011110100111011100
Octal153323134

Shades and tints

Shades of #6BD35C

#6BD35C
(107,211,92)
#62C054
(98,192,84)
#59AD4C
(89,173,76)
#509A44
(80,154,68)
#47873C
(71,135,60)
#3E7434
(62,116,52)
#35612C
(53,97,44)
#2C4E24
(44,78,36)
#233B1C
(35,59,28)
#1A2814
(26,40,20)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #6BD35C

#6BD35C
(107,211,92)
#78D76A
(120,215,106)
#85DB78
(133,219,120)
#92DF86
(146,223,134)
#9FE394
(159,227,148)
#ACE7A2
(172,231,162)
#B9EBB0
(185,235,176)
#C6EFBE
(198,239,190)
#D3F3CC
(211,243,204)
#E0F7DA
(224,247,218)
#EDFBE8
(237,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BD35C; }

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

This text font color is #6BD35C.


Background Color

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

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

This div background color is #6BD35C.


Border color

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

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

This div border color is #6BD35C.


Opacity

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

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

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

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

This text has shadow with #6BD35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BD35C on black background.


Color preview on white background

This text has color #6BD35C on white background.



Black color preview on #6BD35C background

This text has black color on #6BD35C background.


White color preview on #6BD35C background

This text has white color on #6BD35C background.