COLOR #6FE172

HEX: #6FE172
RGB: (111,225,114)

Color info

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

RGB color model

#6FE172 color RGB value is (111,225,114).

  • red value is 111;
  • green value is 225;
  • blue value is 114.
RGB:
(111,225,114)
(44%,88%,45%)

RGB channels and saturation

R 111 of 255 = 44%
G 225 of 255 = 88%
B 114 of 255 = 45%

111
225
114

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

Portions of RGB colors in percentages

R + G + B =
111 + 225 + 114 = 450 (100%)
R 111 of 450 ~ 24.67%
G 225 of 450 ~ 50%
B 114 of 450 ~ 25.33%

%24.67
%50
%25.33

CMYK color model

#6FE172 color CMYK value is (51,0,49,12).

  • cyan value is 50.67%
  • magenta value is 0.00%
  • yellow value is 49.33%
  • key color value is 11.76%
CMYK:
(51,0,49,12)
C51M0Y49K12 
(51%,0%,49%,12%)
(0.51/0.00/0.49/0.12)	

CMYK percentages

%50.67
%0
%49.33
%11.76

Codes

Color #6FE172 in popluar color models

6FE172
RGB111225114
HSL122°65.52%65.88%
HSB/HSV122°50.67%88.24%
CMYK50.67%0.00%49.33%
11.76%

Color #6FE172 in popluar number systems.

HEX6FE172
Decimal111225114
Binary1101111111000011110010
Octal157341162

Shades and tints

Shades of #6FE172

#6FE172
(111,225,114)
#65CD68
(101,205,104)
#5BB95E
(91,185,94)
#51A554
(81,165,84)
#47914A
(71,145,74)
#3D7D40
(61,125,64)
#336936
(51,105,54)
#29552C
(41,85,44)
#1F4122
(31,65,34)
#152D18
(21,45,24)
#0B190E
(11,25,14)
#000000
(0,0,0)

Tints of #6FE172

#6FE172
(111,225,114)
#7CE37E
(124,227,126)
#89E58A
(137,229,138)
#96E796
(150,231,150)
#A3E9A2
(163,233,162)
#B0EBAE
(176,235,174)
#BDEDBA
(189,237,186)
#CAEFC6
(202,239,198)
#D7F1D2
(215,241,210)
#E4F3DE
(228,243,222)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FE172 color. Also use rgb(111,225,114) instead hex code.

Text Font Color

.myTextColor { color: #6FE172; }

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

This text font color is #6FE172.


Background Color

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

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

This div background color is #6FE172.


Border color

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

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

This div border color is #6FE172.


Opacity

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

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

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

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

This text has shadow with #6FE172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FE172 on black background.


Color preview on white background

This text has color #6FE172 on white background.



Black color preview on #6FE172 background

This text has black color on #6FE172 background.


White color preview on #6FE172 background

This text has white color on #6FE172 background.