COLOR #6FD989

HEX: #6FD989
RGB: (111,217,137)

Color info

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

RGB color model

#6FD989 color RGB value is (111,217,137).

  • red value is 111;
  • green value is 217;
  • blue value is 137.
RGB:
(111,217,137)
(44%,85%,54%)

RGB channels and saturation

R 111 of 255 = 44%
G 217 of 255 = 85%
B 137 of 255 = 54%

111
217
137

R + G + B ~ 61%. #6FD989 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 217 + 137 = 465 (100%)
R 111 of 465 ~ 23.87%
G 217 of 465 ~ 46.67%
B 137 of 465 ~ 29.46%

%23.87
%46.67
%29.46

CMYK color model

#6FD989 color CMYK value is (49,0,37,15).

  • cyan value is 48.85%
  • magenta value is 0.00%
  • yellow value is 36.87%
  • key color value is 14.90%
CMYK:
(49,0,37,15)
C49M0Y37K15 
(49%,0%,37%,15%)
(0.49/0.00/0.37/0.15)	

CMYK percentages

%48.85
%0
%36.87
%14.9

Codes

Color #6FD989 in popluar color models

6FD989
RGB111217137
HSL135°58.24%64.31%
HSB/HSV135°48.85%85.10%
CMYK48.85%0.00%36.87%
14.90%

Color #6FD989 in popluar number systems.

HEX6FD989
Decimal111217137
Binary11011111101100110001001
Octal157331211

Shades and tints

Shades of #6FD989

#6FD989
(111,217,137)
#65C67D
(101,198,125)
#5BB371
(91,179,113)
#51A065
(81,160,101)
#478D59
(71,141,89)
#3D7A4D
(61,122,77)
#336741
(51,103,65)
#295435
(41,84,53)
#1F4129
(31,65,41)
#152E1D
(21,46,29)
#0B1B11
(11,27,17)
#000000
(0,0,0)

Tints of #6FD989

#6FD989
(111,217,137)
#7CDC93
(124,220,147)
#89DF9D
(137,223,157)
#96E2A7
(150,226,167)
#A3E5B1
(163,229,177)
#B0E8BB
(176,232,187)
#BDEBC5
(189,235,197)
#CAEECF
(202,238,207)
#D7F1D9
(215,241,217)
#E4F4E3
(228,244,227)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD989 color. Also use rgb(111,217,137) instead hex code.

Text Font Color

.myTextColor { color: #6FD989; }

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

This text font color is #6FD989.


Background Color

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

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

This div background color is #6FD989.


Border color

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

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

This div border color is #6FD989.


Opacity

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

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

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

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

This text has shadow with #6FD989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FD989 on black background.


Color preview on white background

This text has color #6FD989 on white background.



Black color preview on #6FD989 background

This text has black color on #6FD989 background.


White color preview on #6FD989 background

This text has white color on #6FD989 background.