COLOR #6BE085

HEX: #6BE085
RGB: (107,224,133)

Color info

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

RGB color model

#6BE085 color RGB value is (107,224,133).

  • red value is 107;
  • green value is 224;
  • blue value is 133.
RGB:
(107,224,133)
(42%,88%,52%)

RGB channels and saturation

R 107 of 255 = 42%
G 224 of 255 = 88%
B 133 of 255 = 52%

107
224
133

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

Portions of RGB colors in percentages

R + G + B =
107 + 224 + 133 = 464 (100%)
R 107 of 464 ~ 23.06%
G 224 of 464 ~ 48.28%
B 133 of 464 ~ 28.66%

%23.06
%48.28
%28.66

CMYK color model

#6BE085 color CMYK value is (52,0,41,12).

  • cyan value is 52.23%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 12.16%
CMYK:
(52,0,41,12)
C52M0Y41K12 
(52%,0%,41%,12%)
(0.52/0.00/0.41/0.12)	

CMYK percentages

%52.23
%0
%40.63
%12.16

Codes

Color #6BE085 in popluar color models

6BE085
RGB107224133
HSL133°65.36%64.90%
HSB/HSV133°52.23%87.84%
CMYK52.23%0.00%40.63%
12.16%

Color #6BE085 in popluar number systems.

HEX6BE085
Decimal107224133
Binary11010111110000010000101
Octal153340205

Shades and tints

Shades of #6BE085

#6BE085
(107,224,133)
#62CC79
(98,204,121)
#59B86D
(89,184,109)
#50A461
(80,164,97)
#479055
(71,144,85)
#3E7C49
(62,124,73)
#35683D
(53,104,61)
#2C5431
(44,84,49)
#234025
(35,64,37)
#1A2C19
(26,44,25)
#11180D
(17,24,13)
#000000
(0,0,0)

Tints of #6BE085

#6BE085
(107,224,133)
#78E290
(120,226,144)
#85E49B
(133,228,155)
#92E6A6
(146,230,166)
#9FE8B1
(159,232,177)
#ACEABC
(172,234,188)
#B9ECC7
(185,236,199)
#C6EED2
(198,238,210)
#D3F0DD
(211,240,221)
#E0F2E8
(224,242,232)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BE085 color. Also use rgb(107,224,133) instead hex code.

Text Font Color

.myTextColor { color: #6BE085; }

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

This text font color is #6BE085.


Background Color

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

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

This div background color is #6BE085.


Border color

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

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

This div border color is #6BE085.


Opacity

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

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

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

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

This text has shadow with #6BE085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BE085 on black background.


Color preview on white background

This text has color #6BE085 on white background.



Black color preview on #6BE085 background

This text has black color on #6BE085 background.


White color preview on #6BE085 background

This text has white color on #6BE085 background.