COLOR #6EC34F

HEX: #6EC34F
RGB: (110,195,79)

Renk bilgisi

#6EC34F contains mainly green color. #6EC34F ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#6EC34F color RGB value is (110,195,79).

  • kırmız ton 110;
  • yeşil ton 195;
  • mavi ton 79.
RGB:
(110,195,79)
(43%,76%,31%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 195 of 255 = 76%
B 79 of 255 = 31%

110
195
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 195 + 79 = 384 (100%)
R 110 of 384 ~ 28.65%
G 195 of 384 ~ 50.78%
B 79 of 384 ~ 20.57%

%28.65
%50.78
%20.57

CMYK RENK MODELİ

#6EC34F rengi CMYK tonu (44,0,59,24).

  • camgöbeği tonu 43.59%
  • eflatun tonu 0.00%
  • sarı tonu 59.49%
  • ana renk tonu 23.53%
CMYK:
(44,0,59,24)
C44M0Y59K24 
(44%,0%,59%,24%)
(0.44/0.00/0.59/0.24)	

CMYK yüzdeleri

%43.59
%0
%59.49
%23.53

Codes

Color #6EC34F in popluar color models

6EC34F
RGB11019579
HSL104°49.15%53.73%
HSB/HSV104°59.49%76.47%
CMYK43.59%0.00%59.49%
23.53%

Color #6EC34F in popluar number systems.

HEX6EC34F
Decimal11019579
Binary1101110110000111001111
Octal156303117

Shades and tints

Shades of #6EC34F

#6EC34F
(110,195,79)
#64B248
(100,178,72)
#5AA141
(90,161,65)
#50903A
(80,144,58)
#467F33
(70,127,51)
#3C6E2C
(60,110,44)
#325D25
(50,93,37)
#284C1E
(40,76,30)
#1E3B17
(30,59,23)
#142A10
(20,42,16)
#0A1909
(10,25,9)
#000000
(0,0,0)

Tints of #6EC34F

#6EC34F
(110,195,79)
#7BC85F
(123,200,95)
#88CD6F
(136,205,111)
#95D27F
(149,210,127)
#A2D78F
(162,215,143)
#AFDC9F
(175,220,159)
#BCE1AF
(188,225,175)
#C9E6BF
(201,230,191)
#D6EBCF
(214,235,207)
#E3F0DF
(227,240,223)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC34F color. Also use rgb(110,195,79) instead hex code.

Text Font Color

.myTextColor { color: #6EC34F; }

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

This text font color is #6EC34F.


Background Color

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

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

This div background color is #6EC34F.


Border color

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

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

This div border color is #6EC34F.


Opacity

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

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

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

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

This text has shadow with #6EC34F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EC34F on black background.


Color preview on white background

This text has color #6EC34F on white background.



Black color preview on #6EC34F background

This text has black color on #6EC34F background.


White color preview on #6EC34F background

This text has white color on #6EC34F background.