COLOR #6BE68B

HEX: #6BE68B
RGB: (107,230,139)

Color info

#6BE68B contains mainly green color. Web safe color of #6BE68B is #66CC99 (or #6C9).

RGB color model

#6BE68B color RGB value is (107,230,139).

  • red value is 107;
  • green value is 230;
  • blue value is 139.
RGB:
(107,230,139)
(42%,90%,55%)

RGB channels and saturation

R 107 of 255 = 42%
G 230 of 255 = 90%
B 139 of 255 = 55%

107
230
139

R + G + B ~ 62%. #6BE68B is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 230 + 139 = 476 (100%)
R 107 of 476 ~ 22.48%
G 230 of 476 ~ 48.32%
B 139 of 476 ~ 29.2%

%22.48
%48.32
%29.2

CMYK color model

#6BE68B color CMYK value is (53,0,40,10).

  • cyan value is 53.48%
  • magenta value is 0.00%
  • yellow value is 39.57%
  • key color value is 9.80%
CMYK:
(53,0,40,10)
C53M0Y40K10 
(53%,0%,40%,10%)
(0.53/0.00/0.40/0.10)	

CMYK percentages

%53.48
%0
%39.57
%9.8

Codes

Color #6BE68B in popluar color models

6BE68B
RGB107230139
HSL136°71.10%66.08%
HSB/HSV136°53.48%90.20%
CMYK53.48%0.00%39.57%
9.80%

Color #6BE68B in popluar number systems.

HEX6BE68B
Decimal107230139
Binary11010111110011010001011
Octal153346213

Shades and tints

Shades of #6BE68B

#6BE68B
(107,230,139)
#62D27F
(98,210,127)
#59BE73
(89,190,115)
#50AA67
(80,170,103)
#47965B
(71,150,91)
#3E824F
(62,130,79)
#356E43
(53,110,67)
#2C5A37
(44,90,55)
#23462B
(35,70,43)
#1A321F
(26,50,31)
#111E13
(17,30,19)
#000000
(0,0,0)

Tints of #6BE68B

#6BE68B
(107,230,139)
#78E895
(120,232,149)
#85EA9F
(133,234,159)
#92ECA9
(146,236,169)
#9FEEB3
(159,238,179)
#ACF0BD
(172,240,189)
#B9F2C7
(185,242,199)
#C6F4D1
(198,244,209)
#D3F6DB
(211,246,219)
#E0F8E5
(224,248,229)
#EDFAEF
(237,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BE68B color. Also use rgb(107,230,139) instead hex code.

Text Font Color

.myTextColor { color: #6BE68B; }

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

This text font color is #6BE68B.


Background Color

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

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

This div background color is #6BE68B.


Border color

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

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

This div border color is #6BE68B.


Opacity

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

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

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

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

This text has shadow with #6BE68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BE68B on black background.


Color preview on white background

This text has color #6BE68B on white background.



Black color preview on #6BE68B background

This text has black color on #6BE68B background.


White color preview on #6BE68B background

This text has white color on #6BE68B background.