COLOR #6FE680

HEX: #6FE680
RGB: (111,230,128)

Color info

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

RGB color model

#6FE680 color RGB value is (111,230,128).

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

RGB channels and saturation

R 111 of 255 = 44%
G 230 of 255 = 90%
B 128 of 255 = 50%

111
230
128

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

Portions of RGB colors in percentages

R + G + B =
111 + 230 + 128 = 469 (100%)
R 111 of 469 ~ 23.67%
G 230 of 469 ~ 49.04%
B 128 of 469 ~ 27.29%

%23.67
%49.04
%27.29

CMYK color model

#6FE680 color CMYK value is (52,0,44,10).

  • cyan value is 51.74%
  • magenta value is 0.00%
  • yellow value is 44.35%
  • key color value is 9.80%
CMYK:
(52,0,44,10)
C52M0Y44K10 
(52%,0%,44%,10%)
(0.52/0.00/0.44/0.10)	

CMYK percentages

%51.74
%0
%44.35
%9.8

Codes

Color #6FE680 in popluar color models

6FE680
RGB111230128
HSL129°70.41%66.86%
HSB/HSV129°51.74%90.20%
CMYK51.74%0.00%44.35%
9.80%

Color #6FE680 in popluar number systems.

HEX6FE680
Decimal111230128
Binary11011111110011010000000
Octal157346200

Shades and tints

Shades of #6FE680

#6FE680
(111,230,128)
#65D275
(101,210,117)
#5BBE6A
(91,190,106)
#51AA5F
(81,170,95)
#479654
(71,150,84)
#3D8249
(61,130,73)
#336E3E
(51,110,62)
#295A33
(41,90,51)
#1F4628
(31,70,40)
#15321D
(21,50,29)
#0B1E12
(11,30,18)
#000000
(0,0,0)

Tints of #6FE680

#6FE680
(111,230,128)
#7CE88B
(124,232,139)
#89EA96
(137,234,150)
#96ECA1
(150,236,161)
#A3EEAC
(163,238,172)
#B0F0B7
(176,240,183)
#BDF2C2
(189,242,194)
#CAF4CD
(202,244,205)
#D7F6D8
(215,246,216)
#E4F8E3
(228,248,227)
#F1FAEE
(241,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FE680; }

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

This text font color is #6FE680.


Background Color

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

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

This div background color is #6FE680.


Border color

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

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

This div border color is #6FE680.


Opacity

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

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

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

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

This text has shadow with #6FE680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FE680 on black background.


Color preview on white background

This text has color #6FE680 on white background.



Black color preview on #6FE680 background

This text has black color on #6FE680 background.


White color preview on #6FE680 background

This text has white color on #6FE680 background.