COLOR #6FE55A

HEX: #6FE55A
RGB: (111,229,90)

Color info

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

RGB color model

#6FE55A color RGB value is (111,229,90).

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

RGB channels and saturation

R 111 of 255 = 44%
G 229 of 255 = 90%
B 90 of 255 = 35%

111
229
90

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

Portions of RGB colors in percentages

R + G + B =
111 + 229 + 90 = 430 (100%)
R 111 of 430 ~ 25.81%
G 229 of 430 ~ 53.26%
B 90 of 430 ~ 20.93%

%25.81
%53.26
%20.93

CMYK color model

#6FE55A color CMYK value is (52,0,61,10).

  • cyan value is 51.53%
  • magenta value is 0.00%
  • yellow value is 60.70%
  • key color value is 10.20%
CMYK:
(52,0,61,10)
C52M0Y61K10 
(52%,0%,61%,10%)
(0.52/0.00/0.61/0.10)	

CMYK percentages

%51.53
%0
%60.7
%10.2

Codes

Color #6FE55A in popluar color models

6FE55A
RGB11122990
HSL111°72.77%62.55%
HSB/HSV111°60.70%89.80%
CMYK51.53%0.00%60.70%
10.20%

Color #6FE55A in popluar number systems.

HEX6FE55A
Decimal11122990
Binary1101111111001011011010
Octal157345132

Shades and tints

Shades of #6FE55A

#6FE55A
(111,229,90)
#65D152
(101,209,82)
#5BBD4A
(91,189,74)
#51A942
(81,169,66)
#47953A
(71,149,58)
#3D8132
(61,129,50)
#336D2A
(51,109,42)
#295922
(41,89,34)
#1F451A
(31,69,26)
#153112
(21,49,18)
#0B1D0A
(11,29,10)
#000000
(0,0,0)

Tints of #6FE55A

#6FE55A
(111,229,90)
#7CE769
(124,231,105)
#89E978
(137,233,120)
#96EB87
(150,235,135)
#A3ED96
(163,237,150)
#B0EFA5
(176,239,165)
#BDF1B4
(189,241,180)
#CAF3C3
(202,243,195)
#D7F5D2
(215,245,210)
#E4F7E1
(228,247,225)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FE55A; }

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

This text font color is #6FE55A.


Background Color

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

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

This div background color is #6FE55A.


Border color

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

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

This div border color is #6FE55A.


Opacity

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

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

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

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

This text has shadow with #6FE55A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FE55A on black background.


Color preview on white background

This text has color #6FE55A on white background.



Black color preview on #6FE55A background

This text has black color on #6FE55A background.


White color preview on #6FE55A background

This text has white color on #6FE55A background.