COLOR #6FDA81

HEX: #6FDA81
RGB: (111,218,129)

Color info

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

RGB color model

#6FDA81 color RGB value is (111,218,129).

  • red value is 111;
  • green value is 218;
  • blue value is 129.
RGB:
(111,218,129)
(44%,85%,51%)

RGB channels and saturation

R 111 of 255 = 44%
G 218 of 255 = 85%
B 129 of 255 = 51%

111
218
129

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

Portions of RGB colors in percentages

R + G + B =
111 + 218 + 129 = 458 (100%)
R 111 of 458 ~ 24.24%
G 218 of 458 ~ 47.6%
B 129 of 458 ~ 28.17%

%24.24
%47.6
%28.17

CMYK color model

#6FDA81 color CMYK value is (49,0,41,15).

  • cyan value is 49.08%
  • magenta value is 0.00%
  • yellow value is 40.83%
  • key color value is 14.51%
CMYK:
(49,0,41,15)
C49M0Y41K15 
(49%,0%,41%,15%)
(0.49/0.00/0.41/0.15)	

CMYK percentages

%49.08
%0
%40.83
%14.51

Codes

Color #6FDA81 in popluar color models

6FDA81
RGB111218129
HSL130°59.12%64.51%
HSB/HSV130°49.08%85.49%
CMYK49.08%0.00%40.83%
14.51%

Color #6FDA81 in popluar number systems.

HEX6FDA81
Decimal111218129
Binary11011111101101010000001
Octal157332201

Shades and tints

Shades of #6FDA81

#6FDA81
(111,218,129)
#65C776
(101,199,118)
#5BB46B
(91,180,107)
#51A160
(81,161,96)
#478E55
(71,142,85)
#3D7B4A
(61,123,74)
#33683F
(51,104,63)
#295534
(41,85,52)
#1F4229
(31,66,41)
#152F1E
(21,47,30)
#0B1C13
(11,28,19)
#000000
(0,0,0)

Tints of #6FDA81

#6FDA81
(111,218,129)
#7CDD8C
(124,221,140)
#89E097
(137,224,151)
#96E3A2
(150,227,162)
#A3E6AD
(163,230,173)
#B0E9B8
(176,233,184)
#BDECC3
(189,236,195)
#CAEFCE
(202,239,206)
#D7F2D9
(215,242,217)
#E4F5E4
(228,245,228)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FDA81 color. Also use rgb(111,218,129) instead hex code.

Text Font Color

.myTextColor { color: #6FDA81; }

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

This text font color is #6FDA81.


Background Color

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

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

This div background color is #6FDA81.


Border color

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

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

This div border color is #6FDA81.


Opacity

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

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

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

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

This text has shadow with #6FDA81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FDA81 on black background.


Color preview on white background

This text has color #6FDA81 on white background.



Black color preview on #6FDA81 background

This text has black color on #6FDA81 background.


White color preview on #6FDA81 background

This text has white color on #6FDA81 background.