COLOR #6BD54F

HEX: #6BD54F
RGB: (107,213,79)

Color info

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

RGB color model

#6BD54F color RGB value is (107,213,79).

  • red value is 107;
  • green value is 213;
  • blue value is 79.
RGB:
(107,213,79)
(42%,84%,31%)

RGB channels and saturation

R 107 of 255 = 42%
G 213 of 255 = 84%
B 79 of 255 = 31%

107
213
79

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

Portions of RGB colors in percentages

R + G + B =
107 + 213 + 79 = 399 (100%)
R 107 of 399 ~ 26.82%
G 213 of 399 ~ 53.38%
B 79 of 399 ~ 19.8%

%26.82
%53.38
%19.8

CMYK color model

#6BD54F color CMYK value is (50,0,63,16).

  • cyan value is 49.77%
  • magenta value is 0.00%
  • yellow value is 62.91%
  • key color value is 16.47%
CMYK:
(50,0,63,16)
C50M0Y63K16 
(50%,0%,63%,16%)
(0.50/0.00/0.63/0.16)	

CMYK percentages

%49.77
%0
%62.91
%16.47

Codes

Color #6BD54F in popluar color models

6BD54F
RGB10721379
HSL107°61.47%57.25%
HSB/HSV107°62.91%83.53%
CMYK49.77%0.00%62.91%
16.47%

Color #6BD54F in popluar number systems.

HEX6BD54F
Decimal10721379
Binary1101011110101011001111
Octal153325117

Shades and tints

Shades of #6BD54F

#6BD54F
(107,213,79)
#62C248
(98,194,72)
#59AF41
(89,175,65)
#509C3A
(80,156,58)
#478933
(71,137,51)
#3E762C
(62,118,44)
#356325
(53,99,37)
#2C501E
(44,80,30)
#233D17
(35,61,23)
#1A2A10
(26,42,16)
#111709
(17,23,9)
#000000
(0,0,0)

Tints of #6BD54F

#6BD54F
(107,213,79)
#78D85F
(120,216,95)
#85DB6F
(133,219,111)
#92DE7F
(146,222,127)
#9FE18F
(159,225,143)
#ACE49F
(172,228,159)
#B9E7AF
(185,231,175)
#C6EABF
(198,234,191)
#D3EDCF
(211,237,207)
#E0F0DF
(224,240,223)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BD54F color. Also use rgb(107,213,79) instead hex code.

Text Font Color

.myTextColor { color: #6BD54F; }

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

This text font color is #6BD54F.


Background Color

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

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

This div background color is #6BD54F.


Border color

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

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

This div border color is #6BD54F.


Opacity

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

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

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

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

This text has shadow with #6BD54F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BD54F on black background.


Color preview on white background

This text has color #6BD54F on white background.



Black color preview on #6BD54F background

This text has black color on #6BD54F background.


White color preview on #6BD54F background

This text has white color on #6BD54F background.