COLOR #6BFC78

HEX: #6BFC78
RGB: (107,252,120)

Color info

#6BFC78 contains mainly green color. Web safe color of #6BFC78 is #66FF66 (or #6F6).

RGB color model

#6BFC78 color RGB value is (107,252,120).

  • red value is 107;
  • green value is 252;
  • blue value is 120.
RGB:
(107,252,120)
(42%,99%,47%)

RGB channels and saturation

R 107 of 255 = 42%
G 252 of 255 = 99%
B 120 of 255 = 47%

107
252
120

R + G + B ~ 63%. #6BFC78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 252 + 120 = 479 (100%)
R 107 of 479 ~ 22.34%
G 252 of 479 ~ 52.61%
B 120 of 479 ~ 25.05%

%22.34
%52.61
%25.05

CMYK color model

#6BFC78 color CMYK value is (58,0,52,1).

  • cyan value is 57.54%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 1.18%
CMYK:
(58,0,52,1)
C58M0Y52K1 
(58%,0%,52%,1%)
(0.58/0.00/0.52/0.01)	

CMYK percentages

%57.54
%0
%52.38
%1.18

Codes

Color #6BFC78 in popluar color models

6BFC78
RGB107252120
HSL125°96.03%70.39%
HSB/HSV125°57.54%98.82%
CMYK57.54%0.00%52.38%
1.18%

Color #6BFC78 in popluar number systems.

HEX6BFC78
Decimal107252120
Binary1101011111111001111000
Octal153374170

Shades and tints

Shades of #6BFC78

#6BFC78
(107,252,120)
#62E66E
(98,230,110)
#59D064
(89,208,100)
#50BA5A
(80,186,90)
#47A450
(71,164,80)
#3E8E46
(62,142,70)
#35783C
(53,120,60)
#2C6232
(44,98,50)
#234C28
(35,76,40)
#1A361E
(26,54,30)
#112014
(17,32,20)
#000000
(0,0,0)

Tints of #6BFC78

#6BFC78
(107,252,120)
#78FC84
(120,252,132)
#85FC90
(133,252,144)
#92FC9C
(146,252,156)
#9FFCA8
(159,252,168)
#ACFCB4
(172,252,180)
#B9FCC0
(185,252,192)
#C6FCCC
(198,252,204)
#D3FCD8
(211,252,216)
#E0FCE4
(224,252,228)
#EDFCF0
(237,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BFC78 color. Also use rgb(107,252,120) instead hex code.

Text Font Color

.myTextColor { color: #6BFC78; }

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

This text font color is #6BFC78.


Background Color

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

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

This div background color is #6BFC78.


Border color

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

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

This div border color is #6BFC78.


Opacity

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

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

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

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

This text has shadow with #6BFC78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BFC78 on black background.


Color preview on white background

This text has color #6BFC78 on white background.



Black color preview on #6BFC78 background

This text has black color on #6BFC78 background.


White color preview on #6BFC78 background

This text has white color on #6BFC78 background.