COLOR #6BE916

HEX: #6BE916
RGB: (107,233,22)

Color info

#6BE916 contains mainly green color. Web safe color of #6BE916 is #66FF00 (or #6F0).

RGB color model

#6BE916 color RGB value is (107,233,22).

  • red value is 107;
  • green value is 233;
  • blue value is 22.
RGB:
(107,233,22)
(42%,91%,9%)

RGB channels and saturation

R 107 of 255 = 42%
G 233 of 255 = 91%
B 22 of 255 = 9%

107
233
22

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

Portions of RGB colors in percentages

R + G + B =
107 + 233 + 22 = 362 (100%)
R 107 of 362 ~ 29.56%
G 233 of 362 ~ 64.36%
B 22 of 362 ~ 6.08%

%29.56
%64.36

CMYK color model

#6BE916 color CMYK value is (54,0,91,9).

  • cyan value is 54.08%
  • magenta value is 0.00%
  • yellow value is 90.56%
  • key color value is 8.63%
CMYK:
(54,0,91,9)
C54M0Y91K9 
(54%,0%,91%,9%)
(0.54/0.00/0.91/0.09)	

CMYK percentages

%54.08
%0
%90.56
%8.63

Codes

Color #6BE916 in popluar color models

6BE916
RGB10723322
HSL96°82.75%50.00%
HSB/HSV96°90.56%91.37%
CMYK54.08%0.00%90.56%
8.63%

Color #6BE916 in popluar number systems.

HEX6BE916
Decimal10723322
Binary11010111110100110110
Octal15335126

Shades and tints

Shades of #6BE916

#6BE916
(107,233,22)
#62D414
(98,212,20)
#59BF12
(89,191,18)
#50AA10
(80,170,16)
#47950E
(71,149,14)
#3E800C
(62,128,12)
#356B0A
(53,107,10)
#2C5608
(44,86,8)
#234106
(35,65,6)
#1A2C04
(26,44,4)
#111702
(17,23,2)
#000000
(0,0,0)

Tints of #6BE916

#6BE916
(107,233,22)
#78EB2B
(120,235,43)
#85ED40
(133,237,64)
#92EF55
(146,239,85)
#9FF16A
(159,241,106)
#ACF37F
(172,243,127)
#B9F594
(185,245,148)
#C6F7A9
(198,247,169)
#D3F9BE
(211,249,190)
#E0FBD3
(224,251,211)
#EDFDE8
(237,253,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BE916; }

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

This text font color is #6BE916.


Background Color

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

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

This div background color is #6BE916.


Border color

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

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

This div border color is #6BE916.


Opacity

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

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

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

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

This text has shadow with #6BE916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BE916 on black background.


Color preview on white background

This text has color #6BE916 on white background.



Black color preview on #6BE916 background

This text has black color on #6BE916 background.


White color preview on #6BE916 background

This text has white color on #6BE916 background.