COLOR #6FD583

HEX: #6FD583 RGB: (111,213,131)

Color info

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

RGB color model

#6FD583 color RGB value is (111,213,131).

RGB: (111,213,131) (44%, 84%, 51%)

RGB channels and saturation

R 111 of 255 = 44%
G 213 of 255 = 84%
B 131 of 255 = 51%

111
213
131

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

Portions of RGB colors in percentages

R + G + B = 111 + 213 + 131 = 455 (100%)
R 111 of 455 ~ 24.4%
G 213 of 455 ~ 46.81%
B 131 of 455 ~ 28.79'%

%24.4
%46.81
%28.79

CMYK color model

#6FD583 color CMYK value is (48,0,38,16).

  • cyan value is 47.89%
  • magenta value is 0.00%
  • yellow value is 38.50%
  • key color value is 16.47%

CMYK: (48,0,38,16)
C48M0Y38K16 (48%, 0%, 38%, 16%)
(0.48 / 0.00 / 0.38 / 0.16)

CMYK percentages

%47.89
%0
%38.5
%16.47

Codes

Color #6FD583 in popluar color models

6F D5 83
RGB 111 213 131
HSL 132° 54.84% 63.53%
HSB/HSV 132° 47.89% 83.53%
CMYK 47.89% 0.00% 38.50%
16.47%

Color #6FD583 in popluar number systems.

HEX 6F D5 83
Decimal 111 213 131
Binary 1101111 11010101 10000011
Octal 157 325 203

Shades and tints

Shades of #6FD583

#6FD583
(111,213,131)
#65C278
(101,194,120)
#5BAF6D
(91,175,109)
#519C62
(81,156,98)
#478957
(71,137,87)
#3D764C
(61,118,76)
#336341
(51,99,65)
#295036
(41,80,54)
#1F3D2B
(31,61,43)
#152A20
(21,42,32)
#0B1715
(11,23,21)
#000000
(0,0,0)

Tints of #6FD583

#6FD583
(111,213,131)
#7CD88E
(124,216,142)
#89DB99
(137,219,153)
#96DEA4
(150,222,164)
#A3E1AF
(163,225,175)
#B0E4BA
(176,228,186)
#BDE7C5
(189,231,197)
#CAEAD0
(202,234,208)
#D7EDDB
(215,237,219)
#E4F0E6
(228,240,230)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD583 color. Also use rgb(111,213,131) instead hex code.

Text Font Color

.myTextColor { color: #6FD583; }

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

This text font color is #6FD583.

Background Color

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

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

This div background color is #6FD583.

Border color

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

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

This div border color is #6FD583.

Opacity

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

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

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

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

This text has shadow with #6FD583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FD583.

Preview

Color preview on black background

This text has color #6FD583 on black background.


Color preview on white background

This text has color #6FD583 on white background.


Black color preview on #6FD583 background

This text has black color on #6FD583 background.


White color preview on #6FD583 background

This text has white color on #6FD583 background.


Related colors

Complementary color

Complementary color for #hex is #902A7C.


I love getcolorcode.com

Triadic colors

1 #836FD5 and #D5836F with #6FD583 are triadic colors.

2 #83D56F and #D56F83 with #6FD583 are triadic colors.