COLOR #6FE292

HEX: #6FE292
RGB: (111,226,146)

Color info

#6FE292 contains mainly green color. Web safe color of #6FE292 is #66CC99 (or #6C9).

RGB color model

#6FE292 color RGB value is (111,226,146).

  • red value is 111;
  • green value is 226;
  • blue value is 146.
RGB:
(111,226,146)
(44%,89%,57%)

RGB channels and saturation

R 111 of 255 = 44%
G 226 of 255 = 89%
B 146 of 255 = 57%

111
226
146

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

Portions of RGB colors in percentages

R + G + B =
111 + 226 + 146 = 483 (100%)
R 111 of 483 ~ 22.98%
G 226 of 483 ~ 46.79%
B 146 of 483 ~ 30.23%

%22.98
%46.79
%30.23

CMYK color model

#6FE292 color CMYK value is (51,0,35,11).

  • cyan value is 50.88%
  • magenta value is 0.00%
  • yellow value is 35.40%
  • key color value is 11.37%
CMYK:
(51,0,35,11)
C51M0Y35K11 
(51%,0%,35%,11%)
(0.51/0.00/0.35/0.11)	

CMYK percentages

%50.88
%0
%35.4
%11.37

Codes

Color #6FE292 in popluar color models

6FE292
RGB111226146
HSL138°66.47%66.08%
HSB/HSV138°50.88%88.63%
CMYK50.88%0.00%35.40%
11.37%

Color #6FE292 in popluar number systems.

HEX6FE292
Decimal111226146
Binary11011111110001010010010
Octal157342222

Shades and tints

Shades of #6FE292

#6FE292
(111,226,146)
#65CE85
(101,206,133)
#5BBA78
(91,186,120)
#51A66B
(81,166,107)
#47925E
(71,146,94)
#3D7E51
(61,126,81)
#336A44
(51,106,68)
#295637
(41,86,55)
#1F422A
(31,66,42)
#152E1D
(21,46,29)
#0B1A10
(11,26,16)
#000000
(0,0,0)

Tints of #6FE292

#6FE292
(111,226,146)
#7CE49B
(124,228,155)
#89E6A4
(137,230,164)
#96E8AD
(150,232,173)
#A3EAB6
(163,234,182)
#B0ECBF
(176,236,191)
#BDEEC8
(189,238,200)
#CAF0D1
(202,240,209)
#D7F2DA
(215,242,218)
#E4F4E3
(228,244,227)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FE292 color. Also use rgb(111,226,146) instead hex code.

Text Font Color

.myTextColor { color: #6FE292; }

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

This text font color is #6FE292.


Background Color

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

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

This div background color is #6FE292.


Border color

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

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

This div border color is #6FE292.


Opacity

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

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

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

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

This text has shadow with #6FE292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FE292 on black background.


Color preview on white background

This text has color #6FE292 on white background.



Black color preview on #6FE292 background

This text has black color on #6FE292 background.


White color preview on #6FE292 background

This text has white color on #6FE292 background.