COLOR #6FC15E

HEX: #6FC15E RGB: (111,193,94)

Color info

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

RGB color model

#6FC15E color RGB value is (111,193,94).

RGB: (111,193,94) (44%, 76%, 37%)

RGB channels and saturation

R 111 of 255 = 44%
G 193 of 255 = 76%
B 94 of 255 = 37%

111
193
94

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

Portions of RGB colors in percentages

R + G + B = 111 + 193 + 94 = 398 (100%)
R 111 of 398 ~ 27.89%
G 193 of 398 ~ 48.49%
B 94 of 398 ~ 23.62'%

%27.89
%48.49
%23.62

CMYK color model

#6FC15E color CMYK value is (42,0,51,24).

  • cyan value is 42.49%
  • magenta value is 0.00%
  • yellow value is 51.30%
  • key color value is 24.31%

CMYK: (42,0,51,24)
C42M0Y51K24 (42%, 0%, 51%, 24%)
(0.42 / 0.00 / 0.51 / 0.24)

CMYK percentages

%42.49
%0
%51.3
%24.31

Codes

Color #6FC15E in popluar color models

6F C1 5E
RGB 111 193 94
HSL 110° 44.39% 56.27%
HSB/HSV 110° 51.30% 75.69%
CMYK 42.49% 0.00% 51.30%
24.31%

Color #6FC15E in popluar number systems.

HEX 6F C1 5E
Decimal 111 193 94
Binary 1101111 11000001 1011110
Octal 157 301 136

Shades and tints

Shades of #6FC15E

#6FC15E
(111,193,94)
#65B056
(101,176,86)
#5B9F4E
(91,159,78)
#518E46
(81,142,70)
#477D3E
(71,125,62)
#3D6C36
(61,108,54)
#335B2E
(51,91,46)
#294A26
(41,74,38)
#1F391E
(31,57,30)
#152816
(21,40,22)
#0B170E
(11,23,14)
#000000
(0,0,0)

Tints of #6FC15E

#6FC15E
(111,193,94)
#7CC66C
(124,198,108)
#89CB7A
(137,203,122)
#96D088
(150,208,136)
#A3D596
(163,213,150)
#B0DAA4
(176,218,164)
#BDDFB2
(189,223,178)
#CAE4C0
(202,228,192)
#D7E9CE
(215,233,206)
#E4EEDC
(228,238,220)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC15E color. Also use rgb(111,193,94) instead hex code.

Text Font Color

.myTextColor { color: #6FC15E; }

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

This text font color is #6FC15E.

Background Color

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

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

This div background color is #6FC15E.

Border color

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

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

This div border color is #6FC15E.

Opacity

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

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

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

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

This text has shadow with #6FC15E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FC15E.

Preview

Color preview on black background

This text has color #6FC15E on black background.


Color preview on white background

This text has color #6FC15E on white background.


Black color preview on #6FC15E background

This text has black color on #6FC15E background.


White color preview on #6FC15E background

This text has white color on #6FC15E background.


Related colors

Complementary color

Complementary color for #hex is #903EA1.


I love getcolorcode.com

Triadic colors

1 #5E6FC1 and #C15E6F with #6FC15E are triadic colors.

2 #5EC16F and #C16F5E with #6FC15E are triadic colors.