COLOR #6BCC41

HEX: #6BCC41
RGB: (107,204,65)

Color info

#6BCC41 contains mainly green color. Web safe color of #6BCC41 is #66CC33 (or #6C3).

RGB color model

#6BCC41 color RGB value is (107,204,65).

  • red value is 107;
  • green value is 204;
  • blue value is 65.
RGB:
(107,204,65)
(42%,80%,25%)

RGB channels and saturation

R 107 of 255 = 42%
G 204 of 255 = 80%
B 65 of 255 = 25%

107
204
65

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

Portions of RGB colors in percentages

R + G + B =
107 + 204 + 65 = 376 (100%)
R 107 of 376 ~ 28.46%
G 204 of 376 ~ 54.26%
B 65 of 376 ~ 17.29%

%28.46
%54.26
%17.29

CMYK color model

#6BCC41 color CMYK value is (48,0,68,20).

  • cyan value is 47.55%
  • magenta value is 0.00%
  • yellow value is 68.14%
  • key color value is 20.00%
CMYK:
(48,0,68,20)
C48M0Y68K20 
(48%,0%,68%,20%)
(0.48/0.00/0.68/0.20)	

CMYK percentages

%47.55
%0
%68.14
%20

Codes

Color #6BCC41 in popluar color models

6BCC41
RGB10720465
HSL102°57.68%52.75%
HSB/HSV102°68.14%80.00%
CMYK47.55%0.00%68.14%
20.00%

Color #6BCC41 in popluar number systems.

HEX6BCC41
Decimal10720465
Binary1101011110011001000001
Octal153314101

Shades and tints

Shades of #6BCC41

#6BCC41
(107,204,65)
#62BA3C
(98,186,60)
#59A837
(89,168,55)
#509632
(80,150,50)
#47842D
(71,132,45)
#3E7228
(62,114,40)
#356023
(53,96,35)
#2C4E1E
(44,78,30)
#233C19
(35,60,25)
#1A2A14
(26,42,20)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #6BCC41

#6BCC41
(107,204,65)
#78D052
(120,208,82)
#85D463
(133,212,99)
#92D874
(146,216,116)
#9FDC85
(159,220,133)
#ACE096
(172,224,150)
#B9E4A7
(185,228,167)
#C6E8B8
(198,232,184)
#D3ECC9
(211,236,201)
#E0F0DA
(224,240,218)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BCC41 color. Also use rgb(107,204,65) instead hex code.

Text Font Color

.myTextColor { color: #6BCC41; }

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

This text font color is #6BCC41.


Background Color

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

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

This div background color is #6BCC41.


Border color

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

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

This div border color is #6BCC41.


Opacity

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

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

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

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

This text has shadow with #6BCC41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BCC41 on black background.


Color preview on white background

This text has color #6BCC41 on white background.



Black color preview on #6BCC41 background

This text has black color on #6BCC41 background.


White color preview on #6BCC41 background

This text has white color on #6BCC41 background.