COLOR #6DC304

HEX: #6DC304
RGB: (109,195,4)

Renk bilgisi

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

RGB renk modeli

#6DC304 color RGB value is (109,195,4).

  • kırmız ton 109;
  • yeşil ton 195;
  • mavi ton 4.
RGB:
(109,195,4)
(43%,76%,2%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 195 of 255 = 76%
B 4 of 255 = 2%

109
195
4

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 195 + 4 = 308 (100%)
R 109 of 308 ~ 35.39%
G 195 of 308 ~ 63.31%
B 4 of 308 ~ 1.3%

%35.39
%63.31

CMYK RENK MODELİ

#6DC304 rengi CMYK tonu (44,0,98,24).

  • camgöbeği tonu 44.10%
  • eflatun tonu 0.00%
  • sarı tonu 97.95%
  • ana renk tonu 23.53%
CMYK:
(44,0,98,24)
C44M0Y98K24 
(44%,0%,98%,24%)
(0.44/0.00/0.98/0.24)	

CMYK yüzdeleri

%44.1
%0
%97.95
%23.53

Codes

Color #6DC304 in popluar color models

6DC304
RGB1091954
HSL87°95.98%39.02%
HSB/HSV87°97.95%76.47%
CMYK44.10%0.00%97.95%
23.53%

Color #6DC304 in popluar number systems.

HEX6DC304
Decimal1091954
Binary110110111000011100
Octal1553034

Shades and tints

Shades of #6DC304

#6DC304
(109,195,4)
#64B204
(100,178,4)
#5BA104
(91,161,4)
#529004
(82,144,4)
#497F04
(73,127,4)
#406E04
(64,110,4)
#375D04
(55,93,4)
#2E4C04
(46,76,4)
#253B04
(37,59,4)
#1C2A04
(28,42,4)
#131904
(19,25,4)
#000000
(0,0,0)

Tints of #6DC304

#6DC304
(109,195,4)
#7AC81A
(122,200,26)
#87CD30
(135,205,48)
#94D246
(148,210,70)
#A1D75C
(161,215,92)
#AEDC72
(174,220,114)
#BBE188
(187,225,136)
#C8E69E
(200,230,158)
#D5EBB4
(213,235,180)
#E2F0CA
(226,240,202)
#EFF5E0
(239,245,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DC304 color. Also use rgb(109,195,4) instead hex code.

Text Font Color

.myTextColor { color: #6DC304; }

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

This text font color is #6DC304.


Background Color

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

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

This div background color is #6DC304.


Border color

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

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

This div border color is #6DC304.


Opacity

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

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

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

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

This text has shadow with #6DC304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DC304 on black background.


Color preview on white background

This text has color #6DC304 on white background.



Black color preview on #6DC304 background

This text has black color on #6DC304 background.


White color preview on #6DC304 background

This text has white color on #6DC304 background.