COLOR #6FD48E

HEX: #6FD48E RGB: (111,212,142)

Color info

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

RGB color model

#6FD48E color RGB value is (111,212,142).

RGB: (111,212,142) (44%, 83%, 56%)

RGB channels and saturation

R 111 of 255 = 44%
G 212 of 255 = 83%
B 142 of 255 = 56%

111
212
142

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

Portions of RGB colors in percentages

R + G + B = 111 + 212 + 142 = 465 (100%)
R 111 of 465 ~ 23.87%
G 212 of 465 ~ 45.59%
B 142 of 465 ~ 30.54'%

%23.87
%45.59
%30.54

CMYK color model

#6FD48E color CMYK value is (48,0,33,17).

  • cyan value is 47.64%
  • magenta value is 0.00%
  • yellow value is 33.02%
  • key color value is 16.86%

CMYK: (48,0,33,17)
C48M0Y33K17 (48%, 0%, 33%, 17%)
(0.48 / 0.00 / 0.33 / 0.17)

CMYK percentages

%47.64
%0
%33.02
%16.86

Codes

Color #6FD48E in popluar color models

6F D4 8E
RGB 111 212 142
HSL 138° 54.01% 63.33%
HSB/HSV 138° 47.64% 83.14%
CMYK 47.64% 0.00% 33.02%
16.86%

Color #6FD48E in popluar number systems.

HEX 6F D4 8E
Decimal 111 212 142
Binary 1101111 11010100 10001110
Octal 157 324 216

Shades and tints

Shades of #6FD48E

#6FD48E
(111,212,142)
#65C182
(101,193,130)
#5BAE76
(91,174,118)
#519B6A
(81,155,106)
#47885E
(71,136,94)
#3D7552
(61,117,82)
#336246
(51,98,70)
#294F3A
(41,79,58)
#1F3C2E
(31,60,46)
#152922
(21,41,34)
#0B1616
(11,22,22)
#000000
(0,0,0)

Tints of #6FD48E

#6FD48E
(111,212,142)
#7CD798
(124,215,152)
#89DAA2
(137,218,162)
#96DDAC
(150,221,172)
#A3E0B6
(163,224,182)
#B0E3C0
(176,227,192)
#BDE6CA
(189,230,202)
#CAE9D4
(202,233,212)
#D7ECDE
(215,236,222)
#E4EFE8
(228,239,232)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD48E color. Also use rgb(111,212,142) instead hex code.

Text Font Color

.myTextColor { color: #6FD48E; }

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

This text font color is #6FD48E.

Background Color

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

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

This div background color is #6FD48E.

Border color

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

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

This div border color is #6FD48E.

Opacity

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

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

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

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

This text has shadow with #6FD48E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FD48E.

Preview

Color preview on black background

This text has color #6FD48E on black background.


Color preview on white background

This text has color #6FD48E on white background.


Black color preview on #6FD48E background

This text has black color on #6FD48E background.


White color preview on #6FD48E background

This text has white color on #6FD48E background.


Related colors

Complementary color

Complementary color for #hex is #902B71.


I love getcolorcode.com

Triadic colors

1 #8E6FD4 and #D48E6F with #6FD48E are triadic colors.

2 #8ED46F and #D46F8E with #6FD48E are triadic colors.