COLOR #6FF880

HEX: #6FF880
RGB: (111,248,128)

Color info

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

RGB color model

#6FF880 color RGB value is (111,248,128).

  • red value is 111;
  • green value is 248;
  • blue value is 128.
RGB:
(111,248,128)
(44%,97%,50%)

RGB channels and saturation

R 111 of 255 = 44%
G 248 of 255 = 97%
B 128 of 255 = 50%

111
248
128

R + G + B ~ 64%. #6FF880 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 248 + 128 = 487 (100%)
R 111 of 487 ~ 22.79%
G 248 of 487 ~ 50.92%
B 128 of 487 ~ 26.28%

%22.79
%50.92
%26.28

CMYK color model

#6FF880 color CMYK value is (55,0,48,3).

  • cyan value is 55.24%
  • magenta value is 0.00%
  • yellow value is 48.39%
  • key color value is 2.75%
CMYK:
(55,0,48,3)
C55M0Y48K3 
(55%,0%,48%,3%)
(0.55/0.00/0.48/0.03)	

CMYK percentages

%55.24
%0
%48.39
%2.75

Codes

Color #6FF880 in popluar color models

6FF880
RGB111248128
HSL127°90.73%70.39%
HSB/HSV127°55.24%97.25%
CMYK55.24%0.00%48.39%
2.75%

Color #6FF880 in popluar number systems.

HEX6FF880
Decimal111248128
Binary11011111111100010000000
Octal157370200

Shades and tints

Shades of #6FF880

#6FF880
(111,248,128)
#65E275
(101,226,117)
#5BCC6A
(91,204,106)
#51B65F
(81,182,95)
#47A054
(71,160,84)
#3D8A49
(61,138,73)
#33743E
(51,116,62)
#295E33
(41,94,51)
#1F4828
(31,72,40)
#15321D
(21,50,29)
#0B1C12
(11,28,18)
#000000
(0,0,0)

Tints of #6FF880

#6FF880
(111,248,128)
#7CF88B
(124,248,139)
#89F896
(137,248,150)
#96F8A1
(150,248,161)
#A3F8AC
(163,248,172)
#B0F8B7
(176,248,183)
#BDF8C2
(189,248,194)
#CAF8CD
(202,248,205)
#D7F8D8
(215,248,216)
#E4F8E3
(228,248,227)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FF880 color. Also use rgb(111,248,128) instead hex code.

Text Font Color

.myTextColor { color: #6FF880; }

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

This text font color is #6FF880.


Background Color

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

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

This div background color is #6FF880.


Border color

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

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

This div border color is #6FF880.


Opacity

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

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

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

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

This text has shadow with #6FF880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FF880 on black background.


Color preview on white background

This text has color #6FF880 on white background.



Black color preview on #6FF880 background

This text has black color on #6FF880 background.


White color preview on #6FF880 background

This text has white color on #6FF880 background.