COLOR #6BE882

HEX: #6BE882
RGB: (107,232,130)

Color info

#6BE882 contains mainly green color. Web safe color of #6BE882 is #66FF99 (or #6F9).

RGB color model

#6BE882 color RGB value is (107,232,130).

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

RGB channels and saturation

R 107 of 255 = 42%
G 232 of 255 = 91%
B 130 of 255 = 51%

107
232
130

R + G + B ~ 61%. #6BE882 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 232 + 130 = 469 (100%)
R 107 of 469 ~ 22.81%
G 232 of 469 ~ 49.47%
B 130 of 469 ~ 27.72%

%22.81
%49.47
%27.72

CMYK color model

#6BE882 color CMYK value is (54,0,44,9).

  • cyan value is 53.88%
  • magenta value is 0.00%
  • yellow value is 43.97%
  • key color value is 9.02%
CMYK:
(54,0,44,9)
C54M0Y44K9 
(54%,0%,44%,9%)
(0.54/0.00/0.44/0.09)	

CMYK percentages

%53.88
%0
%43.97
%9.02

Codes

Color #6BE882 in popluar color models

6BE882
RGB107232130
HSL131°73.10%66.47%
HSB/HSV131°53.88%90.98%
CMYK53.88%0.00%43.97%
9.02%

Color #6BE882 in popluar number systems.

HEX6BE882
Decimal107232130
Binary11010111110100010000010
Octal153350202

Shades and tints

Shades of #6BE882

#6BE882
(107,232,130)
#62D377
(98,211,119)
#59BE6C
(89,190,108)
#50A961
(80,169,97)
#479456
(71,148,86)
#3E7F4B
(62,127,75)
#356A40
(53,106,64)
#2C5535
(44,85,53)
#23402A
(35,64,42)
#1A2B1F
(26,43,31)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #6BE882

#6BE882
(107,232,130)
#78EA8D
(120,234,141)
#85EC98
(133,236,152)
#92EEA3
(146,238,163)
#9FF0AE
(159,240,174)
#ACF2B9
(172,242,185)
#B9F4C4
(185,244,196)
#C6F6CF
(198,246,207)
#D3F8DA
(211,248,218)
#E0FAE5
(224,250,229)
#EDFCF0
(237,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BE882; }

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

This text font color is #6BE882.


Background Color

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

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

This div background color is #6BE882.


Border color

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

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

This div border color is #6BE882.


Opacity

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

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

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

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

This text has shadow with #6BE882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BE882 on black background.


Color preview on white background

This text has color #6BE882 on white background.



Black color preview on #6BE882 background

This text has black color on #6BE882 background.


White color preview on #6BE882 background

This text has white color on #6BE882 background.