COLOR #6BD257

HEX: #6BD257
RGB: (107,210,87)

Color info

#6BD257 contains mainly green color. Web safe color of #6BD257 is #66CC66 (or #6C6).

RGB color model

#6BD257 color RGB value is (107,210,87).

  • red value is 107;
  • green value is 210;
  • blue value is 87.
RGB:
(107,210,87)
(42%,82%,34%)

RGB channels and saturation

R 107 of 255 = 42%
G 210 of 255 = 82%
B 87 of 255 = 34%

107
210
87

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

Portions of RGB colors in percentages

R + G + B =
107 + 210 + 87 = 404 (100%)
R 107 of 404 ~ 26.49%
G 210 of 404 ~ 51.98%
B 87 of 404 ~ 21.53%

%26.49
%51.98
%21.53

CMYK color model

#6BD257 color CMYK value is (49,0,59,18).

  • cyan value is 49.05%
  • magenta value is 0.00%
  • yellow value is 58.57%
  • key color value is 17.65%
CMYK:
(49,0,59,18)
C49M0Y59K18 
(49%,0%,59%,18%)
(0.49/0.00/0.59/0.18)	

CMYK percentages

%49.05
%0
%58.57
%17.65

Codes

Color #6BD257 in popluar color models

6BD257
RGB10721087
HSL110°57.75%58.24%
HSB/HSV110°58.57%82.35%
CMYK49.05%0.00%58.57%
17.65%

Color #6BD257 in popluar number systems.

HEX6BD257
Decimal10721087
Binary1101011110100101010111
Octal153322127

Shades and tints

Shades of #6BD257

#6BD257
(107,210,87)
#62BF50
(98,191,80)
#59AC49
(89,172,73)
#509942
(80,153,66)
#47863B
(71,134,59)
#3E7334
(62,115,52)
#35602D
(53,96,45)
#2C4D26
(44,77,38)
#233A1F
(35,58,31)
#1A2718
(26,39,24)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #6BD257

#6BD257
(107,210,87)
#78D666
(120,214,102)
#85DA75
(133,218,117)
#92DE84
(146,222,132)
#9FE293
(159,226,147)
#ACE6A2
(172,230,162)
#B9EAB1
(185,234,177)
#C6EEC0
(198,238,192)
#D3F2CF
(211,242,207)
#E0F6DE
(224,246,222)
#EDFAED
(237,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BD257 color. Also use rgb(107,210,87) instead hex code.

Text Font Color

.myTextColor { color: #6BD257; }

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

This text font color is #6BD257.


Background Color

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

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

This div background color is #6BD257.


Border color

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

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

This div border color is #6BD257.


Opacity

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

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

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

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

This text has shadow with #6BD257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BD257 on black background.


Color preview on white background

This text has color #6BD257 on white background.



Black color preview on #6BD257 background

This text has black color on #6BD257 background.


White color preview on #6BD257 background

This text has white color on #6BD257 background.