COLOR #6BE865

HEX: #6BE865
RGB: (107,232,101)

Color info

#6BE865 contains mainly green color. Web safe color of #6BE865 is #66FF66 (or #6F6).

RGB color model

#6BE865 color RGB value is (107,232,101).

  • red value is 107;
  • green value is 232;
  • blue value is 101.
RGB:
(107,232,101)
(42%,91%,40%)

RGB channels and saturation

R 107 of 255 = 42%
G 232 of 255 = 91%
B 101 of 255 = 40%

107
232
101

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

Portions of RGB colors in percentages

R + G + B =
107 + 232 + 101 = 440 (100%)
R 107 of 440 ~ 24.32%
G 232 of 440 ~ 52.73%
B 101 of 440 ~ 22.95%

%24.32
%52.73
%22.95

CMYK color model

#6BE865 color CMYK value is (54,0,56,9).

  • cyan value is 53.88%
  • magenta value is 0.00%
  • yellow value is 56.47%
  • key color value is 9.02%
CMYK:
(54,0,56,9)
C54M0Y56K9 
(54%,0%,56%,9%)
(0.54/0.00/0.56/0.09)	

CMYK percentages

%53.88
%0
%56.47
%9.02

Codes

Color #6BE865 in popluar color models

6BE865
RGB107232101
HSL117°74.01%65.29%
HSB/HSV117°56.47%90.98%
CMYK53.88%0.00%56.47%
9.02%

Color #6BE865 in popluar number systems.

HEX6BE865
Decimal107232101
Binary1101011111010001100101
Octal153350145

Shades and tints

Shades of #6BE865

#6BE865
(107,232,101)
#62D35C
(98,211,92)
#59BE53
(89,190,83)
#50A94A
(80,169,74)
#479441
(71,148,65)
#3E7F38
(62,127,56)
#356A2F
(53,106,47)
#2C5526
(44,85,38)
#23401D
(35,64,29)
#1A2B14
(26,43,20)
#11160B
(17,22,11)
#000000
(0,0,0)

Tints of #6BE865

#6BE865
(107,232,101)
#78EA73
(120,234,115)
#85EC81
(133,236,129)
#92EE8F
(146,238,143)
#9FF09D
(159,240,157)
#ACF2AB
(172,242,171)
#B9F4B9
(185,244,185)
#C6F6C7
(198,246,199)
#D3F8D5
(211,248,213)
#E0FAE3
(224,250,227)
#EDFCF1
(237,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BE865; }

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

This text font color is #6BE865.


Background Color

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

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

This div background color is #6BE865.


Border color

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

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

This div border color is #6BE865.


Opacity

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

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

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

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

This text has shadow with #6BE865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BE865 on black background.


Color preview on white background

This text has color #6BE865 on white background.



Black color preview on #6BE865 background

This text has black color on #6BE865 background.


White color preview on #6BE865 background

This text has white color on #6BE865 background.