COLOR #6BE713

HEX: #6BE713
RGB: (107,231,19)

Color info

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

RGB color model

#6BE713 color RGB value is (107,231,19).

  • red value is 107;
  • green value is 231;
  • blue value is 19.
RGB:
(107,231,19)
(42%,91%,7%)

RGB channels and saturation

R 107 of 255 = 42%
G 231 of 255 = 91%
B 19 of 255 = 7%

107
231
19

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

Portions of RGB colors in percentages

R + G + B =
107 + 231 + 19 = 357 (100%)
R 107 of 357 ~ 29.97%
G 231 of 357 ~ 64.71%
B 19 of 357 ~ 5.32%

%29.97
%64.71

CMYK color model

#6BE713 color CMYK value is (54,0,92,9).

  • cyan value is 53.68%
  • magenta value is 0.00%
  • yellow value is 91.77%
  • key color value is 9.41%
CMYK:
(54,0,92,9)
C54M0Y92K9 
(54%,0%,92%,9%)
(0.54/0.00/0.92/0.09)	

CMYK percentages

%53.68
%0
%91.77
%9.41

Codes

Color #6BE713 in popluar color models

6BE713
RGB10723119
HSL95°84.80%49.02%
HSB/HSV95°91.77%90.59%
CMYK53.68%0.00%91.77%
9.41%

Color #6BE713 in popluar number systems.

HEX6BE713
Decimal10723119
Binary11010111110011110011
Octal15334723

Shades and tints

Shades of #6BE713

#6BE713
(107,231,19)
#62D212
(98,210,18)
#59BD11
(89,189,17)
#50A810
(80,168,16)
#47930F
(71,147,15)
#3E7E0E
(62,126,14)
#35690D
(53,105,13)
#2C540C
(44,84,12)
#233F0B
(35,63,11)
#1A2A0A
(26,42,10)
#111509
(17,21,9)
#000000
(0,0,0)

Tints of #6BE713

#6BE713
(107,231,19)
#78E928
(120,233,40)
#85EB3D
(133,235,61)
#92ED52
(146,237,82)
#9FEF67
(159,239,103)
#ACF17C
(172,241,124)
#B9F391
(185,243,145)
#C6F5A6
(198,245,166)
#D3F7BB
(211,247,187)
#E0F9D0
(224,249,208)
#EDFBE5
(237,251,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BE713; }

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

This text font color is #6BE713.


Background Color

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

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

This div background color is #6BE713.


Border color

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

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

This div border color is #6BE713.


Opacity

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

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

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

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

This text has shadow with #6BE713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BE713 on black background.


Color preview on white background

This text has color #6BE713 on white background.



Black color preview on #6BE713 background

This text has black color on #6BE713 background.


White color preview on #6BE713 background

This text has white color on #6BE713 background.