COLOR #6FC552

HEX: #6FC552
RGB: (111,197,82)

Color info

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

RGB color model

#6FC552 color RGB value is (111,197,82).

  • red value is 111;
  • green value is 197;
  • blue value is 82.
RGB:
(111,197,82)
(44%,77%,32%)

RGB channels and saturation

R 111 of 255 = 44%
G 197 of 255 = 77%
B 82 of 255 = 32%

111
197
82

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

Portions of RGB colors in percentages

R + G + B =
111 + 197 + 82 = 390 (100%)
R 111 of 390 ~ 28.46%
G 197 of 390 ~ 50.51%
B 82 of 390 ~ 21.03%

%28.46
%50.51
%21.03

CMYK color model

#6FC552 color CMYK value is (44,0,58,23).

  • cyan value is 43.65%
  • magenta value is 0.00%
  • yellow value is 58.38%
  • key color value is 22.75%
CMYK:
(44,0,58,23)
C44M0Y58K23 
(44%,0%,58%,23%)
(0.44/0.00/0.58/0.23)	

CMYK percentages

%43.65
%0
%58.38
%22.75

Codes

Color #6FC552 in popluar color models

6FC552
RGB11119782
HSL105°49.78%54.71%
HSB/HSV105°58.38%77.25%
CMYK43.65%0.00%58.38%
22.75%

Color #6FC552 in popluar number systems.

HEX6FC552
Decimal11119782
Binary1101111110001011010010
Octal157305122

Shades and tints

Shades of #6FC552

#6FC552
(111,197,82)
#65B44B
(101,180,75)
#5BA344
(91,163,68)
#51923D
(81,146,61)
#478136
(71,129,54)
#3D702F
(61,112,47)
#335F28
(51,95,40)
#294E21
(41,78,33)
#1F3D1A
(31,61,26)
#152C13
(21,44,19)
#0B1B0C
(11,27,12)
#000000
(0,0,0)

Tints of #6FC552

#6FC552
(111,197,82)
#7CCA61
(124,202,97)
#89CF70
(137,207,112)
#96D47F
(150,212,127)
#A3D98E
(163,217,142)
#B0DE9D
(176,222,157)
#BDE3AC
(189,227,172)
#CAE8BB
(202,232,187)
#D7EDCA
(215,237,202)
#E4F2D9
(228,242,217)
#F1F7E8
(241,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC552 color. Also use rgb(111,197,82) instead hex code.

Text Font Color

.myTextColor { color: #6FC552; }

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

This text font color is #6FC552.


Background Color

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

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

This div background color is #6FC552.


Border color

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

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

This div border color is #6FC552.


Opacity

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

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

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

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

This text has shadow with #6FC552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC552 on black background.


Color preview on white background

This text has color #6FC552 on white background.



Black color preview on #6FC552 background

This text has black color on #6FC552 background.


White color preview on #6FC552 background

This text has white color on #6FC552 background.