COLOR #6EC51C

HEX: #6EC51C
RGB: (110,197,28)

Renk bilgisi

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

RGB renk modeli

#6EC51C color RGB value is (110,197,28).

  • kırmız ton 110;
  • yeşil ton 197;
  • mavi ton 28.
RGB:
(110,197,28)
(43%,77%,11%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 197 of 255 = 77%
B 28 of 255 = 11%

110
197
28

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 197 + 28 = 335 (100%)
R 110 of 335 ~ 32.84%
G 197 of 335 ~ 58.81%
B 28 of 335 ~ 8.36%

%32.84
%58.81

CMYK RENK MODELİ

#6EC51C rengi CMYK tonu (44,0,86,23).

  • camgöbeği tonu 44.16%
  • eflatun tonu 0.00%
  • sarı tonu 85.79%
  • ana renk tonu 22.75%
CMYK:
(44,0,86,23)
C44M0Y86K23 
(44%,0%,86%,23%)
(0.44/0.00/0.86/0.23)	

CMYK yüzdeleri

%44.16
%0
%85.79
%22.75

Codes

Color #6EC51C in popluar color models

6EC51C
RGB11019728
HSL91°75.11%44.12%
HSB/HSV91°85.79%77.25%
CMYK44.16%0.00%85.79%
22.75%

Color #6EC51C in popluar number systems.

HEX6EC51C
Decimal11019728
Binary11011101100010111100
Octal15630534

Shades and tints

Shades of #6EC51C

#6EC51C
(110,197,28)
#64B41A
(100,180,26)
#5AA318
(90,163,24)
#509216
(80,146,22)
#468114
(70,129,20)
#3C7012
(60,112,18)
#325F10
(50,95,16)
#284E0E
(40,78,14)
#1E3D0C
(30,61,12)
#142C0A
(20,44,10)
#0A1B08
(10,27,8)
#000000
(0,0,0)

Tints of #6EC51C

#6EC51C
(110,197,28)
#7BCA30
(123,202,48)
#88CF44
(136,207,68)
#95D458
(149,212,88)
#A2D96C
(162,217,108)
#AFDE80
(175,222,128)
#BCE394
(188,227,148)
#C9E8A8
(201,232,168)
#D6EDBC
(214,237,188)
#E3F2D0
(227,242,208)
#F0F7E4
(240,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC51C color. Also use rgb(110,197,28) instead hex code.

Text Font Color

.myTextColor { color: #6EC51C; }

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

This text font color is #6EC51C.


Background Color

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

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

This div background color is #6EC51C.


Border color

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

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

This div border color is #6EC51C.


Opacity

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

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

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

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

This text has shadow with #6EC51C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EC51C on black background.


Color preview on white background

This text has color #6EC51C on white background.



Black color preview on #6EC51C background

This text has black color on #6EC51C background.


White color preview on #6EC51C background

This text has white color on #6EC51C background.