COLOR #6FD995

HEX: #6FD995 RGB: (111,217,149)

Color info

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

RGB color model

#6FD995 color RGB value is (111,217,149).

RGB: (111,217,149) (44%, 85%, 58%)

RGB channels and saturation

R 111 of 255 = 44%
G 217 of 255 = 85%
B 149 of 255 = 58%

111
217
149

R + G + B ~ 62%. #6FD995 is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 217 + 149 = 477 (100%)
R 111 of 477 ~ 23.27%
G 217 of 477 ~ 45.49%
B 149 of 477 ~ 31.24'%

%23.27
%45.49
%31.24

CMYK color model

#6FD995 color CMYK value is (49,0,31,15).

  • cyan value is 48.85%
  • magenta value is 0.00%
  • yellow value is 31.34%
  • key color value is 14.90%

CMYK: (49,0,31,15)
C49M0Y31K15 (49%, 0%, 31%, 15%)
(0.49 / 0.00 / 0.31 / 0.15)

CMYK percentages

%48.85
%0
%31.34
%14.9

Codes

Color #6FD995 in popluar color models

6F D9 95
RGB 111 217 149
HSL 142° 58.24% 64.31%
HSB/HSV 142° 48.85% 85.10%
CMYK 48.85% 0.00% 31.34%
14.90%

Color #6FD995 in popluar number systems.

HEX 6F D9 95
Decimal 111 217 149
Binary 1101111 11011001 10010101
Octal 157 331 225

Shades and tints

Shades of #6FD995

#6FD995
(111,217,149)
#65C688
(101,198,136)
#5BB37B
(91,179,123)
#51A06E
(81,160,110)
#478D61
(71,141,97)
#3D7A54
(61,122,84)
#336747
(51,103,71)
#29543A
(41,84,58)
#1F412D
(31,65,45)
#152E20
(21,46,32)
#0B1B13
(11,27,19)
#000000
(0,0,0)

Tints of #6FD995

#6FD995
(111,217,149)
#7CDC9E
(124,220,158)
#89DFA7
(137,223,167)
#96E2B0
(150,226,176)
#A3E5B9
(163,229,185)
#B0E8C2
(176,232,194)
#BDEBCB
(189,235,203)
#CAEED4
(202,238,212)
#D7F1DD
(215,241,221)
#E4F4E6
(228,244,230)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FD995; }

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

This text font color is #6FD995.

Background Color

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

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

This div background color is #6FD995.

Border color

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

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

This div border color is #6FD995.

Opacity

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

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

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

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

This text has shadow with #6FD995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FD995.

Preview

Color preview on black background

This text has color #6FD995 on black background.


Color preview on white background

This text has color #6FD995 on white background.


Black color preview on #6FD995 background

This text has black color on #6FD995 background.


White color preview on #6FD995 background

This text has white color on #6FD995 background.


Related colors

Complementary color

Complementary color for #hex is #90266A.


I love getcolorcode.com

Triadic colors

1 #956FD9 and #D9956F with #6FD995 are triadic colors.

2 #95D96F and #D96F95 with #6FD995 are triadic colors.