COLOR #6FCF93

HEX: #6FCF93 RGB: (111,207,147)

Color info

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

RGB color model

#6FCF93 color RGB value is (111,207,147).

RGB: (111,207,147) (44%, 81%, 58%)

RGB channels and saturation

R 111 of 255 = 44%
G 207 of 255 = 81%
B 147 of 255 = 58%

111
207
147

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

Portions of RGB colors in percentages

R + G + B = 111 + 207 + 147 = 465 (100%)
R 111 of 465 ~ 23.87%
G 207 of 465 ~ 44.52%
B 147 of 465 ~ 31.61'%

%23.87
%44.52
%31.61

CMYK color model

#6FCF93 color CMYK value is (46,0,29,19).

  • cyan value is 46.38%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 18.82%

CMYK: (46,0,29,19)
C46M0Y29K19 (46%, 0%, 29%, 19%)
(0.46 / 0.00 / 0.29 / 0.19)

CMYK percentages

%46.38
%0
%28.99
%18.82

Codes

Color #6FCF93 in popluar color models

6F CF 93
RGB 111 207 147
HSL 143° 50.00% 62.35%
HSB/HSV 143° 46.38% 81.18%
CMYK 46.38% 0.00% 28.99%
18.82%

Color #6FCF93 in popluar number systems.

HEX 6F CF 93
Decimal 111 207 147
Binary 1101111 11001111 10010011
Octal 157 317 223

Shades and tints

Shades of #6FCF93

#6FCF93
(111,207,147)
#65BD86
(101,189,134)
#5BAB79
(91,171,121)
#51996C
(81,153,108)
#47875F
(71,135,95)
#3D7552
(61,117,82)
#336345
(51,99,69)
#295138
(41,81,56)
#1F3F2B
(31,63,43)
#152D1E
(21,45,30)
#0B1B11
(11,27,17)
#000000
(0,0,0)

Tints of #6FCF93

#6FCF93
(111,207,147)
#7CD39C
(124,211,156)
#89D7A5
(137,215,165)
#96DBAE
(150,219,174)
#A3DFB7
(163,223,183)
#B0E3C0
(176,227,192)
#BDE7C9
(189,231,201)
#CAEBD2
(202,235,210)
#D7EFDB
(215,239,219)
#E4F3E4
(228,243,228)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FCF93 color. Also use rgb(111,207,147) instead hex code.

Text Font Color

.myTextColor { color: #6FCF93; }

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

This text font color is #6FCF93.

Background Color

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

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

This div background color is #6FCF93.

Border color

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

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

This div border color is #6FCF93.

Opacity

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

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

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

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

This text has shadow with #6FCF93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FCF93.

Preview

Color preview on black background

This text has color #6FCF93 on black background.


Color preview on white background

This text has color #6FCF93 on white background.


Black color preview on #6FCF93 background

This text has black color on #6FCF93 background.


White color preview on #6FCF93 background

This text has white color on #6FCF93 background.


Related colors

Complementary color

Complementary color for #hex is #90306C.


I love getcolorcode.com

Triadic colors

1 #936FCF and #CF936F with #6FCF93 are triadic colors.

2 #93CF6F and #CF6F93 with #6FCF93 are triadic colors.