COLOR #6BFD2E

HEX: #6BFD2E
RGB: (107,253,46)

Color info

#6BFD2E contains mainly green color. Web safe color of #6BFD2E is #66FF33 (or #6F3).

RGB color model

#6BFD2E color RGB value is (107,253,46).

  • red value is 107;
  • green value is 253;
  • blue value is 46.
RGB:
(107,253,46)
(42%,99%,18%)

RGB channels and saturation

R 107 of 255 = 42%
G 253 of 255 = 99%
B 46 of 255 = 18%

107
253
46

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

Portions of RGB colors in percentages

R + G + B =
107 + 253 + 46 = 406 (100%)
R 107 of 406 ~ 26.35%
G 253 of 406 ~ 62.32%
B 46 of 406 ~ 11.33%

%26.35
%62.32
%11.33

CMYK color model

#6BFD2E color CMYK value is (58,0,82,1).

  • cyan value is 57.71%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 0.78%
CMYK:
(58,0,82,1)
C58M0Y82K1 
(58%,0%,82%,1%)
(0.58/0.00/0.82/0.01)	

CMYK percentages

%57.71
%0
%81.82
%0.78

Codes

Color #6BFD2E in popluar color models

6BFD2E
RGB10725346
HSL102°98.10%58.63%
HSB/HSV102°81.82%99.22%
CMYK57.71%0.00%81.82%
0.78%

Color #6BFD2E in popluar number systems.

HEX6BFD2E
Decimal10725346
Binary110101111111101101110
Octal15337556

Shades and tints

Shades of #6BFD2E

#6BFD2E
(107,253,46)
#62E62A
(98,230,42)
#59CF26
(89,207,38)
#50B822
(80,184,34)
#47A11E
(71,161,30)
#3E8A1A
(62,138,26)
#357316
(53,115,22)
#2C5C12
(44,92,18)
#23450E
(35,69,14)
#1A2E0A
(26,46,10)
#111706
(17,23,6)
#000000
(0,0,0)

Tints of #6BFD2E

#6BFD2E
(107,253,46)
#78FD41
(120,253,65)
#85FD54
(133,253,84)
#92FD67
(146,253,103)
#9FFD7A
(159,253,122)
#ACFD8D
(172,253,141)
#B9FDA0
(185,253,160)
#C6FDB3
(198,253,179)
#D3FDC6
(211,253,198)
#E0FDD9
(224,253,217)
#EDFDEC
(237,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BFD2E; }

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

This text font color is #6BFD2E.


Background Color

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

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

This div background color is #6BFD2E.


Border color

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

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

This div border color is #6BFD2E.


Opacity

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

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

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

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

This text has shadow with #6BFD2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BFD2E on black background.


Color preview on white background

This text has color #6BFD2E on white background.



Black color preview on #6BFD2E background

This text has black color on #6BFD2E background.


White color preview on #6BFD2E background

This text has white color on #6BFD2E background.