COLOR #6BCC47

HEX: #6BCC47
RGB: (107,204,71)

Renk bilgisi

#6BCC47 contains mainly green color. #6BCC47 ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#6BCC47 color RGB value is (107,204,71).

  • kırmız ton 107;
  • yeşil ton 204;
  • mavi ton 71.
RGB:
(107,204,71)
(42%,80%,28%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 204 of 255 = 80%
B 71 of 255 = 28%

107
204
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 204 + 71 = 382 (100%)
R 107 of 382 ~ 28.01%
G 204 of 382 ~ 53.4%
B 71 of 382 ~ 18.59%

%28.01
%53.4
%18.59

CMYK RENK MODELİ

#6BCC47 rengi CMYK tonu (48,0,65,20).

  • camgöbeği tonu 47.55%
  • eflatun tonu 0.00%
  • sarı tonu 65.20%
  • ana renk tonu 20.00%
CMYK:
(48,0,65,20)
C48M0Y65K20 
(48%,0%,65%,20%)
(0.48/0.00/0.65/0.20)	

CMYK yüzdeleri

%47.55
%0
%65.2
%20

Codes

Color #6BCC47 in popluar color models

6BCC47
RGB10720471
HSL104°56.60%53.92%
HSB/HSV104°65.20%80.00%
CMYK47.55%0.00%65.20%
20.00%

Color #6BCC47 in popluar number systems.

HEX6BCC47
Decimal10720471
Binary1101011110011001000111
Octal153314107

Shades and tints

Shades of #6BCC47

#6BCC47
(107,204,71)
#62BA41
(98,186,65)
#59A83B
(89,168,59)
#509635
(80,150,53)
#47842F
(71,132,47)
#3E7229
(62,114,41)
#356023
(53,96,35)
#2C4E1D
(44,78,29)
#233C17
(35,60,23)
#1A2A11
(26,42,17)
#11180B
(17,24,11)
#000000
(0,0,0)

Tints of #6BCC47

#6BCC47
(107,204,71)
#78D057
(120,208,87)
#85D467
(133,212,103)
#92D877
(146,216,119)
#9FDC87
(159,220,135)
#ACE097
(172,224,151)
#B9E4A7
(185,228,167)
#C6E8B7
(198,232,183)
#D3ECC7
(211,236,199)
#E0F0D7
(224,240,215)
#EDF4E7
(237,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BCC47; }

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

This text font color is #6BCC47.


Background Color

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

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

This div background color is #6BCC47.


Border color

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

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

This div border color is #6BCC47.


Opacity

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

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

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

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

This text has shadow with #6BCC47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BCC47 on black background.


Color preview on white background

This text has color #6BCC47 on white background.



Black color preview on #6BCC47 background

This text has black color on #6BCC47 background.


White color preview on #6BCC47 background

This text has white color on #6BCC47 background.