COLOR #6FD384

HEX: #6FD384 RGB: (111,211,132)

Color info

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

RGB color model

#6FD384 color RGB value is (111,211,132).

RGB: (111,211,132) (44%, 83%, 52%)

RGB channels and saturation

R 111 of 255 = 44%
G 211 of 255 = 83%
B 132 of 255 = 52%

111
211
132

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

Portions of RGB colors in percentages

R + G + B = 111 + 211 + 132 = 454 (100%)
R 111 of 454 ~ 24.45%
G 211 of 454 ~ 46.48%
B 132 of 454 ~ 29.07'%

%24.45
%46.48
%29.07

CMYK color model

#6FD384 color CMYK value is (47,0,37,17).

  • cyan value is 47.39%
  • magenta value is 0.00%
  • yellow value is 37.44%
  • key color value is 17.25%

CMYK: (47,0,37,17)
C47M0Y37K17 (47%, 0%, 37%, 17%)
(0.47 / 0.00 / 0.37 / 0.17)

CMYK percentages

%47.39
%0
%37.44
%17.25

Codes

Color #6FD384 in popluar color models

6F D3 84
RGB 111 211 132
HSL 133° 53.19% 63.14%
HSB/HSV 133° 47.39% 82.75%
CMYK 47.39% 0.00% 37.44%
17.25%

Color #6FD384 in popluar number systems.

HEX 6F D3 84
Decimal 111 211 132
Binary 1101111 11010011 10000100
Octal 157 323 204

Shades and tints

Shades of #6FD384

#6FD384
(111,211,132)
#65C078
(101,192,120)
#5BAD6C
(91,173,108)
#519A60
(81,154,96)
#478754
(71,135,84)
#3D7448
(61,116,72)
#33613C
(51,97,60)
#294E30
(41,78,48)
#1F3B24
(31,59,36)
#152818
(21,40,24)
#0B150C
(11,21,12)
#000000
(0,0,0)

Tints of #6FD384

#6FD384
(111,211,132)
#7CD78F
(124,215,143)
#89DB9A
(137,219,154)
#96DFA5
(150,223,165)
#A3E3B0
(163,227,176)
#B0E7BB
(176,231,187)
#BDEBC6
(189,235,198)
#CAEFD1
(202,239,209)
#D7F3DC
(215,243,220)
#E4F7E7
(228,247,231)
#F1FBF2
(241,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD384 color. Also use rgb(111,211,132) instead hex code.

Text Font Color

.myTextColor { color: #6FD384; }

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

This text font color is #6FD384.

Background Color

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

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

This div background color is #6FD384.

Border color

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

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

This div border color is #6FD384.

Opacity

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

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

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

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

This text has shadow with #6FD384 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FD384.

Preview

Color preview on black background

This text has color #6FD384 on black background.


Color preview on white background

This text has color #6FD384 on white background.


Black color preview on #6FD384 background

This text has black color on #6FD384 background.


White color preview on #6FD384 background

This text has white color on #6FD384 background.


Related colors

Complementary color

Complementary color for #hex is #902C7B.


I love getcolorcode.com

Triadic colors

1 #846FD3 and #D3846F with #6FD384 are triadic colors.

2 #84D36F and #D36F84 with #6FD384 are triadic colors.