COLOR #6FE07C

HEX: #6FE07C
RGB: (111,224,124)

Color info

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

RGB color model

#6FE07C color RGB value is (111,224,124).

  • red value is 111;
  • green value is 224;
  • blue value is 124.
RGB:
(111,224,124)
(44%,88%,49%)

RGB channels and saturation

R 111 of 255 = 44%
G 224 of 255 = 88%
B 124 of 255 = 49%

111
224
124

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

Portions of RGB colors in percentages

R + G + B =
111 + 224 + 124 = 459 (100%)
R 111 of 459 ~ 24.18%
G 224 of 459 ~ 48.8%
B 124 of 459 ~ 27.02%

%24.18
%48.8
%27.02

CMYK color model

#6FE07C color CMYK value is (50,0,45,12).

  • cyan value is 50.45%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 12.16%
CMYK:
(50,0,45,12)
C50M0Y45K12 
(50%,0%,45%,12%)
(0.50/0.00/0.45/0.12)	

CMYK percentages

%50.45
%0
%44.64
%12.16

Codes

Color #6FE07C in popluar color models

6FE07C
RGB111224124
HSL127°64.57%65.69%
HSB/HSV127°50.45%87.84%
CMYK50.45%0.00%44.64%
12.16%

Color #6FE07C in popluar number systems.

HEX6FE07C
Decimal111224124
Binary1101111111000001111100
Octal157340174

Shades and tints

Shades of #6FE07C

#6FE07C
(111,224,124)
#65CC71
(101,204,113)
#5BB866
(91,184,102)
#51A45B
(81,164,91)
#479050
(71,144,80)
#3D7C45
(61,124,69)
#33683A
(51,104,58)
#29542F
(41,84,47)
#1F4024
(31,64,36)
#152C19
(21,44,25)
#0B180E
(11,24,14)
#000000
(0,0,0)

Tints of #6FE07C

#6FE07C
(111,224,124)
#7CE287
(124,226,135)
#89E492
(137,228,146)
#96E69D
(150,230,157)
#A3E8A8
(163,232,168)
#B0EAB3
(176,234,179)
#BDECBE
(189,236,190)
#CAEEC9
(202,238,201)
#D7F0D4
(215,240,212)
#E4F2DF
(228,242,223)
#F1F4EA
(241,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FE07C color. Also use rgb(111,224,124) instead hex code.

Text Font Color

.myTextColor { color: #6FE07C; }

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

This text font color is #6FE07C.


Background Color

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

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

This div background color is #6FE07C.


Border color

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

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

This div border color is #6FE07C.


Opacity

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

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

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

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

This text has shadow with #6FE07C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FE07C on black background.


Color preview on white background

This text has color #6FE07C on white background.



Black color preview on #6FE07C background

This text has black color on #6FE07C background.


White color preview on #6FE07C background

This text has white color on #6FE07C background.