COLOR #6CD306

HEX: #6CD306
RGB: (108,211,6)

Renk bilgisi

#6CD306 contains mainly green color. #6CD306 ‘ nin web güvenlik rengi #66CC00 (ya da #6C0) dir.

RGB renk modeli

#6CD306 color RGB value is (108,211,6).

  • kırmız ton 108;
  • yeşil ton 211;
  • mavi ton 6.
RGB:
(108,211,6)
(42%,83%,2%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 211 of 255 = 83%
B 6 of 255 = 2%

108
211
6

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 211 + 6 = 325 (100%)
R 108 of 325 ~ 33.23%
G 211 of 325 ~ 64.92%
B 6 of 325 ~ 1.85%

%33.23
%64.92

CMYK RENK MODELİ

#6CD306 rengi CMYK tonu (49,0,97,17).

  • camgöbeği tonu 48.82%
  • eflatun tonu 0.00%
  • sarı tonu 97.16%
  • ana renk tonu 17.25%
CMYK:
(49,0,97,17)
C49M0Y97K17 
(49%,0%,97%,17%)
(0.49/0.00/0.97/0.17)	

CMYK yüzdeleri

%48.82
%0
%97.16
%17.25

Codes

Color #6CD306 in popluar color models

6CD306
RGB1082116
HSL90°94.47%42.55%
HSB/HSV90°97.16%82.75%
CMYK48.82%0.00%97.16%
17.25%

Color #6CD306 in popluar number systems.

HEX6CD306
Decimal1082116
Binary110110011010011110
Octal1543236

Shades and tints

Shades of #6CD306

#6CD306
(108,211,6)
#63C006
(99,192,6)
#5AAD06
(90,173,6)
#519A06
(81,154,6)
#488706
(72,135,6)
#3F7406
(63,116,6)
#366106
(54,97,6)
#2D4E06
(45,78,6)
#243B06
(36,59,6)
#1B2806
(27,40,6)
#121506
(18,21,6)
#000000
(0,0,0)

Tints of #6CD306

#6CD306
(108,211,6)
#79D71C
(121,215,28)
#86DB32
(134,219,50)
#93DF48
(147,223,72)
#A0E35E
(160,227,94)
#ADE774
(173,231,116)
#BAEB8A
(186,235,138)
#C7EFA0
(199,239,160)
#D4F3B6
(212,243,182)
#E1F7CC
(225,247,204)
#EEFBE2
(238,251,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CD306 color. Also use rgb(108,211,6) instead hex code.

Text Font Color

.myTextColor { color: #6CD306; }

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

This text font color is #6CD306.


Background Color

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

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

This div background color is #6CD306.


Border color

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

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

This div border color is #6CD306.


Opacity

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

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

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

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

This text has shadow with #6CD306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CD306 on black background.


Color preview on white background

This text has color #6CD306 on white background.



Black color preview on #6CD306 background

This text has black color on #6CD306 background.


White color preview on #6CD306 background

This text has white color on #6CD306 background.