COLOR #6FEE5A

HEX: #6FEE5A
RGB: (111,238,90)

Color info

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

RGB color model

#6FEE5A color RGB value is (111,238,90).

  • red value is 111;
  • green value is 238;
  • blue value is 90.
RGB:
(111,238,90)
(44%,93%,35%)

RGB channels and saturation

R 111 of 255 = 44%
G 238 of 255 = 93%
B 90 of 255 = 35%

111
238
90

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

Portions of RGB colors in percentages

R + G + B =
111 + 238 + 90 = 439 (100%)
R 111 of 439 ~ 25.28%
G 238 of 439 ~ 54.21%
B 90 of 439 ~ 20.5%

%25.28
%54.21
%20.5

CMYK color model

#6FEE5A color CMYK value is (53,0,62,7).

  • cyan value is 53.36%
  • magenta value is 0.00%
  • yellow value is 62.18%
  • key color value is 6.67%
CMYK:
(53,0,62,7)
C53M0Y62K7 
(53%,0%,62%,7%)
(0.53/0.00/0.62/0.07)	

CMYK percentages

%53.36
%0
%62.18
%6.67

Codes

Color #6FEE5A in popluar color models

6FEE5A
RGB11123890
HSL111°81.32%64.31%
HSB/HSV111°62.18%93.33%
CMYK53.36%0.00%62.18%
6.67%

Color #6FEE5A in popluar number systems.

HEX6FEE5A
Decimal11123890
Binary1101111111011101011010
Octal157356132

Shades and tints

Shades of #6FEE5A

#6FEE5A
(111,238,90)
#65D952
(101,217,82)
#5BC44A
(91,196,74)
#51AF42
(81,175,66)
#479A3A
(71,154,58)
#3D8532
(61,133,50)
#33702A
(51,112,42)
#295B22
(41,91,34)
#1F461A
(31,70,26)
#153112
(21,49,18)
#0B1C0A
(11,28,10)
#000000
(0,0,0)

Tints of #6FEE5A

#6FEE5A
(111,238,90)
#7CEF69
(124,239,105)
#89F078
(137,240,120)
#96F187
(150,241,135)
#A3F296
(163,242,150)
#B0F3A5
(176,243,165)
#BDF4B4
(189,244,180)
#CAF5C3
(202,245,195)
#D7F6D2
(215,246,210)
#E4F7E1
(228,247,225)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FEE5A color. Also use rgb(111,238,90) instead hex code.

Text Font Color

.myTextColor { color: #6FEE5A; }

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

This text font color is #6FEE5A.


Background Color

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

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

This div background color is #6FEE5A.


Border color

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

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

This div border color is #6FEE5A.


Opacity

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

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

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

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

This text has shadow with #6FEE5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FEE5A on black background.


Color preview on white background

This text has color #6FEE5A on white background.



Black color preview on #6FEE5A background

This text has black color on #6FEE5A background.


White color preview on #6FEE5A background

This text has white color on #6FEE5A background.