COLOR #6FD865

HEX: #6FD865
RGB: (111,216,101)

Color info

#6FD865 contains mainly green color. Web safe color of #6FD865 is #66CC66 (or #6C6).

RGB color model

#6FD865 color RGB value is (111,216,101).

  • red value is 111;
  • green value is 216;
  • blue value is 101.
RGB:
(111,216,101)
(44%,85%,40%)

RGB channels and saturation

R 111 of 255 = 44%
G 216 of 255 = 85%
B 101 of 255 = 40%

111
216
101

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

Portions of RGB colors in percentages

R + G + B =
111 + 216 + 101 = 428 (100%)
R 111 of 428 ~ 25.93%
G 216 of 428 ~ 50.47%
B 101 of 428 ~ 23.6%

%25.93
%50.47
%23.6

CMYK color model

#6FD865 color CMYK value is (49,0,53,15).

  • cyan value is 48.61%
  • magenta value is 0.00%
  • yellow value is 53.24%
  • key color value is 15.29%
CMYK:
(49,0,53,15)
C49M0Y53K15 
(49%,0%,53%,15%)
(0.49/0.00/0.53/0.15)	

CMYK percentages

%48.61
%0
%53.24
%15.29

Codes

Color #6FD865 in popluar color models

6FD865
RGB111216101
HSL115°59.59%62.16%
HSB/HSV115°53.24%84.71%
CMYK48.61%0.00%53.24%
15.29%

Color #6FD865 in popluar number systems.

HEX6FD865
Decimal111216101
Binary1101111110110001100101
Octal157330145

Shades and tints

Shades of #6FD865

#6FD865
(111,216,101)
#65C55C
(101,197,92)
#5BB253
(91,178,83)
#519F4A
(81,159,74)
#478C41
(71,140,65)
#3D7938
(61,121,56)
#33662F
(51,102,47)
#295326
(41,83,38)
#1F401D
(31,64,29)
#152D14
(21,45,20)
#0B1A0B
(11,26,11)
#000000
(0,0,0)

Tints of #6FD865

#6FD865
(111,216,101)
#7CDB73
(124,219,115)
#89DE81
(137,222,129)
#96E18F
(150,225,143)
#A3E49D
(163,228,157)
#B0E7AB
(176,231,171)
#BDEAB9
(189,234,185)
#CAEDC7
(202,237,199)
#D7F0D5
(215,240,213)
#E4F3E3
(228,243,227)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD865 color. Also use rgb(111,216,101) instead hex code.

Text Font Color

.myTextColor { color: #6FD865; }

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

This text font color is #6FD865.


Background Color

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

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

This div background color is #6FD865.


Border color

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

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

This div border color is #6FD865.


Opacity

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

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

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

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

This text has shadow with #6FD865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FD865 on black background.


Color preview on white background

This text has color #6FD865 on white background.



Black color preview on #6FD865 background

This text has black color on #6FD865 background.


White color preview on #6FD865 background

This text has white color on #6FD865 background.