COLOR #6FCC55

HEX: #6FCC55
RGB: (111,204,85)

Color info

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

RGB color model

#6FCC55 color RGB value is (111,204,85).

  • red value is 111;
  • green value is 204;
  • blue value is 85.
RGB:
(111,204,85)
(44%,80%,33%)

RGB channels and saturation

R 111 of 255 = 44%
G 204 of 255 = 80%
B 85 of 255 = 33%

111
204
85

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

Portions of RGB colors in percentages

R + G + B =
111 + 204 + 85 = 400 (100%)
R 111 of 400 ~ 27.75%
G 204 of 400 ~ 51%
B 85 of 400 ~ 21.25%

%27.75
%51
%21.25

CMYK color model

#6FCC55 color CMYK value is (46,0,58,20).

  • cyan value is 45.59%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 20.00%
CMYK:
(46,0,58,20)
C46M0Y58K20 
(46%,0%,58%,20%)
(0.46/0.00/0.58/0.20)	

CMYK percentages

%45.59
%0
%58.33
%20

Codes

Color #6FCC55 in popluar color models

6FCC55
RGB11120485
HSL107°53.85%56.67%
HSB/HSV107°58.33%80.00%
CMYK45.59%0.00%58.33%
20.00%

Color #6FCC55 in popluar number systems.

HEX6FCC55
Decimal11120485
Binary1101111110011001010101
Octal157314125

Shades and tints

Shades of #6FCC55

#6FCC55
(111,204,85)
#65BA4E
(101,186,78)
#5BA847
(91,168,71)
#519640
(81,150,64)
#478439
(71,132,57)
#3D7232
(61,114,50)
#33602B
(51,96,43)
#294E24
(41,78,36)
#1F3C1D
(31,60,29)
#152A16
(21,42,22)
#0B180F
(11,24,15)
#000000
(0,0,0)

Tints of #6FCC55

#6FCC55
(111,204,85)
#7CD064
(124,208,100)
#89D473
(137,212,115)
#96D882
(150,216,130)
#A3DC91
(163,220,145)
#B0E0A0
(176,224,160)
#BDE4AF
(189,228,175)
#CAE8BE
(202,232,190)
#D7ECCD
(215,236,205)
#E4F0DC
(228,240,220)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FCC55 color. Also use rgb(111,204,85) instead hex code.

Text Font Color

.myTextColor { color: #6FCC55; }

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

This text font color is #6FCC55.


Background Color

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

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

This div background color is #6FCC55.


Border color

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

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

This div border color is #6FCC55.


Opacity

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

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

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

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

This text has shadow with #6FCC55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FCC55 on black background.


Color preview on white background

This text has color #6FCC55 on white background.



Black color preview on #6FCC55 background

This text has black color on #6FCC55 background.


White color preview on #6FCC55 background

This text has white color on #6FCC55 background.